@import "commonstyle.css";

body
{
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

#content
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #1b3f95;
}

#left 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

#main 
{
	position: relative;
	margin-left: 185px;
}

table.report th 
{
	font-weight: bold;
	background-color: #aaf;
	text-align: left;
}

table.report tr.odd 
{
	background-color: #ddf;
}

input.disabled
{
	background-color: #CCC !important;
}
