/* Main */
body {
	font:11px Verdana;
}
/* Panes */
.TopPane {
	padding:10px 11px 0;
}
.LeftPane {
	padding:0 6px 0 11px;
}
.ContentPane {
	padding:0 6px;
}
.RightPane {
	padding:0 11px 0 6px;
}
.BottomPane {	
	padding:0 11px;
}
/* Header */
#Header {
	background:url('images/blue_line.png') repeat-x;
	height:176px;
}
#menu_bg {
	background:url('images/menu_bg.png') repeat-x;	
	height:40px;
	z-index:3
}
/* Footer */
#Footer {
	background:url('images/spacer1.png') repeat-x;		
	height:40px;
}
#lower_bg {
	background:url('images/spacer.png') repeat-x;
	z-index:3;	
}
/* Shadow */
.left_shadow {
	background:url('images/left_shadow.png') repeat-y;	
}
.right_shadow {
	background:url('images/right_shadow.png') repeat-y;	
}
/* 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:bold 8pt Tahoma;
	border:0px; 
}
.rootmenuitem td{ 
	cursor:pointer; 
	cursor:hand;
	color:#ffffff; 
	font:bold 11px Tahoma;
	background:transparent;
	height:40px;
	padding:10px;
}
.rootmenuitemselected td{	
	cursor:pointer; 
	cursor:hand;
	color:#ff9913;
	font:bold 11px Tahoma;
	height:40px;
	background:transparent repeat-x;	
	padding:10px;	
	z-index:4	
}
.rootmenuitembreadcrumb td{
	cursor:pointer; 
	cursor:hand;
	color:#66CCFF;
	font:bold 11px Tahoma;		
	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:#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:bold 10px Arial;
    color:#ffffff;      
}
A.SelectedTab:hover {
	font:bold 10px 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;
}
/* Login section */
#login {
	background:url('images/Login.png') no-repeat;	
	height:36px;
	width:182px;
	color:#FFFFFF;
	font:bold 12px Arial;
	padding:0 14px 0 0;
	vertical-align: middle;		
	text-align: center;
	float: right;
	overflow: hidden; 
}
#login[id] {display:table;position:relative;}
#inner {position:relative;top:-55%;left:+16%}	/* for explorer only */
#inner[id] {position:static;padding:0 0 6px 0;}
#middle {position:absolute;top:45%;left:+16%}	/* for explorer only*/
#middle[id] {display:table-cell;vertical-align:middle;position:static;}
/* Container section */
.ContainerGreen {
	color: #94B24A;
	font:bold 18px Arial;
}
.ContainerBlack {
	color: #666666;
	font:bold 18px Arial;
}
.ContainerOrange {
	color: #FF9913;
	font:bold 18px Arial;
}
.ContainerBlue {
	color: #0098BE;
	font:bold 18px Arial;
}
.content1{
	background:url('images/angle.gif') no-repeat bottom right; padding:10px 10px 10px 20px; 
}
