body
{
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;    
    color: #696969;
    background-color:#F7F7F7
}

.wrapper
{
    margin-left: -400px;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 800px;
    height: 100%;
    background-color: #F7F7F7;
}

.ContentPane
{
	font-size: 14px;
    	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: #FFFFFF;
	padding: 10px;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}

.menu_bg{height:40px; background:url('images/MenuBground.gif') repeat-x left top;
}
.menu_left{padding:0px; margin:0px; background:url("images/menu_left.png") no-repeat top left;}
.menu_right{margin:0px; background:url("images/menu_right.png") no-repeat top right; }
.menu_style{float:left;}
.clear_float{clear:both;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; background-color: Black; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}    


/* Solpart Menu class */
.MainMenu_MenuContainer{ background:transparent repeat-x;width:100%;z-index: 4;}
.MainMenu_MenuBar{}
.MainMenu_MenuItemSel { background:transparent; }
.MainMenu_MenuIcon{ 
 	background:#FFFFFF; 
 	padding:2px;
	cursor:pointer; 
	cursor:hand; 
	text-align:center; 
	width:16px;
	height:22px;
	border:0px;
}
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{ 
	color:#325167;
	font:8pt Tahoma;
	border:0px; 
}

.rootmenuitem td{ 
	cursor:pointer; 
	cursor:hand;
	color:#ffffff; 
	font:12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background:transparent;
	height:40px;
	padding:10px;
}
.rootmenuitemselected td{
	cursor: pointer;
	cursor: hand;
	color: #FFCC99;
	font: 12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	height: 40px;
	background:transparent;
	padding: 10px;
	z-index: 4;
}
.rootmenuitembreadcrumb td{
	cursor: pointer;
	cursor: hand;
	color: #FFCC99;
	font: bold 12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	height: 40px;
	background: transparent repeat-x;
	padding: 10px;
	z-index: 4;
}
.submenu{	
	cursor:pointer; 
	border-left:1px solid #cccccc;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc; cursor: hand;		
	margin-left:5px;
	background:#FFFFFF repeat-x;
	padding-right:23px;
	z-index:4;
}
.submenuitemselected {
	cursor: pointer;
	cursor: hand;
	color: #3D485A;
	font: bold 12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-left: 5px;
	z-index: 4;
}
.submenuitembreadcrumb {
	cursor: pointer; 
	cursor: hand; 
	color:#ff9913;
	font:bold 8pt Tahoma;	
	margin-left:5px;
	z-index:4;	
}



