/*Telerik RadGrid User Skin*/

/*global*/

.RadGrid_User
{
	background:#fff;
	color:#242424;
}

.RadGrid_User,
.MasterTable_User,
.DetailTable_User,
.GroupPanel_User table,
.GridEditForm_User table,
.GridToolTip_User
{
	font:11px arial,sans-serif;
}

.RadGrid_User,
.DetailTable_User
{
	border:1px solid #828282;
}

.MasterTable_User,
.DetailTable_User
{
	border-collapse:separate !important;
}

.GridRow_User td,
.GridAltRow_User td,
.GridEditRow_User td,
.GridFooter_User td,
.GridGroupFooter_User td,
.GridFilterRow_User td,
.GridHeader_User,
.ResizeHeader_User,
.GroupHeader_User td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_User .rgAdd,
.RadGrid_User .rgRefresh,
.RadGrid_User .rgEdit,
.RadGrid_User .rgDel,
.RadGrid_User .rgFilter,
.RadGrid_User .rgPagePrev,
.RadGrid_User .rgPageNext,
.RadGrid_User .rgPageFirst,
.RadGrid_User .rgPageLast,
.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:#fff url('GridUser/sprite.gif') 0 -2914px repeat-x;
}

.GridHeader_User,
.ResizeHeader_User
{
	border-bottom:1px solid #828282;
	padding-top:9px;
	padding-bottom:8px;
	background:#e4e4e4 url('GridUser/sprite.gif') 0 0 repeat-x;
	font-size:13px;
	text-align:left;
}

.GridHeader_User,
.GridHeader_User a
{
	color:#242424;
	text-decoration:none;
}

/*rows*/

.GridAltRow_User
{
	background:#efefef;
}

.GridRow_User td,
.GridAltRow_User td,
.GridEditRow_User td,
.GridFooter_User td,
.GridGroupFooter_User td
{
	padding-top:3px;
	padding-bottom:4px;
}

.GridRow_User a,
.GridAltRow_User a,
.GridEditRow_User a,
.GridFooter_User a,
.GridGroupFooter_User a,
.GridEditForm_User a
{
	color:#242424;
}

.GridRow_User td
{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.GridAltRow_User td
{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.SelectedRow_User
{
	background:#959595 url('GridUser/sprite.gif') 0 -1816px repeat-x;
}

.SelectedRow_User,
.SelectedRow_User a
{
	color:#fff;
}

.ActiveRow_User,
.GridRowOver_User,
.GridEditRow_User
.ActiveRow_User a,
.GridRowOver_User a,
.GridEditRow_User a
{
	color:#444;
}

.ActiveRow_User
{
	background:#dfdfdf;
}

.ActiveRow_User td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}

.GridRowOver_User,
.GridEditRow_User
{
	background:#b6b6b6 url('GridUser/sprite.gif') 0 -1316px repeat-x;
}

.GridRowOver_User td,
.GridEditRow_User td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #6b6b6b;
}

.SelectedRow_User td
{
	border-top:1px solid #333;
	border-bottom:1px solid #262626;
}

/*footer*/

.GridFooter_User td,
.GridGroupFooter_User td
{
	border-top:1px solid #828282;
}

/*status*/

.GridPager_User span
{
	color:#666;
}

/*paging*/

.GridPager_User
{
	background:#e1e1e1 url('GridUser/sprite.gif') 0 -600px repeat-x;
	line-height:20px;
}

.GridPager_User td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.GridPager_User div span,
.GridPager_User a,
.GridPager_User .sliderPagerLabel_User
{
	color:#242424;
}

.PagerLeft_User
{
	float:left;
}

.PagerRight_User
{
	float:right;
}

.PagerCenter_User
{
	text-align:center;
}

.PagerCenter_User span
{
	vertical-align:middle;
}

.RadGrid_User .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_User .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_User .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_User .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.GridHeader_User .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.GridHeader_User .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.TopReorderIndicator_User,
.BottomReorderIndicator_User
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('GridUser/sprite.gif') 0 -900px no-repeat;
}

.BottomReorderIndicator_User
{
	background-position:-21px -900px;
}

/*filtering*/

.GridFilterRow_User
{
	background:#fff;
}

.GridFilterRow_User td
{
	border-bottom:1px solid #828282;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_User .rgFilter
{
	background-position:2px -1025px;
}

.GridFilterRow_User input[type="text"]
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_User
{
	border-top:1px solid #cacaca;
	border-bottom:1px solid #7d7d7d;
	background:#a1a1a1 url('GridUser/sprite.gif') 0 -2316px repeat-x;
	color:#fff;
}

.GroupPanel_User .rgSortAsc
{
	background-position:-21px -862px;
}

.GroupPanel_User .rgSortDesc
{
	background-position:4px -861px;
}

.GroupPanel_User td
{
	border-bottom:1px solid #aaa;
	padding:4px 5px 6px;
}

.GroupPanel_User td td
{
	border:0;
	padding:0;
}

.GroupHeader_User
{
	color:#666;
	font-size:12px;
}

.GroupHeader_User td
{
	border-bottom:1px solid #909090;
	padding-top:6px;
	padding-bottom:3px;
}

.RadGrid_User .rgExpand
{
	background-position:5px -1057px;
}

.RadGrid_User .rgCollapse
{
	background-position:3px -1088px;
}

.GroupHeader_User td div
{
	top:-0.6em;
}

.GroupHeader_User td div div
{
	top:0;
}

/*editing*/

.GridEditForm_User
{
	border-bottom:1px solid #828282;
}

.GridEditForm_User input[type="text"],
.GridEditForm_User input[type="password"],
.GridEditForm_User textarea
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
}

.RadGrid_User .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_User .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.DetailTable_User
{
	border-right:0;
}

/*command row*/

.GridCommandRow_User
{
	background:#7d7d7d url('GridUser/sprite.gif') 0 -2614px repeat-x;
	color:#fff;
}

.GridCommandRow_User td
{
	border:0;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #5a5a5a;
	padding:0;
}

.GridCommandRow_User td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_User td td td
{
	padding:1px;
}

.GridCommandRow_User table
{
	border:0;
	border-bottom:1px solid #939393;
}

.GridCommandRow_User table table
{
	border:0;
}

.GridCommandRow_User a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_User .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_User .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_User .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_User .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_User
{
	background:#efefef url('GridUser/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_User
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_User
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_User
{
	border:1px solid #828282;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_User .GridHeader_User,
.RadGridRTL_User .ResizeHeader_User
{
	text-align:right;
}

.RadGridRTL_User .PagerLeft_User,
.RadGridRTL_User .GridPager_User .radslider
{
	float:right;
}

.RadGridRTL_User .PagerRight_User
{
	float:left;
}

