/* Telerik RadGrid HrcList skin */

.RadGrid_GridList
{
	background: transparent;
	border-top: 0px;
	scrollbar-face-color: #bbc1c9; 
	scrollbar-highlight-color: #bbc1c9; 
	scrollbar-shadow-color: #bbc1c9; 
	scrollbar-3dlight-color: #d2d6db; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #d2d6db;
	scrollbar-darkshadow-color: #d2d6db; 
}

.RadGrid_GridList,
.RadGrid_GridList table,
.GridFilterMenu_GridList table
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.MasterTable_GridList
{
	border: 0px;
	border-collapse: separate !important;
	color: black;
	-moz-user-select: -moz-none;
}

.GridRow_GridList td,
.GridAltRow_GridList td,
.GridEditRow_GridList td
{
}

.GridAltRow_GridList td
{
	border-bottom: solid 1px #A7ABAE;
}

.GridRow_GridList
{
	color: #E09804;
	font-weight: bold;
	padding-top: 10px;
}
.GridAltRow_GridList
{
	padding-bottom: 10px;
	color: #848484;
	font-size: 8pt;
}

.SelectedRow_GridList
{
	background: #f9f6dd;
}
.SelectedRow_GridList td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
}

.GridEditRow_GridList
{
	background-color: #ffffe1;
}
.GridEditRow_GridList input
{
	font-size: 11px;
}

.ActiveRow_GridList
{
	background: #d2d8db;
}
.ActiveRow_GridList td
{
	border-top: solid 1px #abb4b9;
	border-bottom: solid 1px white;
}

.GridHeader_GridList,
.ResizeHeader_GridList
{
	background: url('Img/headerBg.gif') repeat-x;
	border-top: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	height: 26px !important;
	color: black;
	font-size: 11px;
	text-align: left;
}

.GridHeader_GridList a
{
	text-decoration: none;
	color: black !important;
}

/* ascending / descending sorting arrow */
.GridHeader_GridList img,
.GroupPanelItems_GridList input
{
	vertical-align: middle;
}

td.GridHeader_GridList input
{
	width: auto;
	float: left;
	border: solid 1px #474b38;
	background-color: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_GridList
{
	background: #bbc2c9 url('Img/GroupPanelBg.gif') repeat-x;
	width: 100%;
	height: 25px;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_GridList
{
	background: #f0f2f4;
	color: #999;
	border-top: solid 1px white;
	border-right: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	border-left: solid 1px white;
	padding-left: 4px;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_GridList
{
	background: #c7d0d9;
	color: black;
}

.GroupHeader_GridList td div div
{
	top:-0.5em;
}

.GroupHeader_GridList td div div div
{
	top:0;
}

tr.GridPager_GridList
{
	background: #d2d6db;
	color: #6e7376;
	cursor: default;
}

tr.GridPager_GridList td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_GridList a
{
	color: #6e7376;
}

.GridPager_GridList a:hover
{
	color: #333;
}

.TopReorderIndicator_GridList
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_GridList
{
	background: url('MoveUp.gif') no-repeat;
}

.GridCommandRow_GridList a
{
	color:#333;
}

.GridFilterMenu_GridList
{
    cursor:default;
}

.GridFilterMenu_GridList .GridFilterMenuSelectColumn_GridList,
.GridFilterMenu_GridList .GridFilterMenuTextColumn_GridList
{
	padding:3px 4px;
}

.GridFilterMenu_GridList .GridFilterMenuSelectColumn_GridList
{
    background:#f0f2f4;
    text-align:center;
}

.GridFilterMenu_GridList .GridFilterMenuTextColumn_GridList
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_GridList .GridFilterMenuHover_GridList
{
    background:#c7d0d9;
}

/*AJAX Loading*/

.GridLoadingTemplate_GridList
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#72bc1b;
}

/* rtl support */

.RadGridRTL_GridList th,
.RadGridRTL_GridList td
{
    text-align:right;
}

.RadGridRTL_GridList .GridPager_GridList span
{
    float:none !important;
}
