/* CSS Document */

/* general styles */

html { width:100%; }
#maincontent .loginbox td, #maincontent .loginbox th {
	width: auto;
}
#maincontent {
	width:100%;
}
#maincontent table.loginbox {
	width: 100%;
}
#maincontent table.loginbox th {
	width:35%;
}
body, #maincontentholder, #maincontent {
width: 100%;
}
#headertable, #headertable img, .hide, #rightcol, #rightcol img, #leftcol, td.e6eleft {
	width: 0;
	height:0;
	overflow:hidden;
	visibility:hidden;
	display:none;
}
#reporttable {
	margin:0;
	border-top: 1px solid #B3C8CD;
 	border-left: 1px solid #B3C8CD; 
}
#reporttable td, #reporttable th {
	padding: 3px;
	border-bottom: 1px solid #B3C8CD;
 	border-right: 1px solid #B3C8CD; 
	text-align:center;
}
#reporttable th {
	padding:3px;
	border-right:3px solid #B3C8CD; 
}

