/* Telerik RadGrid BMGI Skin */

/*global*/

.RadGrid_BMGI
{
	background:#f0f2f4;
	color:#000;
}

.RadGrid_BMGI,
.MasterTable_BMGI,
.DetailTable_BMGI,
.GroupPanel_BMGI table,
.GridEditForm_BMGI table
{
	font:11px Arial, Helvetica, sans-serif;
}

.RadGrid_BMGI,
.DetailTable_BMGI
{
	border:1px solid #69798c;
}

.MasterTable_BMGI,
.DetailTable_BMGI
{
	border-collapse:separate !important;
}

.GridFilterRow_BMGI td,
.GridRow_BMGI td,
.GridAltRow_BMGI td,
.GridEditRow_BMGI td,
.GridFooter_BMGI td,
.GridGroupFooter_BMGI td
{
	padding-left:2px;
	padding-right:2px;
}

.RadGrid_BMGI .rgAdd,
.RadGrid_BMGI .rgRefresh,
.RadGrid_BMGI .rgEdit,
.RadGrid_BMGI .rgDel,
.RadGrid_BMGI .rgFilter,
.RadGrid_BMGI .rgPagePrev,
.RadGrid_BMGI .rgPageNext,
.RadGrid_BMGI .rgExpand,
.RadGrid_BMGI .rgCollapse,
.RadGrid_BMGI .rgSortAsc,
.RadGrid_BMGI .rgSortDesc,
.RadGrid_BMGI .rgUpdate,
.RadGrid_BMGI .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_BMGI input,
.GridCommandRow_BMGI img,
.GridHeader_BMGI input,
.GridFilterRow_BMGI img,
.GridPager_BMGI img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_BMGI
{
	background:#d2d6db url('Grid/sprite.gif') 0 -980px repeat-x;
}

.GridHeader_BMGI,
.ResizeHeader_BMGI
{
	/*border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:6px 3px 5px 2px;
	background:#bbc6d2 url('Grid/sprite.gif') 0 0 repeat-x;*/
	background-color:#94AAE7;
	text-align:left;
}

.GridHeader_BMGI,
.GridHeader_BMGI a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridFilterRow_BMGI td,
.GridRow_BMGI td,
.GridAltRow_BMGI td,
.GridEditRow_BMGI td,
.GridFooter_BMGI td,
.GridGroupFooter_BMGI td
{
	border:1px solid;
	border-left:0;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_BMGI a,
.GridAltRow_BMGI a,
.GridEditRow_BMGI a,
.GridFooter_BMGI a,
.GridGroupFooter_BMGI a
{
	color:#687a81;
	text-decoration:underline;
}

.GridRow_BMGI
{
	background:#f0f2f4;
}

.GridRow_BMGI td
{
	border-color:#f0f2f4 #e9e9e9 #e9e9e9;
}

.GridAltRow_BMGI
{
	/*background:#fff;*/
	background:WhiteSmoke;
}

.GridAltRow_BMGI td
{
	border-color:#fff #e9e9e9 #e9e9e9;
}

.SelectedRow_BMGI
{
	background:#ffe79c;
}

.GridRowOver_BMGI,
.ActiveRow_BMGI
{
	background:#ced8dd;
}

.GridRowOver_BMGI td,
.ActiveRow_BMGI td
{
	border-color:#a0aab6 #ced8dd;
}

.SelectedRow_BMGI td
{
	border-color:#ea9b1f #ffe79c;
}

.GridEditRow_BMGI
{
	background:#ffffe1;
}

.GridEditRow_BMGI td
{
	border-color:#ffe79c #ffffe1;
}

/*footer*/


.GridFooterDiv_BMGI,
.GridFooter_BMGI,
.GridGroupFooter_BMGI
{
	background:#e0e3e6;
	color:#333;
}

.GridFooter_BMGI td,
.GridGroupFooter_BMGI td
{
	border-color:#e0e3e6 #c7c7c7 #c7c7c7;
}

/*status*/

.GridPager_BMGI span
{
	color:#929496;
}

/*paging*/

.GridPager_BMGI
{
	background:#d2d6db;
	line-height:24px;
}

.GridPager_BMGI td
{
	border-bottom:1px solid #c7c7c7;
	padding:2px;
}

.GridPager_BMGI div span,
.GridPager_BMGI a,
.GridPager_BMGI .sliderPagerLabel_BMGI
{
	color:#6e7376;
}

.GridPager_BMGI a:hover
{
	color:#333;
}

.PagerLeft_BMGI
{
	float:left;
}

.PagerRight_BMGI
{
	float:right;
}

.PagerCenter_BMGI
{
	text-align:center;
}

.PagerCenter_BMGI *
{
	vertical-align:middle;
}

.RadGrid_BMGI .rgPagePrev
{
	background-position:5px -625px;
}

.RadGrid_BMGI .rgPageNext
{
	background-position:5px -657px;
}

/*sorting, reordering*/

.GridHeader_BMGI .rgSortAsc
{
	background-position:-21px -528px;
	height:12px;
}

.GridHeader_BMGI .rgSortDesc
{
	background-position:4px -528px;
	height:12px;
}

.TopReorderIndicator_BMGI,
.BottomReorderIndicator_BMGI
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -500px no-repeat;
}

.BottomReorderIndicator_BMGI
{
	background-position:-21px -500px;
}

/*filtering*/

.GridFilterRow_BMGI
{
	background:#e0e3e6;
}

.GridFilterRow_BMGI td
{
	border-color:#e0e3e6 #c7c7c7 #c7c7c7;
}

.RadGrid_BMGI .rgFilter
{
	background-position:2px -689px;
}

.GridFilterRow_BMGI input[type="text"]
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_BMGI
{
	background:#b7bfc7 url('Grid/sprite.gif') 0 -300px repeat-x;
	border-bottom:1px solid #8d9092;
}

.GroupPanelItems_BMGI
{
	border:1px solid;
	border-color:#fff #8d9092 #8d9092 #fff;
	padding:1px 4px;
	background:#f0f2f4;
	color:#999;
	white-space:nowrap;
}

.GroupPanel_BMGI .rgSortAsc
{
	background-position:-21px -526px;
}

.GroupPanel_BMGI .rgSortDesc
{
	background-position:4px -526px;
}

.GroupPanel_BMGI td
{
	padding:3px 2px 2px;
}

.GroupPanel_BMGI td td
{
	padding:0;
}

.GroupHeader_BMGI
{
	background:#dfeeff;
}

.GroupHeader_BMGI td
{
	border-bottom:1px solid #b4cbe7;
	padding:3px 3px 3px 2px;
}

.RadGrid_BMGI .rgExpand
{
	background-position:2px -722px;
}

.RadGrid_BMGI .rgCollapse
{
	background-position:2px -754px;
}

.GroupHeader_BMGI td div
{
	top:-0.6em;
}

.GroupHeader_BMGI td div div
{
	top:0;
}

/*editing*/

.GridEditForm_BMGI input[type="text"],
.GridEditForm_BMGI input[type="password"],
.GridEditForm_BMGI textarea
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
}

.RadGrid_BMGI .rgUpdate
{
	background-position:2px -882px;
}

.RadGrid_BMGI .rgCancel
{
	background-position:2px -914px;
}

/*hierarchy*/

.DetailTable_BMGI
{
	border-right:0;
}

/*command row*/

.GridCommandRow_BMGI
{
	background:#f0f2f4;
}

.GridCommandRow_BMGI td
{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #8d9092;
	padding:1px 2px 2px;
}

.GridCommandRow_BMGI td td
{
	border:0;
	padding:0;
}

.GridCommandRow_BMGI a
{
	color:#333;
}

.GridCommandRow_BMGI a img
{
	vertical-align:middle;
}

.RadGrid_BMGI .rgAdd
{
	background-position:2px -947px;
}

.RadGrid_BMGI .rgRefresh
{
	background-position:4px -785px;
}

.RadGrid_BMGI .rgEdit
{
	background-position:2px -818px;
}

.RadGrid_BMGI .rgDel
{
	background-position:2px -851px;
}

/*loading*/

.LoadingPanel_BMGI
{
	background:#fff url('Grid/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_BMGI
{
	background:#003 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_BMGI
{
    border-top:1px dashed #444;
}

/*rtl*/

.RadGridRTL_BMGI .GridHeader_BMGI,
.RadGridRTL_BMGI .ResizeHeader_BMGI
{
	text-align:right;
}

.RadGridRTL_BMGI .PagerLeft_BMGI,
.RadGridRTL_BMGI .GridPager_BMGI .radslider
{
	float:right;
}

.RadGridRTL_BMGI .PagerRight_BMGI
{
	float:left;
}
