.RadGrid_fews
{
	background: #e6e9e4 /*url('Img/headerBg.gif') repeat-x*/;
	xborder: 1px solid #C6CDC3;
	border-collapse: collapse;
}

.RadGrid_fews,
.MasterTable_fews,
.GridFilterMenu_fews table
{
    font:normal 11px arial, verdana, sans-serif;
}

.MasterTable_fews
{
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeader_fews,
.ResizeHeader_fews
{
	font-weight: bold;
	height: 15px;
	background: /*#edede0*/ #edede0 ;
	border:1px solid #ccc;
	border-collapse: collapse;
	padding:3px;
}
.GridHeader_fews a
{
	color: #333;
}

.GridRow_fews td,
.GridAltRow_fews td,
.SelectedRow_fews td,
.ActiveRow_fews td,
.GridEditRow_fews td
{
	padding:2px 4px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

/*all except IE5/6*/
tbody>.GridRow_fews,tbody>.GridAltRow_fews
{
	background: #fff 
}
/*IE5/6 - apply to the table to resolve rendering bottleneck*/
* html .MasterTable_fews
{
	background: url('Img/rowBg.gif') repeat-x bottom;
}

tbody .SelectedRow_fews
{
	background: #fff url('Img/rowBg.gif') repeat-x bottom;
}

tbody .GridEditRow_fews
{
	background: #fff url('Img/rowBg.gif') repeat-x bottom;
}

.GridEditRow_fews input
{
	font-size: 11px;
}

.ActiveRow_fews
{
	background: #f9fbf6 url('Img/rowBg.gif') repeat-x bottom;
}

.GridPager_fews
{
	background: #edede0;
	color: #242500;
}
.GridPager_fews td
{
	padding:3px 14px 4px 14px;
	text-align:right;
}
.GridPager_fews a
{
	color: #242500;
}

td.GridHeader_fews input
{
	width: 50px;
	float: left;
	border: solid 1px #474b38;
}

.GroupPanel_fews
{
	background: #9da29a;
	width: 100%;
}

.GroupPanel_fews table
{ 
     border-collapse: collapse;
     border: 0;
}

.GridCommandRow_fews a
{ 
	color:#000;
}

/* filtering button */
.GroupPanelItems_fews
{
	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_fews input
{
	vertical-align: middle;
}
/* filtering table row */

tr.GroupHeader_fews td
{
	background: #bcc2b8;
	color: #5b6048;
	font-weight: bold;
	border-bottom: solid 1px #9da29a;
}

.GroupHeader_fews td div div
{
	top:-0.5em;
}

.GroupHeader_fews td div div div
{
	top:0;
}

.TopReorderIndicator_fews
{
	background: url('MoveDown.gif') no-repeat;
	margin-left:-5px;
}

.BottomReorderIndicator_fews
{
	background: url('MoveUp.gif') no-repeat;
	margin-left:-5px;
}

.GridFilterMenu_fews
{
    cursor:default;
}

.GridFilterMenu_fews .GridFilterMenuSelectColumn_fews,
.GridFilterMenu_fews .GridFilterMenuTextColumn_fews
{
	padding:3px 4px;
}

.GridFilterMenu_fews .GridFilterMenuSelectColumn_fews
{
    background:#f3f6f1;
    text-align:center;
}

.GridFilterMenu_fews .GridFilterMenuTextColumn_fews
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_fews .GridFilterMenuHover_fews
{
    background:#d9ddd6;
}

/*AJAX Loading*/

.GridLoadingTemplate_fews
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#333;
}

/* rtl support */

.RadGridRTL_fews th,
.RadGridRTL_fews td
{
    text-align:right;
}

.RadGridRTL_fews .GridPager_fews span
{
    float:none !important;
}
