/* Telerik RadGrid Web 2.0 Skin */

/*global*/

.RadGrid_Custom
{
	background:#fff;
	color:#333;
	
	scrollbar-face-color:#E9E9E9;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#E9E9E9;
	scrollbar-3dlight-color:#DBDBDB;
	scrollbar-arrow-color:#787878;
	scrollbar-track-color:#F5F5F5;
	scrollbar-darkshadow-color:#AEAEAE;
}

.RadGrid_Custom,
.DetailTable_Custom
{
	border:1px solid #cccccc;
}

.RadGrid_Custom,
.MasterTable_Custom,
.DetailTable_Custom,
.GroupPanel_Custom table,
.GridEditForm_Custom table
{
	font:11px arial,verdana,sans-serif;
}

.MasterTable_Custom,
.DetailTable_Custom
{
	border-collapse:separate !important;
}

.MasterTable_Custom
{
	border:3px solid #fff;
}

.GridRow_Custom td,
.GridAltRow_Custom td,
.GridEditRow_Custom td,
.GridFooter_Custom td,
.GridGroupFooter_Custom td,
.GridFilterRow_Custom td,
.GridHeader_Custom,
.ResizeHeader_Custom,
.GroupHeader_Custom td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Custom .rgAdd,
.RadGrid_Custom .rgRefresh,
.RadGrid_Custom .rgEdit,
.RadGrid_Custom .rgDel,
.RadGrid_Custom .rgFilter,
.RadGrid_Custom .rgPagePrev,
.RadGrid_Custom .rgPageNext,
.RadGrid_Custom .rgExpand,
.RadGrid_Custom .rgCollapse,
.RadGrid_Custom .rgSortAsc,
.RadGrid_Custom .rgSortDesc,
.RadGrid_Custom .rgUpdate,
.RadGrid_Custom .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_Custom input,
.GridCommandRow_Custom img,
.GridHeader_Custom input,
.GridFilterRow_Custom img,
.GridPager_Custom img
{
	vertical-align:middle;
}

/*header*/

.GridHeader_Custom,
.ResizeHeader_Custom
{
	padding-top:4px;
	padding-bottom:4px;
	background:#a53776;
	text-align:left;
	height: 30px;
	background-image: url('Grid/customTh.jpg');
	background-repeat: repeat-x;
	color: #656565;

}

.GridHeader_Custom,
.GridHeader_Custom a
{
	color: #656565;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
}

/*rows*/

.GridRow_Custom td,
.GridAltRow_Custom td,
.GridEditRow_Custom td
{
	border-bottom:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial;
	font-size: 11px;
	height: 30px;
}

.GridRow_Custom a,
.GridAltRow_Custom a,
.GridEditRow_Custom a
{
	color:#333;
}

.SelectedRow_Custom
{
	background:#dcfc5c;
}

.GridRowOver_Custom,
.ActiveRow_Custom
{
	background:#e7f1ff;
}

.GridRowOver_Custom td,
.ActiveRow_Custom td
{
	border-bottom-color:#cccccc;
}

.SelectedRow_Custom td
{
	border-bottom-color:#cccccc;
}

.GridEditRow_Custom
{
	background:#ffffe1;
}

.GridEditRow_Custom td
{
	border-bottom:1px solid #d8dde0;
}

/*footer*/

.GridFooterDiv_Custom,
.GridFooter_Custom,
.GridGroupFooter_Custom
{
	background:#fbfbfb;
	font-weight:bold;
}

.GridFooter_Custom,
.GridFooter_Custom a,
.GridGroupFooter_Custom,
.GridGroupFooter_Custom a
{
	color:#666;
}

.GridFooter_Custom td,
.GridGroupFooter_Custom td
{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
}

/*status*/

.GridPager_Custom span
{
	color:#999;
}

/*paging*/

.GridPager_Custom
{
	background:#d6d6d6;
	font-weight:bold;
}

.GridPager_Custom td
{
	padding:4px;
}

.GridPager_Custom td,
.GridPager_Custom td a
{
	color:#666;
}

.PagerLeft_Custom
{
	float:left;
}

.PagerRight_Custom
{
	float:right;
}

.PagerCenter_Custom
{
	text-align:center;
}

.PagerCenter_Custom span
{
	vertical-align:middle;
}

.RadGrid_Custom .rgPagePrev
{
	background-position:6px -224px;
}

.RadGrid_Custom .rgPageNext
{
	background-position:-23px -224px;
}

/*sorting, reordering*/

.GridHeader_Custom .rgSortAsc
{
	background-position:-21px -256px;
	height:12px;
}

.GridHeader_Custom .rgSortDesc
{
	background-position:4px -256px;
	height:12px;
}

.TopReorderIndicator_Custom,
.BottomReorderIndicator_Custom
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -100px no-repeat;
}

.BottomReorderIndicator_Custom
{
	background-position:-21px -100px;
}

/*filtering*/

.GridFilterRow_Custom td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_Custom .rgFilter
{
	background-position:2px -288px;
}

.GridFilterRow_Custom td
{
	border-bottom:1px solid #a5bedf;
}

.GridFilterRow_Custom input[type="text"]
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Custom
{
	border:1px dashed #ff9900;
	background:#ffebcc;
}

.GroupPanel_Custom td
{
	padding:2px 4px;
}

.GroupPanel_Custom td td
{
	padding:1px;
}

.GroupPanelItems_Custom
{
	border:1px solid #8e827f;
	background:url('Grid/sprite.gif') 0 0 repeat-x #544b58;
	color:#fff;
	padding:2px 4px;
}

.GroupPanel_Custom .rgSortAsc
{
	background-position:-21px -254px;
}

.GroupPanel_Custom .rgSortDesc
{
	background-position:4px -254px;
}

.GroupHeader_Custom td
{
	border-bottom:2px solid #6788be;
	padding-top:3px;
	padding-bottom:4px;
}

.RadGrid_Custom .rgExpand
{
	background-position:2px -130px;
}

.RadGrid_Custom .rgCollapse
{
	background-position:2px -162px;
}

.GroupHeader_Custom td div
{
	top:-0.6em;
}

.GroupHeader_Custom td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Custom
{
	border-bottom:1px solid #d8dde0;
}

.GridEditForm_Custom input[type="text"],
.GridEditForm_Custom textarea
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
}

.GridEditForm_Custom a
{
	color:#333;
}

.RadGrid_Custom .rgUpdate
{
	background-position:3px -321px;
}

.RadGrid_Custom .rgCancel
{
	background-position:2px -353px;
}

/*hierarchy*/

.DetailTable_Custom
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Custom
{
	background:#fff;
}

.GridCommandRow_Custom td
{
	border:0;
	padding:0;
}

.GridCommandRow_Custom a
{
	color:#333;
}

.RadGrid_Custom .rgAdd
{
	background-position:2px -386px;
}

.RadGrid_Custom .rgRefresh
{
	background-position:5px -417px;
}

.RadGrid_Custom .rgEdit
{
	background-position:2px -450px;
}

.RadGrid_Custom .rgDel
{
	background-position:2px -482px;
}

/*loading*/

.LoadingPanel_Custom
{
	background:#f3f3e2;
}

/*rtl*/

.RadGridRTL_Custom .GridHeader_Custom,
.RadGridRTL_Custom .ResizeHeader_Custom
{
	text-align:right;
}

.RadGridRTL_Custom .PagerLeft_Custom,
.RadGridRTL_Custom .GridPager_Custom .radslider
{
	float:right;
}

.RadGridRTL_Custom .PagerRight_Custom
{
	float:left;
}
