/* r.a.d.grid Web 2.0 skin */

.RadGrid_Web20
{
	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_Web20,
.RadGrid_Web20 table,
.GridFilterMenu_Web20 table
{
	font:10px Verdana, Arial, Sans-serif;
}

.MasterTable_Web20
{
	width:100%;
	border:1px solid #8F9DB4;
	border-collapse:collapse;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.RadGrid_Web20 td,
.RadGrid_Web20 td a
{ 

}

.MasterTable_Web20 td,
.MasterTable_Web20 th
{
	padding:2px 4px;
}

th.GridHeader_Web20,
th.ResizeHeader_Web20
{
	border:1px solid #8F9DB4;
	background-color:#E1E1E1;
	background-image:url(../../images/Table/cell-back.gif);
	background-repeat:repeat-x;
	text-align:left;
	height:22px;
	white-space:nowrap;
	
	text-align: left;
	font-weight:bold;
}

ResizeHeader_Web20
{
	border:1px solid #8F9DB4;
}

.GridHeader_Web20 a
{
	
	font:10px Verdana, Arial, Sans-serif;
	text-decoration: none;
	font-weight:bold;
}

.GridRow_Web20 td,
.GridAltRow_Web20 td,
.GridEditRow_Web20 td
{
	text-align:left;
	border:1px solid #DDDDDD;
	height:20px;
	margin:1px;
	padding: 0px 4px 1px; 
	background-color:#EEEEEE;

	/*border-bottom: solid 1px #d8dde0;
	padding-top:3px;
	padding-bottom:3px;*/
}

.GridRow_Web20
{


}
.GridAltRow_Web20
{

}
.SelectedRow_Web20
{
	background: #d8dde0 !important;
}
.SelectedRow_Web20 td
{
	border-bottom: solid 1px silver;
}

.GridEditRow_Web20
{
	background-color: #ffffe1;
}
.GridEditRow_Web20 input
{
	font-size: 10px;
}

.ActiveRow_Web20
{
	background: #e7f1ff !important;
}
.ActiveRow_Web20 td
{
	border-bottom: solid 1px #a5bedf;
}

.GridPager_Web20
{
	background: #d6d6d6;
}
.GridPager_Web20 td
{
	color: #666;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;
}

.GridFooter_Web20
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_Web20 td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding:0 4px;
}

.GridFooter_Web20 a,
.GridPager_Web20 td,
.GridPager_Web20 a
{
	font-size:11px;
	font-weight: bold !important;
	color:#666;
}

.GridPager_Web20 td a:hover,
.GridFooter_Web20 td a:hover
{
	color: #333;
}

.PagerLeft_Web20,
.PagerRight_Web20,
.sliderPagerLabel_Web20
{
	line-height:17px;
	padding-top:2px;
}

.GridPager_Web20 .radInput_Web20
{
	vertical-align:middle;
}

.PagerLeft_Web20
{
	float:left;
}
.PagerRight_Web20,
.sliderPagerLabel_Web20
{
	float:right;
	padding-right:4px;
}
.GridPager_Web20 .radslider
{
	float:left;
}
.GridPager_Web20 img
{
	border:0;
}
.PagerCenter_Web20
{
	display:block;
	text-align:center;
}

tr.GroupHeader_Web20
{
	background: #fff;
	height: 21px;
}
tr.GroupHeader_Web20 td
{
	background:url(Grid/GroupHeaderBg.gif) 0 100% repeat-x;
	padding-bottom:4px;
}

table.GroupPanel_Web20
{
	background: #ffebcc;
	width: 100% !important;
	height: 20px;
	border-collapse: collapse;
	border: dashed 1px #ff9900;
	margin-bottom: 12px;
	text-align: center;
	color: #333;
}

.GroupPanelItems_Web20
{
	background: #544b58 url(Grid/GroupPanelItemsButtonBg.gif) repeat-x;
	color: #ffebcc;
	border: solid 1px #8e827f;
	white-space:  nowrap;
	font-size: 10px;
	padding: 0px 30px;
	height: 18px;
}

td.GridHeader_Web20 input
{
	margin-top: 10px;
	width: auto;
	float: left;
	border: solid 1px #92b4e0;
	background: white;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #92b4e0;
	height: 14px;
	vertical-align: middle;
}

td.GridHeader_Web20 img
{
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}

.GroupHeader_Web20 td div div
{
	top:-0.6em;
}

* html .GroupHeader_Web20 td div div{top:0.3em}
*+html .GroupHeader_Web20 td div div{top:0.3em}

.GroupHeader_Web20 td div div div
{
	top:0;
}

.TopReorderIndicator_Web20
{
	background: url(Grid/MoveDown.gif) no-repeat;
}

.BottomReorderIndicator_Web20
{
	background: url(Grid/MoveUp.gif) no-repeat;
}

.GridFilterMenu_Web20
{
    cursor:default;
}

.GridFilterMenu_Web20 .GridFilterMenuSelectColumn_Web20,
.GridFilterMenu_Web20 .GridFilterMenuTextColumn_Web20
{
	padding:3px 4px;
}

.GridFilterMenu_Web20 .GridFilterMenuSelectColumn_Web20
{
    background:#f5f5f5;
    text-align:center;
}

.GridFilterMenu_Web20 .GridFilterMenuTextColumn_Web20
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Web20 .GridFilterMenuHover_Web20
{
    background:#dcfc5c;
}

/*AJAX Loading*/

.GridLoadingTemplate_Web20
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#415079;
}


/* rtl support */

.RadGridRTL_Web20 th,
.RadGridRTL_Web20 td
{
    text-align:right;
}

.RadGridRTL_Web20 .PagerLeft_Web20,
.RadGridRTL_Web20 .GridPager_Web20 .radslider
{
	float:right;
}
.RadGridRTL_Web20 .PagerRight_Web20,
.RadGridRTL_Web20 .sliderPagerLabel_Web20
{
	float:left;
}