﻿.ReportTitle
{
	background-color:#ececec;
	border-left:solid 1px #6b6b6b;
	border-bottom:solid 1px #6b6b6b;
	text-align:center;
	color:#000000;
	font-weight:normal;
	padding:3px;
}

 .ReportTitle th
 {
	background-color:#ececec;
	border-left:solid 1px #6b6b6b;
	border-bottom:solid 1px #6b6b6b;
	text-align:center;
	color:#000000;
	font-weight:normal;
	padding:3px;
 }

.RightReportTitle
{
	background-color:#ececec;
	border:solid 1px #6b6b6b;
	border-top-width:0px;
	text-align:center;
	color:#000000;
	font-weight:normal;
	padding:3px;
}

.RightReportTitle th
{
	background-color:#ececec;
	border:solid 1px #6b6b6b;
	border-top-width:0px;
	text-align:center;
	color:#000000;
	font-weight:normal;
	padding:3px;
}

.GridOddRow
{
	background-Color:#FCFEFF;
}

.GridEvenRow
{
	background-Color:#F3FAFF;
}


.GridOddRow TD, .GridEvenRow TD
{
	border-left:1px Solid #8498a6;
	border-bottom:1px Solid #8498a6;
	padding:3px;
	text-align:center;
}


.GridOddRow:Hover, .GridEvenRow:Hover
{
	background-Color:#FFF5DD;
}

.GridPager
{
	background-color:#d7dfe6;
}
.GridPager td
{
	border:solid 1px #8498a6;
	border-top-width:0px;
	padding:3px;
	text-align:Center;
}
.GridPager td td
{
	border-width:0px;
	padding:0px;
}