/*Telerik RadGrid bhgat Skin*/

/*global*/

.RadGrid_bhgat
{
	background:#f4ede1;
	color:#272522;
}

.RadGrid_bhgat,
.MasterTable_bhgat,
.DetailTable_bhgat,
.GroupPanel_bhgat table,
.GridEditForm_bhgat table
{
	font:11px arial,sans-serif;
}

.RadGrid_bhgat,
.DetailTable_bhgat
{
	border:1px solid #cbbda9;
	border-top-color:#958e84;
}

.MasterTable_bhgat,
.DetailTable_bhgat
{
	border-collapse:separate !important;
}

.GridRow_bhgat td,
.GridAltRow_bhgat td,
.GridEditRow_bhgat td,
.GridFooter_bhgat td,
.GridGroupFooter_bhgat td,
.GridFilterRow_bhgat td,
.GridHeader_bhgat,
.ResizeHeader_bhgat,
.GroupHeader_bhgat td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_bhgat .rgAdd,
.RadGrid_bhgat .rgRefresh,
.RadGrid_bhgat .rgEdit,
.RadGrid_bhgat .rgDel,
.RadGrid_bhgat .rgFilter,
.RadGrid_bhgat .rgPagePrev,
.RadGrid_bhgat .rgPageNext,
.RadGrid_bhgat .rgExpand,
.RadGrid_bhgat .rgCollapse,
.RadGrid_bhgat .rgSortAsc,
.RadGrid_bhgat .rgSortDesc,
.RadGrid_bhgat .rgUpdate,
.RadGrid_bhgat .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

.GroupPanelItems_bhgat input,
.GridCommandRow_bhgat img,
.GridHeader_bhgat input,
.GridFilterRow_bhgat img,
.GridPager_bhgat img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_bhgat
{
	background:url('Grid/sprite.gif') 0 -1397px repeat-x;
}

.GridHeader_bhgat,
.ResizeHeader_bhgat
{
	border-bottom:1px solid #8f2b00;
	padding-top:8px;
	padding-bottom:8px;
	background:#b05a33 url('Grid/sprite.gif') 0 0 repeat-x;
	font-size:13px;
	font-weight:normal;
	text-align:left;
}

.GridHeader_bhgat,
.GridHeader_bhgat a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_bhgat
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:352F1B;
	background:#ebe4d6;
}

.GridRow_bhgat td,
.GridAltRow_bhgat td,
.GridEditRow_bhgat td,
.GridFooter_bhgat td,
.GridGroupFooter_bhgat td
{
	padding-top:4px;
	padding-bottom:4px;
}

.GridRow_bhgat a,
.GridAltRow_bhgat a,
.GridEditRow_bhgat a,
.GridFooter_bhgat a,
.GridGroupFooter_bhgat a,
.GridEditForm_bhgat a
{
		font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#AD5914;
}

.GridRow_bhgat td
{
	border-top:1px solid #ebe4d6;
	border-bottom:1px solid #ebe4d6;
}

.GridAltRow_bhgat td
{
	border-top:1px solid #f4ede1;
	border-bottom:1px solid #f4ede1;
}

.SelectedRow_bhgat
{
	background:#fdd0b7 url('Grid/sprite.gif') 0 -200px repeat-x;
}

.SelectedRow_bhgat td
{
	border-top:1px solid #d07052;
	border-bottom:1px solid #d07052;
}

.ActiveRow_bhgat,
.GridRowOver_bhgat
{
	background:#fff;
}

.GridEditRow_bhgat
{
	background:#ffe2d7;
}

.GridEditRow_bhgat td
{
	border-top:1px solid #d07052;
	border-bottom:1px solid #d07052;
}

/*footer*/

.GridFooter_bhgat td,
.GridGroupFooter_bhgat td
{
	border-top:1px solid #e7e1d8;
}

/*status*/

.GridPager_bhgat span
{
	color:#9e9286;
}

/*paging*/

.GridPager_bhgat
{
	background:#ded6c6;
	line-height:20px;
}

.GridPager_bhgat td
{
	border-top:1px solid #cbbda9;
	border-bottom:1px solid #e7e1d8;
	padding:0 5px;
}

.GridPager_bhgat div span,
.GridPager_bhgat a,
.GridPager_bhgat .sliderPagerLabel_bhgat
{
	color:#272522;
}

.PagerLeft_bhgat
{
	float:left;
}

.PagerRight_bhgat
{
	float:right;
}

.PagerCenter_bhgat
{
	text-align:center;
}

.PagerCenter_bhgat span
{
	vertical-align:middle;
}

.RadGrid_bhgat .rgPagePrev
{
	background-position:5px -717px;
}

.RadGrid_bhgat .rgPageNext
{
	background-position:-21px -717px;
}

/*sorting, reordering*/

.GridHeader_bhgat .rgSortAsc
{
	background-position:-18px -598px;
	height:12px;
}

.GridHeader_bhgat .rgSortDesc
{
	background-position:3px -597px;
	height:12px;
}

.TopReorderIndicator_bhgat,
.BottomReorderIndicator_bhgat
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -751px no-repeat;
}

.BottomReorderIndicator_bhgat
{
	background-position:-21px -751px;
}

/*filtering*/

.GridFilterRow_bhgat td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_bhgat .rgFilter
{
	background-position:2px -656px;
}

.GridFilterRow_bhgat input[type="text"]
{
	border:1px solid #bbb894;/**/
	font:12px arial,sans-serif;
	color:#272522;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_bhgat
{
	border-top:1px solid #bfb9b2;
	border-bottom:1px solid #6a6255;
	background:#988e83 url('Grid/sprite.gif') 0 -997px repeat-x;
	color:#fff;
}

.GroupPanel_bhgat .rgSortAsc
{
	background-position:-21px -776px;
}

.GroupPanel_bhgat .rgSortDesc
{
	background-position:4px -775px;
}

.GroupPanel_bhgat td
{
	border-bottom:1px solid #a39b8f;
	padding:6px 5px;
}

.GroupPanel_bhgat td td
{
	border:0;
	padding:0;
}

.GroupHeader_bhgat
{
	background:#DBD4BC;
	color:#565038;
	font-size:13px;
}

.GroupHeader_bhgat td
{
	border-bottom:1px solid #918454;
	border-top:1px solid #FAF7E7;
	padding-top:3px;
	padding-bottom:3px;
}

.RadGrid_bhgat .rgExpand
{
	background-position:-21px -627px;
}

.RadGrid_bhgat .rgCollapse
{
	background-position:3px -626px;
}

.GroupHeader_bhgat td div
{
	top:-0.6em;
}

.GroupHeader_bhgat td div div
{
	top:0;
}

/*editing*/

.GridEditForm_bhgat
{
	border-bottom:1px solid #cbbda9;
}

.GridEditForm_bhgat input[type="text"],
.GridEditForm_bhgat input[type="password"],
.GridEditForm_bhgat textarea
{
	border:1px solid #bbb894;/**/
	font:12px arial,sans-serif;
	color:#272522;
}

.RadGrid_bhgat .rgUpdate
{
	background-position:3px -930px;
}

.RadGrid_bhgat .rgCancel
{
	background-position:3px -962px;
}

/*hierarchy*/

.DetailTable_bhgat
{
	border-right:0;
}

/*command row*/

.GridCommandRow_bhgat
{
	background:#746c61 url('Grid/sprite.gif') 0 -1197px repeat-x;
	color:#fff;
}

.GridCommandRow_bhgat td
{
	border:0;
	border-top:1px solid #9f9990;
	border-bottom:1px solid #4c453c;
	padding:0;
}

.GridCommandRow_bhgat td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_bhgat td td td
{
	padding:1px;
}

.GridCommandRow_bhgat table
{
	border:0;
	border-bottom:1px solid #7f776c;
}

.GridCommandRow_bhgat table table
{
	border:0;
}

.GridCommandRow_bhgat a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_bhgat .rgAdd
{
	background-position:0 -841px;
}

.RadGrid_bhgat .rgRefresh
{
	background-position:0 -901px;
}

.RadGrid_bhgat .rgEdit
{
	background-position:0 -810px;
}

.RadGrid_bhgat .rgDel
{
	background-position:0 -871px;
}

/*loading*/

.LoadingPanel_bhgat
{
	background:#f4ede1 url(Grid/loading.gif) center center no-repeat;
}

/*multirow select*/

.GridRowSelector_bhgat
{
	background:#555 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_bhgat
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_bhgat .GridHeader_bhgat,
.RadGridRTL_bhgat .ResizeHeader_bhgat
{
	text-align:right;
}

.RadGridRTL_bhgat .PagerLeft_bhgat,
.RadGridRTL_bhgat .GridPager_bhgat .radslider
{
	float:right;
}

.RadGridRTL_bhgat .PagerRight_bhgat
{
	float:left;
}
