body
{
}


.tblStyleGridHeader
{
	border:none;

	color: whitesmoke;
	background-color: #2A70A3;

	font-weight: bold;
	font-size: 14px;
	font-family: Arial;

	text-align: center;
	vertical-align: top;

	width: 100%;
	height: 20px;
}

.tblStyleGridBody
{
	border:none;

	color: whitesmoke;
	background-color: whitesmoke;

	font-weight: bold;
	font-size: 14px;
	font-family: Arial;

	text-align: center;
	vertical-align: top;

	width: 100%;
	height: 355px;
}

.divStyleGridBody
{
	border:none;
	
	color: whitesmoke;
	background-color: whitesmoke;

	font-weight: bold;
	font-size: 14px;
	font-family: Arial;

	text-align: center;
	vertical-align: top;

	overflow-Y:scroll;
	width: 100%;
	height: 100%;
}

.divStyleGridReports
{
	border:none;
	
	color: whitesmoke;
	background-color: whitesmoke;

	width: 98%;
	height: 350px;

	text-align: center;
	vertical-align: top;

	overflow:auto;
	width: 100%;
	height: 100%;
}


.grdStyleGridItemStyle
{
	font-size: 8pt;
	vertical-align: middle;
	color: black;
	font-family: Arial;
	height: 30px;
	background-color: whitesmoke;/*#FBFCFC;*/
	text-align: center;
}

.grdStyleAltGridItemStyle
{
	font-size: 8pt;
	vertical-align: middle;
	color: black;
	font-family: Arial;
	height: 30px;
	background-color: #FBFCFC;
	text-align: center;
}


.tblStyleGridFooter
{
	border:none;

	color: whitesmoke;
	background-color: #2A70A3;

	font-weight: bold;
	font-size: 14px;
	font-family: Arial;

	text-align: center;
	vertical-align: top;

	width: 100%;
	height: 20px;
}

.tblStyleGridButtons
{
	border:none;

	color: whitesmoke;
	background-color:Gray;

	font-weight: bold;
	font-size: 14px;
	font-family: Arial;

	text-align: center;
	vertical-align: middle;

	width: 100%;
	height: 50px;
}