.CommonText, .CommonHeader, .PrintText
{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
}

.CommonHeader
{
	font-size: medium;
}

.FirstColor
{
	background-color:#9999FF;
}

.SecondColor
{
	background-color:#FFCC00; 
}

.CommonLink
{
	font-family:Arial;
	font-size:11px;
	font-weight:400;
	font-size:11px;
	color:#3366CC;
	font-weight:700;
}

.CommonLabel, .PrintLabel
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight:700;
}

.PrintLabel
{
	font-family:Lucida Console;
	font-size:11px;
}

.PrintTitle
{
	font-family:Lucida Console;
	font-size:18px;
	color:#000000;
	font-weight:700;
}

.PrintSubTitle
{
	font-family:Lucida Console;
	font-size:14px;
	color:#000000;
	font-weight:700;
}

.PrintText
{
	font-family:Lucida Console;
	font-size:11px;	
	font-weight:normal;
}

.ErrorText
{
	font-family:Arial;
	font-size:11px;
	color:DarkRed;
	font-weight:700;
}

.Button
{
	border:1px solid #A8AAAB;
	font-size:11px;
	height:20px;
	width:55px;
	cursor:hand;
	background-color:#FFFFFF;
	color: Black;
	font-weight:700;
}

.ButtonNoWidth
{
	border:1px solid #A8AAAB;
	font-size:11px;
	height:20px;
	cursor:hand;
	background-color:#FFFFFF;
	color: Black;
	font-weight:700;
} 

.TextBox
{
	background-color:#f4f4f4;
	border:1px solid #aaaaaa;
	padding:2px;
	height:20px;
	color:#003366;
	font-size:11px;
}

.DropDownList
{
	background-color:#f4f4f4;
	border:1px solid #aaaaaa;
	padding:2px;
	height:20px;
	color:#003366;
	font-size:11px;
}

.ListBox
{
	background-color:#f4f4f4;
	border:1px solid #aaaaaa;
	padding:2px;
	color:#003366;
	font-size:11px;
}

.BodyReport, .BodyReport tr, .BodyReport td
{
	font-family:Lucida Console;
	font-size:10px;	
	font-weight:normal;
}
.adminReportTable
{
	table-layout: auto;	
		border-left: black 1px solid;
}
.adminReportTable td
{
	border-right: black 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: black 1px solid;
}

.adminReportHeader
{
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 15px;
	background: #a9a9a9;
	text-transform: uppercase;
	border-bottom: black 1px solid;
	font-family: Lucida Console;
	text-align: center;
}

.adminReportSubheader, .adminReportSubheader td
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
	background: #d3d3d3;
	font-size: 11px;
	font-family: Lucida Console;
	text-align: center;
}
.adminReportTotal, .adminReportTotal td 
{
	border-top: black 4px double;
	font-size: 10px;
	background: #dcdcdc;
	font-family: Lucida Console;
}
.adminReportTable td.noPadding
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.adminReportError
{
	font-size: 50px;
	text-align: center;
}

.pagebreak
{
	page-break-after: always;
}
