/* Telerik RadGrid HrcList skin */

.RadGrid_HrcList
{
	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_HrcList,
.RadGrid_HrcList table,
.GridFilterMenu_HrcList table
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.MasterTable_HrcList
{
	border: 0px;
	border-collapse: separate !important;
	color: black;
	-moz-user-select: -moz-none;
}

.GridRow_HrcList td,
.GridAltRow_HrcList td,
.GridEditRow_HrcList td
{
	padding-top: 7px;
}

.GridAltRow_HrcList td
{
	border-bottom: solid 1px #006591;
	padding-bottom: 7px;
}

.GridRow_HrcList
{
	color: #E09804;
	font-weight: bold;
}
.GridAltRow_HrcList
{
	color: #000000;
	font-size: 8pt;
}

.SelectedRow_HrcList
{
	background: #f9f6dd;
}
.SelectedRow_HrcList td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
}

.GridEditRow_HrcList
{
	background-color: #ffffe1;
}
.GridEditRow_HrcList input
{
	font-size: 11px;
}

.ActiveRow_HrcList
{
	background: #d2d8db;
}
.ActiveRow_HrcList td
{
	border-top: solid 1px #abb4b9;
	border-bottom: solid 1px white;
}

.GridHeader_HrcList,
.ResizeHeader_HrcList
{
	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_HrcList a
{
	text-decoration: none;
	color: black !important;
}

/* ascending / descending sorting arrow */
.GridHeader_HrcList img,
.GroupPanelItems_HrcList input
{
	vertical-align: middle;
}

td.GridHeader_HrcList 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_HrcList
{
	background: #bbc2c9 url('Img/GroupPanelBg.gif') repeat-x;
	width: 100%;
	height: 25px;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_HrcList
{
	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_HrcList
{
	background: #c7d0d9;
	color: black;
}

.GroupHeader_HrcList td div div
{
	top:-0.5em;
}

.GroupHeader_HrcList td div div div
{
	top:0;
}

tr.GridPager_HrcList
{
	background: #d2d6db;
	color: #6e7376;
	cursor: default;
}

tr.GridPager_HrcList td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_HrcList a
{
	color: #6e7376;
}

.GridPager_HrcList a:hover
{
	color: #333;
}

.TopReorderIndicator_HrcList
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_HrcList
{
	background: url('MoveUp.gif') no-repeat;
}

.GridCommandRow_HrcList a
{
	color:#333;
}

.GridFilterMenu_HrcList
{
    cursor:default;
}

.GridFilterMenu_HrcList .GridFilterMenuSelectColumn_HrcList,
.GridFilterMenu_HrcList .GridFilterMenuTextColumn_HrcList
{
	padding:3px 4px;
}

.GridFilterMenu_HrcList .GridFilterMenuSelectColumn_HrcList
{
    background:#f0f2f4;
    text-align:center;
}

.GridFilterMenu_HrcList .GridFilterMenuTextColumn_HrcList
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_HrcList .GridFilterMenuHover_HrcList
{
    background:#c7d0d9;
}

/*AJAX Loading*/

.GridLoadingTemplate_HrcList
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#72bc1b;
}

/* rtl support */

.RadGridRTL_HrcList th,
.RadGridRTL_HrcList td
{
    text-align:right;
}

.RadGridRTL_HrcList .GridPager_HrcList span
{
    float:none !important;
}
