/* r.a.d.grid Web 2.0 skin */

div.RadGrid_Web21
{

	border: solid 1px #340166;

	text-align: left;
	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_Web21 th 
{
    color: #FFFFFF;
}
.RadGrid_Web21 td 
{
    color: #000000;
}
.RadGrid_Web21 td a
{ 
   color: #0099CC;
}

.MasterTable_Web21
{
	border-collapse: separate !important;
	color: #000000;

	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}
.MasterTable_Web21 th
{
	color: #FFFFFF;
}

.MasterTable_Web21 td,
.MasterTable_Web21 th
{
	padding:2px 4px 2px 4px;
}

th.GridHeader_Web21,
th.ResizeHeader_Web21
{

	background: #340166;
	height: 21px;
	color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

th.GridHeader_Web21
{
		color: #FFFFFF;
	    text-decoration: none;
}
.GridHeader_Web21 a,
.GridHeader_Web21 th
{
		color: #FFFFFF;
	    text-decoration: none;
}
.GridHeader_Web21
{
		color: #FFFFFF;
	    text-decoration: none;
}
.GridHeader_Web21 a:hover
{
		color: #F9EDB3;
	    text-decoration: none;
}

.GridRow_Web21,
.GridAltRow_Web21,
.SelectedRow_Web21,
.GridEditRow_Web21,
.ActiveRow_Web21
{

}
.GridRow_Web21 td,
.GridAltRow_Web21 td,
.GridEditRow_Web21 td
{
	border-bottom: solid 1px #d8dde0;
}

.GridRow_Web21,
.GridAltRow_Web21
{
    color:#766e47;
	background: white;
}
.SelectedRow_Web21
{
	background: #D8CFE3 !important;
}
.SelectedRow_Web21 td
{
	border-bottom: solid 1px #d8dde0;
}

.GridEditRow_Web21
{
	background-color: #ffffe1;
}
.GridEditRow_Web21 input
{
	font-size: 11px;
}

.ActiveRow_Web21
{
	background: #e7f1ff !important;
}
.ActiveRow_Web21 td
{
	border-bottom: solid 1px #a5bedf;
}

.GridPager_Web21
{

	height: 25px;
}
.GridPager_Web21 td
{
	color: #666;
}

.GridFooter_Web21
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_Web21 td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding:0 4px;
}

.GridFooter_Web21 a,
.GridPager_Web21 td,
.GridPager_Web21 a,
.GridPager_Web21 td a
{    
    color:#230634;
	font-weight: bold !important;
}

/*.GridPager_Web21 td a
{
    color:#230634;
	font-weight: bold !important;
}*/

.GridPager_Web21 td a:hover,
.GridFooter_Web21 td a:hover
{
	color: #FF9C29;
}

tr.GroupHeader_Web21
{
	background: #fff;
	height: 21px;
}
tr.GroupHeader_Web21 td
{
	border-bottom: solid 2px #6788be;
}

table.GroupPanel_Web21
{
	background: #ffebcc;
	width: 100% !important;
	height: 20px;
	border-collapse: collapse;
	border: dashed 1px #ff9900;
	margin-bottom: 12px;
	text-align: center;
	color: #333;
}

.GroupPanelItems_Web21
{
	background: #544b58 url('Img/GroupPanelItemsButtonBg.gif') repeat-x;
	color: #ffebcc;
	border: solid 1px #8e827f;
	white-space:  nowrap;
	font-size: 11px;
	padding: 0px 30px;
	height: 18px;
}

td.GridHeader_Web21 input
{
	margin-top: 10px;
	width: auto;
	float: left;
	border: solid 1px #92b4e0;
	background: white;

	color: #92b4e0;
	height: 14px;
	vertical-align: middle;
}

td.GridHeader_Web21 img
{
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}
