﻿/* layout */ 
html, body{ 
 margin:0px; 
 padding:0px; 
 text-align:center; 
 height:100%;
  background-image: url(img/bgg.gif);
} 
 
 #wrapper
 {
    position:relative;
    min-height:100%;
width:602px;
margin: 0 auto;   
<strong>text-align: left;</strong> 

}


 
#pagewidth{ 
 width:602px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 
} 
 
#header
{
 position:relative; 
 height:228px; 
 width:602px;
 color:#ffffff;
 top:20px;
} 

}
.loginpage {
	position: relative;
	
	}
	

#nav
{
 top:20px;
 border-style: none;
	border-color: inherit;
	border-width: 0px;
	position: relative; 
 	width:602px;
 	text-align: right; 
 	height: 25px; 
 	margin: 0px;
 	padding:0px; 
 	 background-image: url(img/menubkg.gif); 	
 	z-index:1000;
}

#maincontent
{
top:0px;
position: relative;
    width:auto;
     width:602px;
      min-height:300px;
  height:auto !important;
  height:300px;
 background-color:#ffffff; 
}
 
#footer{
 border-style: none;
	border-color: inherit;
	border-width: 0px;
	position: relative; 
 	align:center;
 	width:602px; 
 	height: 20px; 
 	margin: 0px;
 	padding:0px; 
 background-image: url(img/footer.jpg);
 	clear:left;
 } 

 	



 
.login 
{	position:relative;
    float:left; 
    left:1px;
   	top: 5px;
	width:170px;
	height: 120px;  
	background-image: url(../original/img/06_B_cntrl_login.gif);
	padding:0px;
	margin:0px;
	border: 0px;
}	
#cntrl_login_username
{
	position: relative;
	left: 5px;
	top: 20px;
	}
#cntrl_login_password
{
	position: relative;
	align:left;
	left: 5px;
	top: 5px;
	}
#cntrl_login_failuretext
{
	position: relative;
	left: 5px;
	top: 35px;
	}
#cntrl_login_button
{
	position: relative;
	left: 20px;
	top: -5px;
	}
	
	
.text
{
	font-family:verdana;
	font-size: 0.7em;
	color:#003366;	
	font-weight: normal;
}

.textbold
{
	font-family:Arial;
	font-size: 0.7em;
	color:#003366;	
	font-weight: bold;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
