.RadGrid
{
	background-image: url(headerBg.gif);
	background-repeat: repeat-x;
	background-color: #D7EAF4;
	border-left: 1px solid #C6CDC3;
	border-right: 1px solid #C6CDC3;
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	text-align:left;
	direction: ltr;

}

.RadGrid TABLE
{
	font-size: 11px;
	font-family: Tahoma;
	text-align:left;
	direction: ltr;

}

.GridHeader
{
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
	text-align:left;
	direction: ltr;
	
}

.GridHeader A
{
	color: #242500;
	text-align:left;
	direction: ltr;

}

.GridRow
{
	background-image: url(rowBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	height: 25px;
	width:100%;
	text-align:left;
	direction: ltr;
}
.GridAltRow
{
	background-image: url(rowBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	height: 25px;
	text-align:left;
	direction: ltr;
	
}
.GridSelRow
{
	background-image: none;
	padding-left: 5px;
	height: 25px;
	background-color: #dcd9c9;
	text-align:left;
	direction: ltr;
	
}
.GridPager
{
	background-image: url(footerBg.gif);
	height: 21px;
	color: #242500;
	padding-left: 14px;
	text-align:left;
	direction: ltr;
	
}

.GridPager A
{
	color: #242500;
	text-align:left;
	direction: ltr;
	
}
.GroupHeaderItem
{
	font-weight: bold;
	vertical-align: middle;
	font-family: Tahoma;
	background-color: #dcd9c9;
	text-align:left;
	direction: ltr;
	
}