/*Telerik RadGrid Blue Skin*/

/*global*/

.RadGrid_Blue
{
	background:#d4d0c8;
	color:#333;
}

.RadGrid_Blue,
.MasterTable_Blue,
.DetailTable_Blue,
.GroupPanel_Blue table,
.GridEditForm_Blue table
{

}

.RadGrid_Blue,
.DetailTable_Blue
{

}

.MasterTable_Blue,
.DetailTable_Blue
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_Blue td,
.GridAltRow_Blue td,
.GridEditRow_Blue td,
.GridFooter_Blue td,
.GridGroupFooter_Blue td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_Blue .rgAdd,
.RadGrid_Blue .rgRefresh,
.RadGrid_Blue .rgEdit,
.RadGrid_Blue .rgDel,
.RadGrid_Blue .rgFilter,
.RadGrid_Blue .rgPagePrev,
.RadGrid_Blue .rgPageNext,
.RadGrid_Blue .rgExpand,
.RadGrid_Blue .rgCollapse,
.RadGrid_Blue .rgSortAsc,
.RadGrid_Blue .rgSortDesc,
.RadGrid_Blue .rgUpdate,
.RadGrid_Blue .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_Blue input,
.GridCommandRow_Blue img,
.GridHeader_Blue input,
.GridFilterRow_Blue img,
.GridPager_Blue img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Blue
{

}

.GridHeader_Blue,
.ResizeHeader_Blue
{
	padding:5px 5px 5px 11px;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
}

.GridHeader_Blue:first-child,
.ResizeHeader_Blue:first-child
{
	background-position:-2px 0;
}

.DetailTable_Blue .GridHeader_Blue,
.DetailTable_Blue .ResizeHeader_Blue
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_Blue .GridHeader_Blue:first-child,
.DetailTable_Blue .ResizeHeader_Blue:first-child
{
	background-position:-2px -316px;
}

.GridHeader_Blue,
.GridHeader_Blue a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_Blue td,
.GridAltRow_Blue td,
.GridEditRow_Blue td,
.GridFooter_Blue td,
.GridGroupFooter_Blue td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_Blue td,
.GridAltRow_Blue td,
.GridFooter_Blue td,
.GridGroupFooter_Blue td
{
	border-left:1px solid #7e7e7e;
}

.GridRow_Blue>td:first-child,
.GridAltRow_Blue>td:first-child,
.GridFooter_Blue>td:first-child,
.GridGroupFooter_Blue>td:first-child
{
	border-left-color:#fff;
}

.GridRow_Blue a,
.GridAltRow_Blue a,
.GridFooter_Blue a,
.GridGroupFooter_Blue a,
.GridEditForm_Blue a
{
	color:#333;
}

.SelectedRow_Blue
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_Blue a,
.GridEditRow_Blue a
{
	color:#fff;
}

.SelectedRow_Blue td,
.SelectedRow_Blue>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_Blue,
.GridRowOver_Blue
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_Blue>td:first-child,
.GridRowOver_Blue>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_Blue
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_Blue td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_Blue
{
	background:#fff;
}

.GridFooter_Blue,
.GridGroupFooter_Blue
{
	color:#666;
}

.GridFooter_Blue td,
.GridGroupFooter_Blue td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_Blue span
{
	color:#666;
}

/*paging*/

.GridPager_Blue
{
	background:#e4e4e4;
	line-height:26px;
}

.GridPager_Blue td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_Blue div span,
.GridPager_Blue a,
.GridPager_Blue .sliderPagerLabel_Blue
{
	color:#333;
}

.PagerLeft_Blue
{
	float:left;
}

.PagerRight_Blue
{
	float:right;
}

.PagerCenter_Blue
{
	text-align:center;
}

.PagerCenter_Blue *
{
	vertical-align:middle;
}

.RadGrid_Blue .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_Blue .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_Blue .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_Blue .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_Blue,
.BottomReorderIndicator_Blue
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_Blue
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_Blue td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_Blue>td:first-child
{
	background:none #929292;
}

.RadGrid_Blue .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_Blue input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Blue
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_Blue .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_Blue .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_Blue td
{
	padding:1px 6px 4px;
}

.GroupPanel_Blue td td
{
	padding:0;
}

.GroupHeader_Blue
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_Blue td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_Blue td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_Blue .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_Blue .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_Blue .rgExpand,
.GroupHeader_Blue .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_Blue td div
{
	top:-0.6em;
}

.GroupHeader_Blue td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_Blue td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_Blue
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_Blue input[type="text"],
.GridEditForm_Blue input[type="password"],
.GridEditForm_Blue textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_Blue .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_Blue .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_Blue
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Blue
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_Blue td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_Blue td td
{
	border:0;
	padding:0;
}

.GridCommandRow_Blue a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_Blue a img
{
	vertical-align:middle;
}

.RadGrid_Blue .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_Blue .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_Blue .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_Blue .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_Blue
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_Blue
{
	background:#002 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_Blue
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_Blue .GridHeader_Blue,
.RadGridRTL_Blue .ResizeHeader_Blue
{
	text-align:right;
}

.RadGridRTL_Blue .GridRow_Blue td,
.RadGridRTL_Blue .GridAltRow_Blue td,
.RadGridRTL_Blue .GridEditRow_Blue td,
.RadGridRTL_Blue .GridFooter_Blue td,
.RadGridRTL_Blue .GroupHeader_Blue td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_Blue .GridHeader_Blue,
.RadGridRTL_Blue .ResizeHeader_Blue,
.RadGridRTL_Blue .GridFilterRow_Blue td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_Blue .PagerLeft_Blue,
.RadGridRTL_Blue .GridPager_Blue .radslider
{
	float:right;
}

.RadGridRTL_Blue .PagerRight_Blue
{
	float:left;
}
