/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Yellow
{
	background:#d4d0c8;
	color:#CC5B17 !important;
}

.RadGrid_Yellow,
.MasterTable_Yellow,
.DetailTable_Yellow,
.GroupPanel_Yellow table,
.GridEditForm_Yellow table,
.GridToolTip_Yellow
{
	font:11px/1.4 arial,sans-serif;
}

.RadGrid_Yellow,
.DetailTable_Yellow
{
	/*border-top:1px solid #AEAFAF;*/
}

.MasterTable_Yellow,
.DetailTable_Yellow
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_Yellow td,
.GridAltRow_Yellow td,
.GridEditRow_Yellow td,
.GridFooter_Yellow td,
.GridGroupFooter_Yellow td
{
	padding-left:0px;
	padding-right:6px;
}

.GridAltRow_Yellow td
{
	background-color:#E6E7E8;
}

.RadGrid_Yellow .rgAdd,
.RadGrid_Yellow .rgRefresh,
.RadGrid_Yellow .rgEdit,
.RadGrid_Yellow .rgDel,
.RadGrid_Yellow .rgFilter,
.RadGrid_Yellow .rgPagePrev,
.RadGrid_Yellow .rgPageNext,
.RadGrid_Yellow .rgPageFirst,
.RadGrid_Yellow .rgPageLast,
.RadGrid_Yellow .rgExpand,
.RadGrid_Yellow .rgCollapse,
.RadGrid_Yellow .rgSortAsc,
.RadGrid_Yellow .rgSortDesc,
.RadGrid_Yellow .rgUpdate,
.RadGrid_Yellow .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_Yellow input,
.GridCommandRow_Yellow img,
.GridHeader_Yellow input,
.GridFilterRow_Yellow img,
.GridPager_Yellow img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Yellow
{
	background:url('Grid/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_Yellow,
.ResizeHeader_Yellow
{
	border-bottom:1px solid #AEAFAF;
	/*background:url('Grid/headers.gif') repeat-x #434343;*/
	padding:6px 6px 6px 0px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	
}

.GridHeader_Yellow:first-child,
.ResizeHeader_Yellow:first-child
{
	background-position:-2px 0;
}

.DetailTable_Yellow .GridHeader_Yellow,
.DetailTable_Yellow .ResizeHeader_Yellow
{
	padding-top:2px;
	padding-bottom:2px;
	/*background:url('Grid/headers.gif') 0 -316px repeat-x #474747;*/
}

.DetailTable_Yellow .GridHeader_Yellow:first-child,
.DetailTable_Yellow .ResizeHeader_Yellow:first-child
{
	background-position:-2px -316px;
}

.GridHeader_Yellow,
.GridHeader_Yellow a
{
	color:#333;
	text-decoration:none;
}

/*rows*/

.GridRow_Yellow td,
.GridAltRow_Yellow td,
.GridEditRow_Yellow td,
.GridFooter_Yellow td,
.GridGroupFooter_Yellow td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_Yellow td,
.GridAltRow_Yellow td,
.GridFooter_Yellow td,
.GridGroupFooter_Yellow td
{
	/*border-left:1px solid #7e7e7e;*/
}

.GridRow_Yellow>td:first-child,
.GridAltRow_Yellow>td:first-child,
.GridFooter_Yellow>td:first-child,
.GridGroupFooter_Yellow>td:first-child
{
	border-left-color:#fff;
}

.GridRow_Yellow a,
.GridAltRow_Yellow a,
.GridFooter_Yellow a,
.GridGroupFooter_Yellow a,
.GridEditForm_Yellow a
{
	color:#CC5B17 !important;
	font-weight:bold;
}

.SelectedRow_Yellow
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_Yellow a,
.GridEditRow_Yellow a
{
	color:#CC5B17 !important;
}

.SelectedRow_Yellow td,
.SelectedRow_Yellow>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_Yellow,
.GridRowOver_Yellow
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_Yellow>td:first-child,
.GridRowOver_Yellow>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_Yellow
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_Yellow td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_Yellow
{
	background:#fff;
}

.GridFooter_Yellow,
.GridGroupFooter_Yellow
{
	color:#666;
}

.GridFooter_Yellow td,
.GridGroupFooter_Yellow td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_Yellow span
{
	color:#666;
}

/*paging*/

.GridPager_Yellow
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_Yellow td
{
	/*border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;*/
	padding:0 10px 0 10px;
}

.GridPager_Yellow div span,
.GridPager_Yellow .sliderPagerLabel_Yellow
{
	font-size:11px;
	font-weight:700;
	color:#CC5B17 !important;
}

.GridPager_Yellow a
{
	font-size:11px;
	color:#333;
	font-weight:700;
}

.PagerLeft_Yellow
{
	float:right;
}

.PagerRight_Yellow
{
	float:right;
}

.PagerCenter_Yellow
{
	text-align:center;
}

.PagerCenter_Yellow *
{
	vertical-align:middle;
}

.RadGrid_Yellow .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_Yellow .rgPageNext
{
	background-position:-21px -1248px;
}

.RadGrid_Yellow .rgPageFirst
{
	background-position:4px -1280px;
}

.RadGrid_Yellow .rgPageLast
{
	background-position:-20px -1280px;
}

/*sorting, reordering*/

.GridHeader_Yellow .rgSortAsc
{
	background-position:-18px -960px;
	/*background-image:url('Grid/SortAsc.gif');*/
}

.GridHeader_Yellow .rgSortDesc
{
	background-position:3px -959px;
	/*background-image:url('Grid/SortDec.gif');*/
}

.TopReorderIndicator_Yellow,
.BottomReorderIndicator_Yellow
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_Yellow
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_Yellow td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_Yellow>td:first-child
{
	background:none #929292;
}

.RadGrid_Yellow .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_Yellow input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Yellow
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_Yellow .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_Yellow .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_Yellow td
{
	padding:1px 6px 4px;
}

.GroupPanel_Yellow td td
{
	padding:0;
}

.GroupHeader_Yellow
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_Yellow td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_Yellow td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_Yellow .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_Yellow .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_Yellow .rgExpand,
.GroupHeader_Yellow .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_Yellow td div
{
	top:-0.6em;
}

.GroupHeader_Yellow td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_Yellow td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_Yellow
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_Yellow input[type="text"],
.GridEditForm_Yellow input[type="password"],
.GridEditForm_Yellow textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_Yellow .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_Yellow .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_Yellow
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Yellow
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_Yellow td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_Yellow td td
{
	border:0;
	padding:0;
}

.GridCommandRow_Yellow a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_Yellow a img
{
	vertical-align:middle;
}

.RadGrid_Yellow .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_Yellow .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_Yellow .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_Yellow .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_Yellow
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_Yellow
{
	background:#002;
}

/*row drag n drop*/

.GridItemDropIndicator_Yellow
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Yellow
{
	border:1px solid #383838;
	padding:3px;
	background:#fff;
	color:#000;
}

/*rtl*/

.RadGridRTL_Yellow .GridHeader_Yellow,
.RadGridRTL_Yellow .ResizeHeader_Yellow
{
	text-align:right;
}

.RadGridRTL_Yellow .GridRow_Yellow td,
.RadGridRTL_Yellow .GridAltRow_Yellow td,
.RadGridRTL_Yellow .GridEditRow_Yellow td,
.RadGridRTL_Yellow .GridFooter_Yellow td,
.RadGridRTL_Yellow .GroupHeader_Yellow td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_Yellow .GridHeader_Yellow,
.RadGridRTL_Yellow .ResizeHeader_Yellow,
.RadGridRTL_Yellow .GridFilterRow_Yellow td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_Yellow .PagerLeft_Yellow,
.RadGridRTL_Yellow .GridPager_Yellow .radslider
{
	float:right;
}

.RadGridRTL_Yellow .PagerRight_Yellow
{
	float:left;
}

.RadGridRTL_Yellow .GridRow_Yellow>td:first-child,
.RadGridRTL_Yellow .GridAltRow_Yellow>td:first-child,
.RadGridRTL_Yellow .GridFooter_Yellow>td:first-child,
.RadGridRTL_Yellow .GridGroupFooter_Yellow>td:first-child
{
	border-left-color:#7e7e7e;
}

