/* Entigy 2008 */ 

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Arial, Helvetica, sans-serif;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
} 

form {
margin-bottom: 4px;
}

a {
text-decoration: none;
color:#3399FF;
}

a:hover {
color:#FFFFFF;
background-color:#0099FF;
}

#pagewidth{ 
 min-width:990px;
 /* IE Dynamic Expression to set the width */
 width:expression(document.body.clientWidth < 1100 ? "990px" : "80%" );
 width: 80%;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #FFFFFF;
} 
 
#header{
 position:relative; 
 height:120px; 
 background-color:#FFFFFF;
 background-image: url(../images/header.jpg);
 width:100%;
 border-bottom-style: solid; 
 border-bottom-color: #DDDDDD; 
 border-bottom-width: 1px; 
} 

#leftcol{
 width:200px;
 margin-top: 10px;
 float:left; 
 position:relative; 
 background-color:#EFEFEF;
 text-align:left;
 padding-top:10px;
 padding-bottom:10px;
}
 
#maincol{
background-color: #FFFFFF;  
height: 1%;
padding: 0 20px;
margin: 0px 0px 0px 0px;
}

#rightcol{
background-color: #FFFFFF;  
height: 1%;
padding: 0 20px;
margin: 0px 0px 0px 200px;
}

#login {
	position:relative;
	float: right;
	width:520px;
	height:45px;
	z-index:1;
	right: 14px;
	top: 0px;
	background: url(../images/bg_login.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding: 4px;
}

#login2 {
	width:460px;
	height:90px;
	z-index:1;
	top: 0px;
	background: url(../images/bg_login.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding: 4px;
}

#login3 {
	width:430px;
	height:90px;
	z-index:1;
	top: 0px;
	background: url(../images/bg_red.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding: 4px;
}

#topmenu {
	position:relative;
	float: right;
	width:280px;
	height:36px;
	z-index:1;
	right: 2px;
	top: 0px;
	text-align: center;
	padding: 4px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
line-height: 24px;
}

#navcontainer li a
{
display:block;
background: transparent url(../images/barcode.gif) left center no-repeat;
text-align: left;
margin-left: -2.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#7d8087;
text-decoration:none;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/barcode_over.gif) left center no-repeat;
color: #0A5CB2;
}

#subfooter{
 height:70px; 
 background-color:#EFEFEF;
 clear:both;
} 

#footer{
 height:25px; 
 background-color:#0a5cb1;
 clear:both;
} 
 
.login_text { font-size: 11px; color: #FFFFFF; }

.login_input { font-size: 10px; color: #666666; }

.main_text {
	font-size: 12px;
	color: #333333;
}

#topbar{font-size:14px; font-weight:bold; padding:6px; overflow:auto; clear:both;}
	#topbar a{color:#0033CC; text-decoration:none; margin:0 10px; height:23px; line-height:23px; float:left; display:block;}
	a.active{ 	height:23px;
				line-height:23px; 
				background:url(pic/tb_a.png) right top no-repeat;
				padding-right:10px;
			}
	a.active span{ background:url(pic/tb_span.png) left top no-repeat; height:23px; display:block; padding-left:10px;}

input:focus { background:#A9D8E7; }

select:focus { background:#A9D8E7; }

input.image 
{
    border-style: solid; 
    border-color: Gray; 
    border-width: 1px; 
    width: 42px;
	vertical-align:middle;
}

input.imagego 
{
    border-style: solid; 
    border-color: Gray; 
    border-width: 1px; 
    width: 11px;
	vertical-align:middle;
}

.padding {
	padding-right: 10px;
	padding-left: 10px;
}

.main_heading {
	font-size: 18px;
	color: #0A5CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
.main_white_heading {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.main_white_heading:hover {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:transparent;
}

.main_menus{font-size: 14px; font-weight: bold; color: #333333; text-decoration:none; }

.main_menus:hover{font-size: 14px; font-weight: bold; color: #0A5CB2; text-decoration:none; background-color:transparent;}
 
.footer_text {
	font-size: 10px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
}

.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }

.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}
