.RadGrid_Desert
{
	background: #e6e9e4 url('Img/headerBg.gif') repeat-x;
	border-left: 1px solid #C6CDC3;
	border-right: 1px solid #C6CDC3;
	font: normal 11px Arial, Verdana;
}

.MasterTable_Desert
{
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.RadGrid_Desert table
{
	font-size: 11px;
	font-family: Arial, Verdana;
	width: 100%;
}

.GridHeader_Desert,
.ResizeHeader_Desert
{
	font-weight: bold;
	line-height: 35px;
	background: #E6E9E4 url('Img/headerBg.gif') repeat-x;
}
.GridHeader_Desert a
{
	color: #242500;
}

.GridRow_Desert,
.GridAltRow_Desert,
.SelectedRow_Desert,
.ActiveRow_Desert,
.GridEditRow_Desert
{
	height: 22px;
}
.GridHeader_Desert,
.GridRow_Desert td,
.GridAltRow_Desert td,
.SelectedRow_Desert td,
.ActiveRow_Desert td,
.GridEditRow_Desert td
{
	padding-left: 5px;
}

/*all except IE5/6*/
tbody>.GridRow_Desert,tbody>.GridAltRow_Desert
{
	background: url('Img/rowBg.gif') repeat-x bottom;
}
/*IE5/6 - apply to the table to resolve rendering bottleneck*/
* html .MasterTable_Desert
{
	background: url('Img/rowBg.gif') repeat-x bottom;
}

tbody .SelectedRow_Desert
{
	background: #f3f6f0 url('Img/rowBg.gif') repeat-x bottom;
}

tbody .GridEditRow_Desert
{
	background: #ffffe1 url('Img/rowBg.gif') repeat-x bottom;
}

.GridEditRow_Desert input
{
	font-size: 11px;
}

.ActiveRow_Desert
{
	background: #f9fbf6 url('Img/rowBg.gif') repeat-x bottom;
}

.GridPager_Desert
{
	background: url('Img/footerBg.gif') repeat-x bottom;
	height: 21px;
	color: #242500;
}
.GridPager_Desert td
{
	padding-left: 14px;
}
.GridPager_Desert a
{
	color: #242500;
}

td.GridHeader_Desert input
{
	width: 50px;
	float: left;
	border: solid 1px #474b38;
}

.GroupPanel_Desert
{
	background: #9da29a;
	width: 100%;
}

.GroupPanel_Desert table
{ 
     border-collapse: collapse;
     border: 0;
}

/* filtering button */
.GroupPanelItems_Desert
{
	background: #E6E9E4 url('Img/headerBg.gif') repeat-x bottom;
	color: #333;
	padding-left: 3px;
	border-right: solid 1px #515d23;
	border-bottom: solid 1px #515d23;
	white-space:  nowrap;
	font-size: 11px;
	font-weight: bold;
}

/* filtering direction input[image] */
.GroupPanelItems_Desert input
{
	vertical-align: middle;
}
/* filtering table row */

tr.GroupHeader_Desert td
{
	background: #bcc2b8;
	color: #5b6048;
	font-weight: bold;
	border-bottom: solid 1px #9da29a;
}
