/* Telerik RadGrid Chantelle Skin */

/*global*/

.RadGrid_Chantelle
{
	background:#bbc1c9;
	color:#000;
	
	scrollbar-face-color:#bbc1c9; 
	scrollbar-highlight-color:#bbc1c9; 
	scrollbar-shadow-color:#bbc1c9; 
	scrollbar-3dlight-color:#d2d6db; 
	scrollbar-arrow-color:#333; 
	scrollbar-track-color:#d2d6db;
	scrollbar-darkshadow-color:#d2d6db; 
}

.RadGrid_Chantelle,
.MasterTable_Chantelle,
.DetailTable_Chantelle,
.GroupPanel_Chantelle table,
.GridEditForm_Chantelle table
{
	font:11px arial,tahoma,sans-serif;
}

.RadGrid_Chantelle,
.DetailTable_Chantelle
{
	border:1px solid #898d8f;
	border-top:0;
}

.MasterTable_Chantelle,
.DetailTable_Chantelle
{
	border-collapse:separate !important;
}

.GridFilterRow_Chantelle td,
.GridRow_Chantelle td,
.GridAltRow_Chantelle td,
.GridEditRow_Chantelle td,
.GridFooter_Chantelle td,
.GridGroupFooter_Chantelle td
{
	padding-left:2px;
	padding-right:2px;
}

.RadGrid_Chantelle .rgAdd,
.RadGrid_Chantelle .rgRefresh,
.RadGrid_Chantelle .rgEdit,
.RadGrid_Chantelle .rgDel,
.RadGrid_Chantelle .rgFilter,
.RadGrid_Chantelle .rgPagePrev,
.RadGrid_Chantelle .rgPageNext,
.RadGrid_Chantelle .rgExpand,
.RadGrid_Chantelle .rgCollapse,
.RadGrid_Chantelle .rgSortAsc,
.RadGrid_Chantelle .rgSortDesc,
.RadGrid_Chantelle .rgUpdate,
.RadGrid_Chantelle .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_Chantelle input,
.GridCommandRow_Chantelle img,
.GridHeader_Chantelle input,
.GridFilterRow_Chantelle img,
.GridPager_Chantelle img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Chantelle
{
	background:#d2d6db url('Grid/sprite.gif') 0 -980px repeat-x;
}

.GridHeader_Chantelle,
.ResizeHeader_Chantelle
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:5px 3px 5px 2px;
	background:#bbc6d2 url('Grid/sprite.gif') 0 0 repeat-x;
	text-align:left;
}

.GridHeader_Chantelle,
.GridHeader_Chantelle a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridFilterRow_Chantelle td,
.GridRow_Chantelle td,
.GridAltRow_Chantelle td,
.GridEditRow_Chantelle td,
.GridFooter_Chantelle td,
.GridGroupFooter_Chantelle td
{
	border:1px solid;
	border-color:#d2d8db #dadfe1 #fff;
	border-left:0;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_Chantelle a,
.GridAltRow_Chantelle a,
.GridEditRow_Chantelle a,
.GridFooter_Chantelle a,
.GridGroupFooter_Chantelle a
{
	color:#687a81;
	text-decoration:underline;
}

.GridRow_Chantelle
{
	background:#f0f2f4;
}

.GridAltRow_Chantelle
{
	background:#fff;
}

.SelectedRow_Chantelle
{
	background:#f9f6dd;
	font-size:24px;
}

.GridRowOver_Chantelle,
.ActiveRow_Chantelle
{
	background:#e0e3e6;
}

.GridRowOver_Chantelle td,
.ActiveRow_Chantelle td
{
	border-top-color:#abb4b9;
}

.SelectedRow_Chantelle td
{
	border-top-color:#e3d7c0;
	border-bottom-color:#f9f6dd;
}

.GridEditRow_Chantelle
{
	background:#ffffe1;
}

/*footer*/


.GridFooterDiv_Chantelle,
.GridFooter_Chantelle,
.GridGroupFooter_Chantelle
{
	background:#e0e3e6;
	color:#333;
}

.GridFooter_Chantelle td,
.GridGroupFooter_Chantelle td
{
	border-right-color:#bcc5ca;
	border-bottom-color:#f0f2f4;
}

/*status*/

.GridPager_Chantelle span
{
	color:#929496;
}

/*paging*/

.GridPager_Chantelle
{
	background:#d2d6db;
	line-height:24px;
}

.GridPager_Chantelle td
{
	border-top:1px solid #bcc5ca;
	padding:2px;
}

.GridPager_Chantelle div span,
.GridPager_Chantelle a,
.GridPager_Chantelle .sliderPagerLabel_Chantelle
{
	color:#687a81;
}

.GridPager_Chantelle a:hover
{
	color:#333;
}

.PagerLeft_Chantelle
{
	float:left;
}

.PagerRight_Chantelle
{
	float:right;
}

.PagerCenter_Chantelle
{
	text-align:center;
}

.PagerCenter_Chantelle *
{
	vertical-align:middle;
}

.RadGrid_Chantelle .rgPagePrev
{
	background-position:5px -625px;
}

.RadGrid_Chantelle .rgPageNext
{
	background-position:5px -657px;
}

/*sorting, reordering*/

.GridHeader_Chantelle .rgSortAsc
{
	background-position:-21px -528px;
	height:12px;
}

.GridHeader_Chantelle .rgSortDesc
{
	background-position:4px -528px;
	height:12px;
}

.TopReorderIndicator_Chantelle,
.BottomReorderIndicator_Chantelle
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -500px no-repeat;
}

.BottomReorderIndicator_Chantelle
{
	background-position:-21px -500px;
}

/*filtering*/

.GridFilterRow_Chantelle
{
	background:#d2d6db;
}

.GridFilterRow_Chantelle td
{
	border-bottom-color:#abb4b9;
	border-right-color:#abb4b9;
}

.RadGrid_Chantelle .rgFilter
{
	background-position:2px -689px;
}

.GridFilterRow_Chantelle input[type="text"]
{
	border:1px solid #afbec5;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Chantelle
{
	background:#bbc2c9 url('Grid/sprite.gif') 0 -300px repeat-x;
	border-top:1px solid #898d8f;
	border-bottom:1px solid #8d9092;
}

.GroupPanelItems_Chantelle
{
	border:1px solid;
	border-color:#fff #8d9092 #8d9092 #fff;
	padding:1px 4px;
	background:#f0f2f4;
	color:#999;
	white-space:nowrap;
}

.GroupPanel_Chantelle .rgSortAsc
{
	background-position:-21px -526px;
}

.GroupPanel_Chantelle .rgSortDesc
{
	background-position:4px -526px;
}

.GroupPanel_Chantelle td
{
	padding:3px 2px;
}

.GroupPanel_Chantelle td td
{
	padding:0;
}

.GroupHeader_Chantelle
{
	background:#c7d0d9;
}

.GroupHeader_Chantelle td
{
	border-bottom:1px solid #d8dee4;
	padding:3px 3px 3px 2px;
}

.RadGrid_Chantelle .rgExpand
{
	background-position:2px -722px;
}

.RadGrid_Chantelle .rgCollapse
{
	background-position:2px -754px;
}

.GroupHeader_Chantelle td div
{
	top:-0.6em;
}

.GroupHeader_Chantelle td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Chantelle input[type="text"],
.GridEditForm_Chantelle textarea
{
	border:1px solid #afbec5;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#000;
}

.RadGrid_Chantelle .rgUpdate
{
	background-position:2px -882px;
}

.RadGrid_Chantelle .rgCancel
{
	background-position:2px -914px;
}

/*hierarchy*/

.DetailTable_Chantelle
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Chantelle
{
	background:#f0f2f4;
}

.GridCommandRow_Chantelle td
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:1px 2px 2px;
}

.GridCommandRow_Chantelle td td
{
	border:0;
	padding:0;
}

.GridCommandRow_Chantelle a
{
	color:#333;
}

.GridCommandRow_Chantelle a img
{
	vertical-align:middle;
}

.RadGrid_Chantelle .rgAdd
{
	background-position:2px -947px;
}

.RadGrid_Chantelle .rgRefresh
{
	background-position:4px -785px;
}

.RadGrid_Chantelle .rgEdit
{
	background-position:2px -818px;
}

.RadGrid_Chantelle .rgDel
{
	background-position:2px -851px;
}

/*loading*/

.LoadingPanel_Chantelle
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_Chantelle .GridHeader_Chantelle,
.RadGridRTL_Chantelle .ResizeHeader_Chantelle
{
	text-align:right;
}

.RadGridRTL_Chantelle .PagerLeft_Chantelle,
.RadGridRTL_Chantelle .GridPager_Chantelle .radslider
{
	float:right;
}

.RadGridRTL_Chantelle .PagerRight_Chantelle
{
	float:left;
}
