.RadGrid
{
	background-image: url(../radgrid/img/bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #e6e5e1;
	border-right: 1px solid #e7e6e3;
	border-left: 1px solid #cbc8c0;
	background-color: #f6f6f1;
}

.MasterTable
{
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial, Verdana;
	background-image: url(../radgrid/img/Headerbg.gif);
	background-repeat: repeat-x;
}

.ResizeItem
{
	background-image: url(../radgrid/img/resize.gif);
	background-repeat: repeat-y;
	width: 17px;
	padding-left: 0px;
}

.GridRow .ResizeItem
{
	border: 0px;
	border-bottom: 1px solid #e1ded8;
	border-top: 1px solid white;
}

.GridHeader
{
	font-weight: bold;
	text-align: center;
	background-image: url(../radgrid/img/headerSeparator.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.GridHeader A
{
	color: #242500;
}

.GridRow
{
	padding-left: 5px;
	background-image: none;
}

.GridRow TD
{
	border: 1px solid white;
	border-bottom: 1px solid #edece5;
	border-right: 1px solid #dbd7cb;
}

.GridRow TABLE TD
{
	border: 0px;
}

.GridPager
{
	height: 21px;
	color: #242500;
	padding-left: 14px;
}

.GridPager A
{
	color: #242500;
}