﻿/* Telerik RadGrid grey skin */

.RadGrid_Grey
{
	background-color:white;
	padding: 0px 8px;
}

.RadGrid_Grey,
.MasterTable_Grey
{
	font: normal 11px arial,verdana,sans-serif;
}

.MasterTable_Grey
{
	background-color:#EDEDED;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

th.GridHeader_Grey
{
	height: 36px;
	background: 0px 7px;
	color: #696969;
	font-weight: bold;
	text-align:left;
	text-indent:10px;
}

th.GridHeader_Grey input
{
	border: solid 1px #696969;
}

.GroupPanel_Grey
{
	background: white;
	width: 100%;
}

.GroupPanelItems_Grey
{
	font-weight: bold;
	color: white;
	white-space:nowrap;
}

.GridHeader_Grey a
{
	color: #696969;
	text-decoration: none;
}

.GridRow_Grey td,
.GridAltRow_Grey td,
.SelectedRow_Grey td,
.ActiveRow_Grey td,
.GridEditRow_Grey td
{
    border-bottom: solid 1px #696969;
	padding-top:6px;
	padding-bottom:6px;
}
.GridRow_Grey
{
	background-color: white;
	color: #e2e2e2;
}
.GridAltRow_Grey
{
	background-color: white;
	color: #e2e2e2;
}
.GridAltRow_Grey td
{
	
}
.SelectedRow_Grey
{
	
	color: #fff;
}
.GridEditRow_Grey
{
	background: #ffffce;
}
.GridEditRow_Grey input
{
	font-size: 11px;
}
.ActiveRow_Grey
{
	background: #9a5f01;
	color: #fff;
}

.GridPager_Grey
{
	background: #edece9 url('Img/footerBg.gif') repeat-x left bottom;
	color: #616968;
}
.GridPager_Grey td
{
	padding-left: 6px;
	padding-top:6px;
	padding-bottom:6px;
	border-left: 0px solid #c9c6c2;
	border-top: 2px solid #c8c5a1;
	border-right: 1px solid #c9c6c2;
}
.GridPager_Grey a
{
	color: #333;
}

/* filtering button */

.GroupPanelItems_Grey
{
	background: #e3ba4f url('Img/filteringBg.gif') repeat-x;
	color: #887803;
	border: solid 1px #be9944;
	white-space:  nowrap;
	font-size: 11px;
}

/* filtering direction input[image] */

.GroupPanelItems_Grey input
{
	vertical-align: middle;
}

/* filtering table row */

tr.GroupHeader_Grey
{
	background: #9a5f01;
	color: #fff;
}
.GridFooter_Grey
{
}

.TopReorderIndicator_Grey
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Grey
{
	background: url('MoveUp.gif') no-repeat;
}

.GridFilterMenu_Grey
{
    cursor:default;
}

.GridFilterMenu_Grey .GridFilterMenuSelectColumn_Grey,
.GridFilterMenu_Grey .GridFilterMenuTextColumn_Grey
{
	padding:3px 4px;
}

.GridFilterMenu_Grey .GridFilterMenuSelectColumn_Grey
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_Grey .GridFilterMenuTextColumn_Grey
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Grey .GridFilterMenuHover_Grey
{
    background:#4c4c4c;
    color:#fff;
}
