@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:10px;
}
h3 {
	color:#00237c;	
	margin:0px;
	padding:0px;
	font-size:11px;
	}
h2 {
	color:#00237c;	
	margin:0px;
	padding:0px;
	font-size:16px;
	}
	input {
	width:100px;
	font-size:11px;
		}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footer {
	background-color:#4261b1;
	background-image:url(../_imgs/newloginscreen_33.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
}
.welcome {

	background-image:url(../_imgs/newloginscreen_16.jpg);
	background-repeat:no-repeat;
	height:211px;
	text-align:left;
	}
.welcomeholder {
	width:90%;
	height:211px;
	float:left;
	}
.welcometext {
	width:70%;
	}
.loginpanel {
	width:39%;
	height:186px;
	padding:10px;
	overflow:auto;
	/*overflow-x:hidden;*/
	background-color:#d1d8e6;

}

p {
	color:#00237c;
	padding:0px;
	margin:0px;
	font-size:12px;
	}
.extcontent {
	background-color: #F5F5F5;
	padding:10px;
	
	}
.extframe {
	width: 29%;
	margin:8px;
	/*background-color: #e3e3e3;*/
	padding:7px;
	background-image:url(../_imgs/extpanelbg.jpg);
	background-repeat:repeat-x;
	}
.lblwidth{
	width:130px;
	height:22px;
	font-size:11px;
	padding:0px 0px 0px 0px;
	}

a 
{
    text-decoration:none;
    color:#00237c;
    cursor:pointer;
}
a:visited 
{
  color:#00237c;   
}
a:hover 
{
    color:#fe9800;   
} 

a.nav {
	color:#FFF;	
	}
a.nav:hover {
    color:#fe9800;   
	}
.orange {
    color:#fe9800;   
	}	
img 
{
    border:0px;    
}
.clear 
{
    /* class to clear floated element box models */    
    clear:both;
    width:1px;
    height:1px;
}
.right 
{
    float:right;
}
.left 
{
    float:left;    
}
.ptop 
{
    padding-top:7px;    
}
.pright
{
    padding-right:10px;    
}
/* End utility classes */

/* Structural classes and inheritances */
.nav_main_bg 
{
    width:100%;
    height:99px;
    background-image: url(../_imgs/main_nav_bg.jpg);
    background-repeat:repeat-x;
}
.navp{
	color:#FFF;
	font-size:11px;
	}
.navpad {
	padding-left:10px;	
	}
.logopanel 
{
    width:159px;
    height:66px;
    float:left;
    margin-left:8px;
    z-index: 2;
}
.logoimg 
{
	position:absolute;
	left:42px;
	top:3px;
	z-index:999;
   
}

.menu_left_img 
{
    width:29px;
    float:left;
    margin-left:7px;
}
.icon_bg
{
    background-image: url(_imgs/nav_icon_bg.jpg);    
    height:99px;
    float:left;
    width:650px;
}
.menu_right_img 
{
    width:10%;
    float:right;
}
.logout 
{
    position:absolute;
    right:0px;
    top:0px;
    width:80px;
    text-align:right;
    padding:1px;
}
.mailmessages 
{
    font-size:7pt;
    color:#ffffff;
    background-image:url(_imgs/mz_email.gif);
    width:37px;
    height:23px;
    display:inline;
    
}
.mailmessagesAlert
{
    font-size:7pt;
    color:#ffffff;
    background-image:url(_imgs/mz_email_alert.gif);
    width:37px;
    height:23px;
    display:inline;
    
}
.alerts 
{
    font-size:7pt;
    color:#ffffff;
    position:absolute;
    top:7px;
    left:150px;
    width:30px;
    
}

.inactive{
    color:#a2b0cf;
}
.menuLabel {
    position:relative;
    top:-29px;
    left:5px;
}
.iconbg {
	background-image: url(../_imgs/nav_icon_bg.jpg);
	background-repeat:repeat-x;
	width:90%;
	height:99px;
	float:left;
	}

.hsep {
	height:13px;
	background-image:url(../_imgs/hphorizontalseperator.gif);
	background-repeat:repeat-x;
	}
.hsepb {
	height:10px;
	background-image:url(../_imgs/hphorizontalseperator_b.gif);
	background-repeat:repeat-x;
	}
.hr {
	background-color:#333;
	height:2px;
	}
.vsep {
	width:4px;	
}

.topshadow {
	position:absolute;
	width:100%;
	left:0px;
	top:99px;
	}
	.underline {
		text-decoration:underline;	
		}.oneColFixCtrHdr #container #mainContent .extcontent #table2 tbody tr td strong white {
	color: #FFF;
}
.white {
	color: #FFF;
}
.tablebg {
	background-image:url(../_imgs/tblbg.jpg);	
	}
