/*Telerik RadGrid Gray Skin*/

/*global*/

.RadGrid_MyCustomSkin
{
	background:#FFFFFF;
	color:black;
}

.RadGrid_MyCustomSkin,
.MasterTable_MyCustomSkin,
.DetailTable_MyCustomSkin,
.GroupPanel_MyCustomSkin table,
.GridEditForm_MyCustomSkin table,
.GridToolTip_MyCustomSkin
{
	font:11px arial,sans-serif;
}

.RadGrid_MyCustomSkin,
.DetailTable_MyCustomSkin
{
	border:1px solid #FFFFFF;
}

.MasterTable_MyCustomSkin,
.DetailTable_MyCustomSkin
{
	border-collapse:separate !important;
}

.GridRow_MyCustomSkin td,
.GridAltRow_MyCustomSkin td,
.GridEditRow_MyCustomSkin td,
.GridFooter_MyCustomSkin td,
.GridGroupFooter_MyCustomSkin td,
.GridFilterRow_MyCustomSkin td,
.GridHeader_MyCustomSkin,
.ResizeHeader_MyCustomSkin,
.GroupHeader_MyCustomSkin td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_MyCustomSkin .rgAdd,
.RadGrid_MyCustomSkin .rgRefresh,
.RadGrid_MyCustomSkin .rgEdit,
.RadGrid_MyCustomSkin .rgDel,
.RadGrid_MyCustomSkin .rgFilter,
.RadGrid_MyCustomSkin .rgPagePrev,
.RadGrid_MyCustomSkin .rgPageNext,
.RadGrid_MyCustomSkin .rgPageFirst,
.RadGrid_MyCustomSkin .rgPageLast,
.RadGrid_MyCustomSkin .rgExpand,
.RadGrid_MyCustomSkin .rgCollapse,
.RadGrid_MyCustomSkin .rgSortAsc,
.RadGrid_MyCustomSkin .rgSortDesc,
.RadGrid_MyCustomSkin .rgUpdate,
.RadGrid_MyCustomSkin .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_MyCustomSkin input,
.GridCommandRow_MyCustomSkin img,
.GridHeader_MyCustomSkin input,
.GridFilterRow_MyCustomSkin img,
.GridPager_MyCustomSkin img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_MyCustomSkin
{
	background:#FFE4C4 url("Grid/sprite.gif") 0 -300px repeat-x;
}

.GridHeader_MyCustomSkin,
.ResizeHeader_MyCustomSkin
{
	border-bottom:1px solid #FFFFFF;
	padding-top:9px;
	padding-bottom:8px;
	font-size:13px;
	text-align:left;
}

.GridHeader_MyCustomSkin,
.GridHeader_MyCustomSkin a
{
	color:#242424;
	text-decoration:none;
}

/*rows*/

.GridAltRow_MyCustomSkin
{
	background:#FFFFFF;
}

.GridRow_MyCustomSkin td,
.GridAltRow_MyCustomSkin td,
.GridEditRow_MyCustomSkin td,
.GridFooter_MyCustomSkin td,
.GridGroupFooter_MyCustomSkin td
{
	padding-top:3px;
	padding-bottom:4px;
}

.GridRow_MyCustomSkin a,
.GridAltRow_MyCustomSkin a,
.GridEditRow_MyCustomSkin a,
.GridFooter_MyCustomSkin a,
.GridGroupFooter_MyCustomSkin a,
.GridEditForm_MyCustomSkin a
{
	color:#242424;
}

.GridRow_MyCustomSkin td
{
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
}

.GridAltRow_MyCustomSkin td
{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.SelectedRow_MyCustomSkin
{
		cursor:pointer;
}

.SelectedRow_MyCustomSkin,
.SelectedRow_MyCustomSkin a
{
	cursor:pointer;
	color:#fff;
}

.ActiveRow_MyCustomSkin,
.GridRowOver_MyCustomSkin,
.GridEditRow_MyCustomSkin
.ActiveRow_MyCustomSkin a,
.GridRowOver_MyCustomSkin a,
.GridEditRow_MyCustomSkin a
{
	cursor:pointer;
	color:#444;
}

.ActiveRow_MyCustomSkin
{
	background:#dfdfdf;
	cursor:pointer;
}

.ActiveRow_MyCustomSkin td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}

.GridRowOver_MyCustomSkin,
.GridEditRow_MyCustomSkin
{
	
}

.GridRowOver_MyCustomSkin td,
.GridEditRow_MyCustomSkin td
{
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	background:#E9E9E9;
	
}

.SelectedRow_MyCustomSkin td
{
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	background:#E9E9E9;
}

/*footer*/

.GridFooter_MyCustomSkin td,
.GridGroupFooter_MyCustomSkin td
{
	border-top:1px solid #FFFFFF;
}

/*status*/

.GridPager_MyCustomSkin span
{
	color:#666;
}

/*paging*/

.GridPager_MyCustomSkin
{
	
	line-height:20px;
}

.GridPager_MyCustomSkin td
{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.GridPager_MyCustomSkin div span,
.GridPager_MyCustomSkin a,
.GridPager_MyCustomSkin .sliderPagerLabel_MyCustomSkin
{
	color:#242424;
}

.PagerLeft_MyCustomSkin
{
	float:left;
}

.PagerRight_MyCustomSkin
{
	float:right;
}

.PagerCenter_MyCustomSkin
{
	text-align:center;
}

.PagerCenter_MyCustomSkin span
{
	vertical-align:middle;
}

.RadGrid_MyCustomSkin .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_MyCustomSkin .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_MyCustomSkin .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_MyCustomSkin .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.GridHeader_MyCustomSkin .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.GridHeader_MyCustomSkin .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.TopReorderIndicator_MyCustomSkin,
.BottomReorderIndicator_MyCustomSkin
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;

}

.BottomReorderIndicator_MyCustomSkin
{
	background-position:-21px -900px;
}

/*filtering*/

.GridFilterRow_MyCustomSkin
{
	background:#FFFFFF;
}

.GridFilterRow_MyCustomSkin:Hover
{
	background:#E9E9E9;
}
.GridFilterRow_MyCustomSkin td
{
	border-bottom:0px solid #FFFFFF;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_MyCustomSkin .rgFilter
{
	background-position:2px -1025px;
}

.GridFilterRow_MyCustomSkin input[type="text"]
{
	border:0px solid #FFFFFF;
	font:12px arial,sans-serif;
	color:#242424;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_MyCustomSkin
{
	border-top:1px solid #cacaca;
	border-bottom:1px solid #7d7d7d;
	color:#fff;
}

.GroupPanel_MyCustomSkin .rgSortAsc
{
	background-position:-21px -862px;
}

.GroupPanel_MyCustomSkin .rgSortDesc
{
	background-position:4px -861px;
}

.GroupPanel_MyCustomSkin td
{
	border-bottom:1px solid #aaa;
	padding:4px 5px 6px;
}

.GroupPanel_MyCustomSkin td td
{
	border:0;
	padding:0;
}

.GroupHeader_MyCustomSkin
{
	color:#666;
	font-size:12px;
}

.GroupHeader_MyCustomSkin td
{
	background:#E9E9E9;
	border-bottom:0px solid #909090;
	border-top:0px solid #D8D8D8;
	border-bottom:0px solid #D8D8D8;
	font-family:Arial;
	font-size:13px;
	margin-top:-10px;
	margin-bottom:-10px;
	color:#040507;
	font-weight:bold;
}
P
{
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
}

.RadGrid_MyCustomSkin .rgExpand
{
		border-top:1px solid #D8D8D8;
		border-bottom:1px solid #D8D8D8;
}

.RadGrid_MyCustomSkin .rgCollapse
{
		border-top:1px solid #D8D8D8;
		border-bottom:1px solid #D8D8D8;
}

.GroupHeader_MyCustomSkin td div
{
	top:-0.6em;
}

.GroupHeader_MyCustomSkin td div div
{
	top:0;
}

/*editing*/

.GridEditForm_MyCustomSkin
{
	border-bottom:1px solid #FFFFFF;
}

.GridEditForm_MyCustomSkin input[type="text"],
.GridEditForm_MyCustomSkin input[type="password"],
.GridEditForm_MyCustomSkin textarea
{
	border:1px solid #FFFFFF;
	font:12px arial,sans-serif;
	color:#242424;
}

.RadGrid_MyCustomSkin .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_MyCustomSkin .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.DetailTable_MyCustomSkin
{
	border-right:0;
}

/*command row*/

.GridCommandRow_MyCustomSkin
{
		color:#fff;
}

.GridCommandRow_MyCustomSkin td
{
	border:0;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #5a5a5a;
	padding:0;
}

.GridCommandRow_MyCustomSkin td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_MyCustomSkin td td td
{
	padding:1px;
}

.GridCommandRow_MyCustomSkin table
{
	border:0;
	border-bottom:1px solid #939393;
}

.GridCommandRow_MyCustomSkin table table
{
	border:0;
}

.GridCommandRow_MyCustomSkin a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_MyCustomSkin .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_MyCustomSkin .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_MyCustomSkin .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_MyCustomSkin .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_MyCustomSkin
{
}

/*multirow select*/

.GridRowSelector_MyCustomSkin
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_MyCustomSkin
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_MyCustomSkin
{
	border:1px solid #FFFFFF;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_MyCustomSkin .GridHeader_MyCustomSkin,
.RadGridRTL_MyCustomSkin .ResizeHeader_MyCustomSkin
{
	text-align:right;
}

.RadGridRTL_MyCustomSkin .PagerLeft_MyCustomSkin,
.RadGridRTL_MyCustomSkin .GridPager_MyCustomSkin .radslider
{
	float:right;
}

.RadGridRTL_MyCustomSkin .PagerRight_MyCustomSkin
{
	float:left;
}

