/*Telerik RadGrid User Skin*/

/*global*/

.RadGrid_User
{
	background:#d4d0c8;
	color:#333;
}

.RadGrid_User,
.MasterTable_User,
.DetailTable_User,
.GroupPanel_User table,
.GridEditForm_User table
{
	font:11px/1.4 arial,sans-serif;
}

.RadGrid_User,
.DetailTable_User
{
	border:1px solid #232323;
}

.MasterTable_User,
.DetailTable_User
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_User td,
.GridAltRow_User td,
.GridEditRow_User td,
.GridFooter_User td,
.GridGroupFooter_User td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_User .rgAdd,
.RadGrid_User .rgRefresh,
.RadGrid_User .rgEdit,
.RadGrid_User .rgDel,
.RadGrid_User .rgFilter,
.RadGrid_User .rgPagePrev,
.RadGrid_User .rgPageNext,
.RadGrid_User .rgExpand,
.RadGrid_User .rgCollapse,
.RadGrid_User .rgSortAsc,
.RadGrid_User .rgSortDesc,
.RadGrid_User .rgUpdate,
.RadGrid_User .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('GridUser/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_User input,
.GridCommandRow_User img,
.GridHeader_User input,
.GridFilterRow_User img,
.GridPager_User img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_User
{
	background:url('GridUser/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_User,
.ResizeHeader_User
{
	border-bottom:1px solid #010101;
	background:url('GridUser/headers.gif') repeat-x #434343;
	padding:10px 6px 10px 11px;
	text-align:left;
	font-size:1.3em;
	font-weight:normal;
}

.GridHeader_User:first-child,
.ResizeHeader_User:first-child
{
	background-position:-2px 0;
}

.DetailTable_User .GridHeader_User,
.DetailTable_User .ResizeHeader_User
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('GridUser/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_User .GridHeader_User:first-child,
.DetailTable_User .ResizeHeader_User:first-child
{
	background-position:-2px -316px;
}

.GridHeader_User,
.GridHeader_User a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_User td,
.GridAltRow_User td,
.GridEditRow_User td,
.GridFooter_User td,
.GridGroupFooter_User td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_User td,
.GridAltRow_User td,
.GridFooter_User td,
.GridGroupFooter_User td
{
	border-left:1px solid #7e7e7e;
}

.GridRow_User>td:first-child,
.GridAltRow_User>td:first-child,
.GridFooter_User>td:first-child,
.GridGroupFooter_User>td:first-child
{
	border-left-color:#fff;
}

.GridRow_User a,
.GridAltRow_User a,
.GridFooter_User a,
.GridGroupFooter_User a,
.GridEditForm_User a
{
	color:#333;
}

.SelectedRow_User
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_User a,
.GridEditRow_User a
{
	color:#fff;
}

.SelectedRow_User td,
.SelectedRow_User>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_User,
.GridRowOver_User
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_User>td:first-child,
.GridRowOver_User>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_User
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_User td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_User
{
	background:#fff;
}

.GridFooter_User,
.GridGroupFooter_User
{
	color:#666;
}

.GridFooter_User td,
.GridGroupFooter_User td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_User span
{
	color:#666;
}

/*paging*/

.GridPager_User
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_User td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_User div span,
.GridPager_User a,
.GridPager_User .sliderPagerLabel_User
{
	color:#333;
}

.PagerLeft_User
{
	float:left;
}

.PagerRight_User
{
	float:right;
}

.PagerCenter_User
{
	text-align:center;
}

.PagerCenter_User *
{
	vertical-align:middle;
}

.RadGrid_User .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_User .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_User .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_User .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_User,
.BottomReorderIndicator_User
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('GridUser/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_User
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_User td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('GridUser/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_User>td:first-child
{
	background:none #929292;
}

.RadGrid_User .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_User input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_User
{
	border-top:1px solid #383838;
	background:url('GridUser/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_User .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_User .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_User td
{
	padding:1px 6px 4px;
}

.GroupPanel_User td td
{
	padding:0;
}

.GroupHeader_User
{
	background:url('GridUser/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_User td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_User td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_User .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_User .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_User .rgExpand,
.GroupHeader_User .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_User td div
{
	top:-0.6em;
}

.GroupHeader_User td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_User td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_User
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_User input[type="text"],
.GridEditForm_User input[type="password"],
.GridEditForm_User textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_User .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_User .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_User
{
	border-right:0;
}

/*command row*/

.GridCommandRow_User
{
	background:url('GridUser/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_User td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_User td td
{
	border:0;
	padding:0;
}

.GridCommandRow_User a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_User a img
{
	vertical-align:middle;
}

.RadGrid_User .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_User .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_User .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_User .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_User
{
	background:url('GridUser/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_User
{
	background:#002 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_User
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_User .GridHeader_User,
.RadGridRTL_User .ResizeHeader_User
{
	text-align:right;
}

.RadGridRTL_User .GridRow_User td,
.RadGridRTL_User .GridAltRow_User td,
.RadGridRTL_User .GridEditRow_User td,
.RadGridRTL_User .GridFooter_User td,
.RadGridRTL_User .GroupHeader_User td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_User .GridHeader_User,
.RadGridRTL_User .ResizeHeader_User,
.RadGridRTL_User .GridFilterRow_User td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_User .PagerLeft_User,
.RadGridRTL_User .GridPager_User .radslider
{
	float:right;
}

.RadGridRTL_User .PagerRight_User
{
	float:left;
}

.RadGridRTL_User .GridRow_User>td:first-child,
.RadGridRTL_User .GridAltRow_User>td:first-child,
.RadGridRTL_User .GridFooter_User>td:first-child,
.RadGridRTL_User .GridGroupFooter_User>td:first-child
{
	border-left-color:#7e7e7e;
}
