.RadGrid
{
	background: #e6e9e4 /*url('Img/headerBg.gif') repeat-x*/;
	border-left: 1px solid #C6CDC3;
	border-right: 1px solid #C6CDC3;
}

.RadGrid,
.MasterTable,
.GridFilterMenu table
{
    font:normal 11px arial, verdana, sans-serif;
}

.MasterTable
{
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeader,
.ResizeHeader
{
	font-weight: bold;
	height: 35px;
	background: /*#E6E9E4*/ red;
	border-top:1px solid #eef1ed;
	padding: 4px 2px 4px 4px;
}
.GridHeader a
{
	color: #fff;
}

.GridRow td,
.GridAltRow td,
.SelectedRow td,
.ActiveRow td,
.GridEditRow td
{
	padding-top:4px;
	padding-bottom:5px;
}

/*all except IE5/6*/
tbody>.GridRow
{
	background: #fff;
}

/*all except IE5/6*/
tbody>.GridAltRow
{
	background: url('Img/rowBg.gif') repeat-x bottom;
}

/*IE5/6 - apply to the table to resolve rendering bottleneck*/
* html .MasterTable
{
	background: url('Img/rowBg.gif') repeat-x bottom;
}

tbody .SelectedRow
{
	background: #f3f6f0 url('Img/rowBg.gif') repeat-x bottom;
}

tbody .GridEditRow
{
	background: #ffffe1 url('Img/rowBg.gif') repeat-x bottom;
}

.GridEditRow input
{
	font-size: 11px;
}

.ActiveRow
{
	background: #f9fbf6 url('Img/rowBg.gif') repeat-x bottom;
}

.GridPager
{
	background: url('Img/footerBg.gif') repeat-x;
	color: #242500;
}
.GridPager td
{
	padding:3px 14px 4px;
}
.GridPager a
{
	color: #242500;
}

td.GridHeader input
{
	width: 50px;
	float: left;
	border: solid 1px #474b38;
}

.GroupPanel
{
	background: #9da29a;
	width: 100%;
}

.GroupPanel table
{ 
     border-collapse: collapse;
     border: 0;
}

.GridCommandRow a
{ 
	color:#000;
}

/* filtering button */
.GroupPanelItems
{
	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 input
{
	vertical-align: middle;
}
/* filtering table row */

tr.GroupHeader td
{
	background: #bcc2b8;
	color: #5b6048;
	font-weight: bold;
	border-bottom: solid 1px #9da29a;
}

.GroupHeader td div div
{
	top:-0.5em;
}

.GroupHeader td div div div
{
	top:0;
}

.TopReorderIndicator
{
	background: url('MoveDown.gif') no-repeat;
	margin-left:-5px;
}

.BottomReorderIndicator
{
	background: url('MoveUp.gif') no-repeat;
	margin-left:-5px;
}

.GridFilterMenu
{
    cursor:default;
}

.GridFilterMenu .GridFilterMenuSelectColumn,
.GridFilterMenu .GridFilterMenuTextColumn
{
	padding:3px 4px;
}

.GridFilterMenu .GridFilterMenuSelectColumn
{
    background:#f3f6f1;
    text-align:center;
}

.GridFilterMenu .GridFilterMenuTextColumn
{
    background:#fff;
    color:#333;
}

.GridFilterMenu .GridFilterMenuHover
{
    background:#d9ddd6;
}

/*AJAX Loading*/

.GridLoadingTemplate
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#333;
}

/* rtl support */

.RadGridRTL th,
.RadGridRTL td
{
    text-align:right;
}

.RadGridRTL .GridPager span
{
    float:none !important;
}
