/* Main */
body {
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	background-color:#00AAD9;
	margin:0px;
}
/* Text */
.normal, ol, td {
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
}
.normalbold {
	font:bold 11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
}
.normaldisabled {
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	color:#ccc;
}
a:link, a:visited, a:active {	
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
	color: #6A6A6A; 
	border: 1px solid #ABABAB; 
	background: #EFEFEF; 
	padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana; 
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;	
}
a.CommandButton:hover { 
	color: #6A6A6A; 
	border: 1px solid #868686; 
	background: #DFDFDF; padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana;  
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;
}
/* Panes */
.TopPane {
	padding:0px 11px 0;	
}
.LeftPane {
	padding:0 0 0 11px;	
}
.ContentPane {
	padding:0px 11px;	
}
.RightPane {
	padding:0 11px 0 0;	
}
.BottomPane {	
	padding:0 11px 0px;	
}
/* Header */
#Header {
	background:url('images/blue_line.png') repeat-x;
	width:100%;	
}
#menu_bg {
	background:url('images/menu_bg.png') repeat-x;	
	height:40px;
	z-index:3;
	width:100%;
}
.logo {
	padding-left:30px;
}
/* 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;
	width:18px;	
}
.right_shadow {
	background:url('images/right_shadow.png') repeat-y;	
	width:19px;
}
/* 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; 
	margin-right:10px;
}
#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;}

/* Dropdown Actions */
.ModuleTitle_MenuIcon {
    border:0px;    
}
.ModuleTitle_MenuArrow {
	border:0px;
}
.ModuleTitle_SubMenu 
{	
	border: 1px solid #bbb;
	background-color: #FFFFFF; 
	padding: 1px;
}


