/* Main */
body {background: #F7F7F7 url(img01.jpg) repeat left top; margin:0px; font-size: 11px; font-family: Verdana,Tahoma,Arial,Sans-serif;}
/* Panes */
.TopPane {padding:0px 11px 0;}
.LeftPane {padding:0 0 0 11px;}
.MiddleLeftPane {padding:0 0 0 11px;}
.BottomLeftPane {padding:0 0 0 11px;}
.ContentPane {padding:0px 11px;}
.MiddleContentPane {padding:0px 11px;}
.RightPane {padding:0 11px 0 0;}
.BottomRightPane {padding:0 11px 0 0;}
.BottomPane {padding:0 11px 0px;}
.DirtPane {padding:0 11px 0px;}
/* Header */
#Header {background:url('blue_line.jpg') repeat-x; width:100%;}
#menu_bg {
	background:url('menu_bg.jpg') repeat-x;	
	height:39px;
	z-index:3;
	width:100%;
}
/* Footer */
#Footer {background:url('img15.jpg') repeat-x;	height:185px;}
/* Solpart Menu class */
.MainMenu_MenuContainer{ background:transparent; 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-weight: bold; font-size: 8pt; font-family: Tahoma; border:0px;}
.rootmenuitem td{ 
	cursor:pointer; 
	cursor:hand;
	color:#ffffff; 
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	background:transparent;
	height:39px;
	padding:10px;
}
.rootmenuitemselected td{	
	cursor:pointer; 
	cursor:hand;
	color:#ff9913;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	height:39px;
	background:transparent repeat-x;	
	padding:10px;	
	z-index:4	
}
.rootmenuitembreadcrumb td{
	cursor:pointer; 
	cursor:hand;
	color:#66CCFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;		
	height:39px;
	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:#00bdf1;
	font:bold 8pt Tahoma;
	margin-left:5px;
	z-index:4;		
}
.submenuitembreadcrumb {
	cursor: pointer; 
	cursor: hand; 
	color: #ff9913;
	font: bold 8pt Tahoma;	
	margin-left: 5px;
	z-index: 4;	
}
/* Skin object class */
selectedtab, a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active {
	font: 11px Arial;
    color: #ffffff;      
}
A.SelectedTab:hover {
	font: underline 11px Arial;
	color: #ff9913;
}
.SmallPrint, a.SmallPrint:link, a.SmallPrint:visited, a.SmallPrint:active {
	font: normal 12px Verdana;
	color: #ffffff;	
	vertical-align: middle;
}
A.SmallPrint:hover {
	font: normal 12px Verdana;
	color: #ff9913;
}
/* Dropdown Actions */
.ModuleTitle_MenuIcon {border:0px;}
.ModuleTitle_MenuArrow {border:0px;}
.ModuleTitle_SubMenu {border: 1px solid #bbb; background-color: #FFFFFF; padding: 1px;}
/* Text */
.normal, ol, td {font-size: 11px; font-family: Verdana,Tahoma,Arial,Sans-serif;}
.normalbold {font-weight: bold; font-size: 11px; font-family: Verdana,Tahoma,Arial,Sans-serif;}
.normaldisabled {color:#ccc; font-size: 11px; font-family: Verdana,Tahoma,Arial,Sans-serif;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {color:red;	text-decoration:underline;}
