/* r.a.d.grid black skin */

.RadGrid_Grid
{
	background: #ffffff;
	border: solid 1px #898d8f;
	border-top: 0px;
	width:100%;
	font: normal 11px Arial, Verdana, Sans-serif;
	scrollbar-face-color: #303030; 
	scrollbar-highlight-color: #303030; 
	scrollbar-shadow-color: #303030; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #000000; 
	cursor: default;
}

.MasterTable_Grid
{
	border: 0px;
	width: 100%;
	border-collapse: separate !important;
	color: black;
	/*background-image: url('../Images/header_background.png');*/
}

div.RadGrid_Grid table td
{
	padding: 0px 4px;
	
}

.GridRow_Grid td
{
	/*border-top: solid 1px #d2d8db;*/
	border-bottom: solid 1px #C8CE97; 
	background: #f0f2f4;
	height: 20px;
}

.GridEditRow_Grid td
{
	background: #BFC6A0;
}

.GridAltRow_Grid td
{
	/*border-top: solid 1px #d2d8db;*/
	border-bottom: solid 1px #C8CE97;
	background: #E2E8CE;
	height: 20px;
}

.SelectedRow_Grid td
{
	border-bottom: solid 1px #787D69;
	background: #BFC6A0;
}

.ActiveRow_Grid td
{
	border-bottom: solid 1px #f0f2f4;
	background: #d2d8db;
}

th.GridHeader_Grid,
th.ResizeHeader_Grid
{
	background: url('Img/headerBg.png') repeat-x;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #787D69;
	padding: 0px 4px;
	height: 26px !important;
	text-align: center;
	color: black;
	font-size: 11px;
	white-space: nowrap;

}
th.GridHeader_Grid_ord,
th.ResizeHeader_Grid_ord
{
	background: url('Img/headerBgOrd.png') repeat-x;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #787D69;
	padding: 0px 4px;
	height: 26px !important;
	text-align: center;
	color: black;
	font-size: 11px;
	white-space: nowrap;

}

th.GridHeader_white {
	background-image: url('Img/spacer.gif') ; 
	border-bottom: solid 1px #787D69;
}

td.ResizeItem_Grid
{
	width: 50px;
}
th.GridHeader_Grid a
{
	text-decoration: none;
	color: black !important;
	white-space: nowrap;
}

/* ascending / descending sorting arrow */
.GridHeader_Grid img,
.GroupPanelItems_Grid input
{
	vertical-align: middle;
}

td.GridHeader_Grid 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_Grid
{
	background: #E2E8CE ;
	width: 100%;
	height: 25px;
	text-align: left;
	/*border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;*/
}

/* grouping button */

.GroupPanelItems_Grid
{
	background: #E2E8CE;
	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_Grid
{
	background: url('img/headerbg.gif') repeat-x;
	background: #8E995B;
	color: black;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

tr.GridPager_Grid
{
	background: #d2d6db;
	color: #6e7376;
	cursor: default;
	height: 21px;
}

.GridPager_Grid a
{
	color: #6e7376;
}

.GridPager_Grid a:hover
{
	color: #333;
}