/* r.a.d.grid Encumpus skin */

.RadGrid_Encumpus
{
	background: #99CCCC;
	border: solid 1px #898d8f;
	border-top: 0px;
	font: normal 11px Tahoma, Arial, Helvetica;
	scrollbar-face-color: #bbc1c9; 
	scrollbar-highlight-color: #bbc1c9; 
	scrollbar-shadow-color: #bbc1c9; 
	scrollbar-3dlight-color: #bbc1c9; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #bbc1c9;
	scrollbar-darkshadow-color: #bbc1c9; 
	
}

.MasterTable_Encumpus
{
	border: 0px;
	width: 100%;
	border-collapse: separate !important;
	font: normal 11px Tahoma, Arial, Helvetica;
}

div.RadGrid_Encumpus table td
{
	padding: 0px 4px;
	text-align: left;
}

.GridRow_Encumpus td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
	background: #f0f2f4;
	height: 20px;
}

.GridAltRow_Encumpus td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
	background: white;
	height: 20px;
}

.GridEditRow_Encumpus td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
	background: #f9f6dd;
	height: 20px;
}

.SelectedRow_Encumpus td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px #e3d7c0;
	background: #f9f6dd;
}

.ActiveRow_Encumpus td
{
	border-top: solid 1px #abb4b9;
	border-bottom: solid 1px #f0f2f4;
	background: #d2d8db;
}

th.GridHeader_Encumpus,
th.ResizeHeader_Encumpus
{
	background: url('Img/headerBg.gif') repeat-x;
	border-top: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	padding: 0px 4px;
	height: 26px !important;
	text-align: left;
	color: white;
	font-size: 11px;
	vertical-align: middle;
}

th.GridHeader_Encumpus a
{
	text-decoration: underline;
	color: white !important;
	white-space: nowrap;
}

/* ascending / descending sorting arrow */
.GridHeader_Encumpus img,
.GroupPanelItems_Encumpus input
{
	vertical-align: middle;
}

td.GridHeader_Encumpus input
{
	width: auto;
	float: left;
	border: solid 1px #474b38;
	background-color: #fafafa;
	font: bold 10px Tahoma, Arial, Helvetica;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_Encumpus
{
	background: #bbc2c9 url('Img/GroupPanelBg.gif') repeat-x;
	width: 100%;
	height: 25px;
	text-align: left;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_Encumpus
{
	background: #f0f2f4;
	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_Encumpus
{
	background: #c7d0d9;
	color: black;
}

tr.GridPager_Encumpus
{
	background: #d2d6db;
	color: #6e7376;
	
	height: 21px;
}

.GridPager_Encumpus a
{
	color: #6e7376;
}

.GridPager_Encumpus a:hover
{
	color: #333;
}