@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: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(../images/newloginscreen_33.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
}
.welcome {

	background-image:url(../images/newloginscreen_16.jpg);
	background-repeat:no-repeat;
	height:279px;
	text-align:left;
	}
.welcomeholder {
	width:59%;
	padding-left:20px;
	height:279px;
	float:left;
	}
.welcometext {
	width:70%;
	}
.loginpanel {
	width:27%;
	height:186px;
	width:311px;
	background-image:url(../images/newloginscreen_13.jpg);
	background-repeat:no-repeat;
	padding:30px;
}
p {
	color:#00237c;
	}
.extcontent {
	height:200px;
	}
.extframe {
	width: 27%;
	height: 200px;
	margin:15px;
	}
.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;   
} 

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:2px;    
}
/* End utility classes */

/* Structural classes and inheritances */
.nav_main_bg 
{
    width:100%;
    height:99px;
    background-image: url(../Images/main_nav_bg.jpg);
    background-repeat:repeat-x;
}
.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(Images/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(Images/mz_email.gif);
    width:37px;
    height:23px;
    display:inline;
    
}
.mailmessagesAlert
{
    font-size:7pt;
    color:#ffffff;
    background-image:url(Images/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(../images/nav_icon_bg.jpg); 
		background-repeat:repeat-x;
		width:90%;
		height:99px;
		float:left;
	}