/* Main */
body {
	font:11px Verdana;
        background:#6891cf; 
}
/* Panes */
.BannerPane {
	padding:0 0px 0 0px; 
        background:#6891cf; 
}       
.TopPane {
	padding:0 0px 0 0px;
        background:#e4eaf2;
}
.LeftPane {
	padding:0 0px 0 0px;
        background:#6891cf;
}
.ContentPane {
	padding:0 0px 0 0px;
        background:#e4eaf2;
}
.RightPane {
	padding:0 0px 0 0px;
        background:#a8c1e3;
}
.BottomPane {	
	padding:0 0px 0 1px;
        background:#e4eaf2;
}
/* Header */
#Header {
	background:url('images/blue_line.gif') repeat-x;
	height:176px;
}
#menu_bg {
	background:url('images/Menu_Bg.gif') repeat-x;	
	height:40px;
	z-index:3
}
/* Footer */
#Footer {
	background:url('images/spacer1.gif') repeat-x;		
	height:40px;
}
#lower_bg {
	background:url('images/spacer.gif') repeat-x;
	z-index:3;	
}
/* Shadow */
.left_shadow {
	background:url('images/left_shadow.gif') repeat-y;	
}
.right_shadow {
	background:url('images/right_shadow.gif') repeat-y;	
}
/* Solpart Menu class */
.MainMenu_MenuContainer{ background:transparent; width:100%;z-index: 4;}
.MainMenu_MenuBar{}
.MainMenu_MenuItemSel { background:transparent; }
.MainMenu_MenuIcon{ 
 	background:#b5c2d9; 
 	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:2px;
}
.rootmenuitemselected td{	
	cursor:pointer; 
	cursor:hand;
	color:#ff9913;
	font:bold 11px Tahoma;
	height:40px;
	background:transparent repeat-x;	
	padding:2px;	
	z-index:4	
}
.rootmenuitembreadcrumb td{
	cursor:pointer; 
	cursor:hand;
	color:#66CCFF;
	font:bold 11px Tahoma;		
	height:40px;
	background:transparent repeat-x;	
	padding:2px;
	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 12px Arial;
        color:#ffffff;      
}
A.SelectedTab:hover {
	font:bold 12px 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() no-repeat;	
	height:36px;
	width:350px;
	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;}
/* SideMenu  */
.MenuHdr
{ 
  font-size: 10pt; padding-left: 8px; font-weight: bold; padding-bottom: 2px; 
  background-color: #516d99; padding-top: 2px; cursor: default;
}
.MenuItem HR
{
  background-color: #516d99; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid transparentt;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-color: transparent;
  background-repeat: no-repeat;  border: transparent 1px solid;
  background-color: #cccccc !important;  
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: bold; padding-bottom: 1px;
  background-color: transparent; padding-top: 0px;
  border: transparent 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: white; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 15px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #1f3d55;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  color: #696969;
}
