.RadGrid
{
	font-size: 11px;
	font-family: Arial, Verdana;
	width: 100%;
	background-image: url(../Img/RadGridBg.gif);
	background-repeat: repeat-x;
	
}
.editHeader
{
	font-size: 11px;
	color:White;
	font-family: Arial, Verdana;
	width: 100%;
	height: 28px;
	background-image: url(../Img/RadGridBg.gif);
	background-repeat: repeat-x;
	text-indent:20px;
}
.GridHeader
{
	font-weight: bold;
	color: white;
	height: 28px;
	background-image: url(../Img/headerBg.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
}
.GroupPanel
{
}
.SelectedItem
{
	background-color:#CCCCCC;
}	
.GroupPanelItems
{
	font-weight: bold;
	color: white;
	white-space:nowrap;
}

.GridHeader A
{
	color: #887803;
	text-decoration: none;
}

.GridRow
{
	padding-left: 5px;
	color: #393939;
	background-image: none;
	width: 100%;	
	cursor:pointer;
}
.GridRow TD
{
	border-bottom: solid 1px #C2C2C2;
	border-top: solid 1px #C2C2C2;
}
.GridAltRow
{
	padding-left: 5px;
	color: #393939;
	background-image: none;
	width: 100%;
	cursor:pointer;
	
}
.GridAltRow TD
{
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
}
.GridPager
{
	background-image:url(../Img/gridFooter.gif);
	background-repeat:repeat-x;
	height:21px;
	width: 100%;
}
.GridPager A
{
	color: #333333;
}
.GridRow TD
{
	
}
.GridAltRow TD
{
	
}
.GridFooter
{
	background-image:url(../Img/gridFooter.gif);
	background-repeat:repeat-x;
	height:21px;
}