/* r.a.d.grid Web 2.0 skin */


.GridWrapper
{
	width:99%;
	border-color:#92b4e0;
	border-width:1px;
	border-style:solid;
    padding: 2px 2px 2px 2px;
}

.GridFooter
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
}

.GridHeader
{
	font: bold 11px Arial, Verdana, Sans-serif;
	background: #92b4e0;
	padding-top: 5px;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 21px;
	color: white;
}

.GridHeader a
{
	color: white;
	font: bold 11px Arial, Verdana, Sans-serif;
	text-decoration: none;
}


.Grid
{
	background: white;


	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
	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;
	width: 99%;
}




.Grid td,
.Grid td a
{ 
	font: normal 11px arial,verdana,sans-serif;
	color: #333;
}



.GridRow,
.GridAltRow,
.SelectedRow,
.GridEditRow,
.ActiveRow
{
	height: 21px;
}
.GridRow td,
.GridAltRow td,
.GridEditRow td
{
	border-bottom: solid 1px #d8dde0;
}

.GridRow,
.GridAltRow
{
	background: white;
}



.SelectedRow
{
	background: #dcfc5c !important;
	height: 21px;
}
.SelectedRow td
{
	border-bottom: solid 1px #accb2d;
}








.MasterTable
{
	border: 0px !important;
	border-collapse: separate !important;
	color: #333;
	-moz-user-select: none;
}

.MasterTable td,
.MasterTable th
{
	padding:2px 4px;
}







.GridEditRow
{
	background-color: #ffffe1;
	height:21px;
}
.GridEditRow input
{
	font-size: 11px;
}

.ActiveRow
{
	background: #e7f1ff !important;
	height: 21px;
}
.ActiveRow td
{
	border-bottom: solid 1px #a5bedf;
}

.GridPager
{
	background: #d6d6d6;
	height: 25px;
}
.GridPager td
{
	color: #666;
}



.GridFooter a,
.GridPager td,
.GridPager a
{
	font-weight: bold !important;
}

.GridPager td a:hover,
.GridFooter td a:hover
{
	color: #666;
}

tr.GroupHeader
{
	background: #fff;
	height: 21px;
}
tr.GroupHeader td
{
	border-bottom: solid 2px #6788be;
}

table.GroupPanel
{
	background: #ffebcc;
	width: 100% !important;
	height: 20px;
	border-collapse: collapse;
	border: dashed 1px #ff9900;
	margin-bottom: 12px;
	text-align: center;
	color: #333;
}

.GroupPanelItems
{
	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 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 img
{
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}
