.RadGrid
{
	background-image: url("Img/headerBg.gif");
	background-repeat: repeat-x;
	background-color: #E6E9E4;
	border-left: 1px solid #C6CDC3;
	border-right: 1px solid #C6CDC3;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadGrid TABLE
{
	font-size: 11px;
	font-family: Arial, Verdana;
}

.GridHeader
{
	font-weight: bold;
	padding-bottom: 16px;
}

.GridHeader A
{
	color: #242500;
}

.GridRow
{
	background-image: url("Img/rowBg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	/*white-space: nowrap;*/
}

.GridPager
{
	background-image: url("Img/footerBg.gif");
	height: 21px;
	color: #242500;
	padding-left: 14px;
}

.GridPager A
{
	color: #242500;
}

