﻿/* r.a.d.grid Web 2.0 skin */
.RowMouseOver_Admin20
{	
	background-color:#999966;/* #FFFFCC; */
}
.RowMouseOut_Admin20
{
	background-color:White;
}
.adminGridHeader
{
	color:White !important;
	height:30px !important;	
	font-size:12px !important;

	
	/*background-color:#6B9C31 !important;*/
}
.RadGrid_Admin20
{
	background: white;
	border: solid 1px #999966; /*#6788be;*/
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

.RadGrid_Admin20,
.RadGrid_Admin20 table,
.GridFilterMenu_Admin20 table
{
	font:11px Arial, Verdana, Sans-serif;
}

.MasterTable_Admin20
{
	border: 5px solid #fff;
	border-collapse: separate !important;
	color: #333;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.RadGrid_Admin20 td,
.RadGrid_Admin20 td a
{ 
	color: #333;
}

.MasterTable_Admin20 td,
.MasterTable_Admin20 th
{
	padding:2px 4px;
}

th.GridHeader_Admin20,
th.ResizeHeader_Admin20
{
	background:white;
	height: 21px;
	color:#6B9C31;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #BE9A48 !important;
}

.GridHeader_Admin20 a
{
	color:#6B9C31;
	font: bold 12px Arial, Verdana, Sans-serif;
	text-decoration: none;
	
}

.GridRow_Admin20 td,
.GridAltRow_Admin20 td,
.GridEditRow_Admin20 td
{
	border-bottom: solid 1px #e7ebd5;/*#d8dde0;*/
	padding-top:5px;
	padding-bottom:6px;
}

.GridRow_Admin20,
.GridAltRow_Admin20
{
	background: white;
}
.SelectedRow_Admin20
{
	background: #dcfc5c !important;
}
.SelectedRow_Admin20 td
{
	border-bottom: solid 1px #accb2d;
}

.GridEditRow_Admin20
{
	background-color: #ffffe1;
}
.GridEditRow_Admin20 input
{
	font-size: 11px;
}

.ActiveRow_Admin20
{
	background: #e7f1ff !important;
}
.ActiveRow_Admin20 td
{
	border-bottom: solid 1px #a5bedf;
}

.GridPager_Admin20
{
	background: #d6d6d6;
}
.GridPager_Admin20 td
{
	color: #666;
	padding-top:4px;
	padding-bottom:4px;
}

.GridFooter_Admin20
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_Admin20 td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding:0 4px;
}

.GridFooter_Admin20 a,
.GridPager_Admin20 td,
.GridPager_Admin20 a
{
	font-weight: bold !important;
}

.GridPager_Admin20 td a:hover,
.GridFooter_Admin20 td a:hover
{
	color: #666;
}

.PagerLeft_Admin20,
.PagerRight_Admin20,
.sliderPagerLabel_Admin20
{
	line-height:17px;
	padding-top:2px;
}

.GridPager_Admin20 .radInput_Admin20
{
	vertical-align:middle;
}

.PagerLeft_Admin20
{
	float:left;
}
.PagerRight_Admin20,
.sliderPagerLabel_Admin20
{
	float:right;
	padding-right:4px;
}
.GridPager_Admin20 .radslider
{
	float:left;
}
.GridPager_Admin20 img
{
	border:0;
}
.PagerCenter_Admin20
{
	display:block;
	text-align:center;
}

tr.GroupHeader_Admin20
{
	background: #fff;
	height: 21px;
}
tr.GroupHeader_Admin20 td
{
	background:url(Grid/GroupHeaderBg.gif) 0 100% repeat-x;
	padding-bottom:4px;
}

table.GroupPanel_Admin20
{
	background: #ffebcc;
	width: 100% !important;
	height: 20px;
	border-collapse: collapse;
	border: dashed 1px #ff9900;
	margin-bottom: 12px;
	text-align: center;
	color: #333;
}

.GroupPanelItems_Admin20
{
	background: #544b58 url(Grid/GroupPanelItemsButtonBg.gif) repeat-x;
	color: #ffebcc;
	border: solid 1px  #8e827f;
	white-space:  nowrap;
	font-size: 11px;
	padding: 0px 30px;
	height: 18px;
}

td.GridHeader_Admin20 input
{
	margin-top: 10px;
	width: auto;
	float: left;
	border: solid 1px #92b4e0;	
	background: white;
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #92b4e0;
	height: 14px;
	vertical-align: middle;
}

td.GridHeader_Admin20 img
{
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}

.GroupHeader_Admin20 td div div
{
	top:-0.6em;
}

* html .GroupHeader_Admin20 td div div{top:0.3em}
*+html .GroupHeader_Admin20 td div div{top:0.3em}

.GroupHeader_Admin20 td div div div
{
	top:0;	

}

.TopReorderIndicator_Admin20
{
	background: url(Grid/MoveDown.gif) no-repeat;
}

.BottomReorderIndicator_Admin20
{
	background: url(Grid/MoveUp.gif) no-repeat;
}

.GridFilterMenu_Admin20
{
    cursor:default;
}

.GridFilterMenu_Admin20 .GridFilterMenuSelectColumn_Admin20,
.GridFilterMenu_Admin20 .GridFilterMenuTextColumn_Admin20
{
	padding:3px 4px;
}

.GridFilterMenu_Admin20 .GridFilterMenuSelectColumn_Admin20
{
    background:#f5f5f5;
    text-align:center;
}

.GridFilterMenu_Admin20 .GridFilterMenuTextColumn_Admin20
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Admin20 .GridFilterMenuHover_Admin20
{
    background:#dcfc5c;    
}

/*AJAX Loading*/

.GridLoadingTemplate_Admin20
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#415079;
}


/* rtl support */

.RadGridRTL_Admin20 th,
.RadGridRTL_Admin20 td
{
    text-align:right;
}

.RadGridRTL_Admin20 .PagerLeft_Admin20,
.RadGridRTL_Admin20 .GridPager_Admin20 .radslider
{
	float:right;
}
.RadGridRTL_Admin20 .PagerRight_Admin20,
.RadGridRTL_Admin20 .sliderPagerLabel_Admin20
{
	float:left;
}

.GridRowOver_Admin20 td
{
background-color: #e7ebd5;
cursor:pointer;
}
