/* Telerik RadGrid Web 2.0 Skin */

/*global*/

.RadGrid_ViewWeb20
{
	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_ViewWeb20,
.DetailTable_ViewWeb20
{
	border:1px solid #6788be;
}

.RadGrid_ViewWeb20,
.MasterTable_ViewWeb20,
.DetailTable_ViewWeb20,
.GroupPanel_ViewWeb20 table,
.GridEditForm_ViewWeb20 table
{
	font:11px arial,verdana,sans-serif;
}

.MasterTable_ViewWeb20,
.DetailTable_ViewWeb20
{
	border-collapse:separate !important;
}

.MasterTable_ViewWeb20
{
	border:0px solid #fff;
}

.GridRow_ViewWeb20 td,
.GridAltRow_ViewWeb20 td,
.GridEditRow_ViewWeb20 td,
.GridFooter_ViewWeb20 td,
.GridGroupFooter_ViewWeb20 td,
.GridFilterRow_ViewWeb20 td,
.GridHeader_ViewWeb20,
.ResizeHeader_ViewWeb20,
.GroupHeader_ViewWeb20 td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_ViewWeb20 .rgAdd,
.RadGrid_ViewWeb20 .rgRefresh,
.RadGrid_ViewWeb20 .rgEdit,
.RadGrid_ViewWeb20 .rgDel,
.RadGrid_ViewWeb20 .rgFilter,
.RadGrid_ViewWeb20 .rgPagePrev,
.RadGrid_ViewWeb20 .rgPageNext,
.RadGrid_ViewWeb20 .rgExpand,
.RadGrid_ViewWeb20 .rgCollapse,
.RadGrid_ViewWeb20 .rgSortAsc,
.RadGrid_ViewWeb20 .rgSortDesc,
.RadGrid_ViewWeb20 .rgUpdate,
.RadGrid_ViewWeb20 .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_ViewWeb20 input,
.GridCommandRow_ViewWeb20 img,
.GridHeader_ViewWeb20 input,
.GridFilterRow_ViewWeb20 img,
.GridPager_ViewWeb20 img
{
	vertical-align:middle;
}

/*header*/

.GridHeader_ViewWeb20,
.ResizeHeader_ViewWeb20
{
	padding-top:4px;
	padding-bottom:4px;
	background:#92b4e0;
	text-align:left;
}

.GridHeader_ViewWeb20,
.GridHeader_ViewWeb20 a
{
	color:#000;
	text-decoration:none;
}

/*rows*/

.GridRow_ViewWeb20 td,
.GridAltRow_ViewWeb20 td,
.GridEditRow_ViewWeb20 td
{
	border-bottom:0px solid #d8dde0;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_ViewWeb20 a,
.GridAltRow_ViewWeb20 a,
.GridEditRow_ViewWeb20 a
{
	color:#333;
}

.SelectedRow_ViewWeb20
{
	background:#E7F1FF;
}

.GridRowOver_ViewWeb20,
.ActiveRow_ViewWeb20
{
	background:#e7f1ff;
}

.GridRowOver_ViewWeb20 td,
.ActiveRow_ViewWeb20 td
{
	border-bottom-color:#a5bedf;
}

.SelectedRow_ViewWeb20 td
{
	border-bottom-color:#92B4E0;
}

.GridEditRow_ViewWeb20
{
	background:#ffffe1;
}

.GridEditRow_ViewWeb20 td
{
	border-bottom:0px solid #d8dde0;
}

/*footer*/

.GridFooterDiv_ViewWeb20,
.GridFooter_ViewWeb20,
.GridGroupFooter_ViewWeb20
{
	background:#fbfbfb;
	font-weight:bold;
}

.GridFooter_ViewWeb20,
.GridFooter_ViewWeb20 a,
.GridGroupFooter_ViewWeb20,
.GridGroupFooter_ViewWeb20 a
{
	color:#666;
}

.GridFooter_ViewWeb20 td,
.GridGroupFooter_ViewWeb20 td
{
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
	padding-top:5px;
	padding-bottom:5px;
}

/*status*/

.GridPager_ViewWeb20 span
{
	color:#999;
}

/*paging*/

.GridPager_ViewWeb20
{
	background:#d6d6d6;
	font-weight:bold;
}

.GridPager_ViewWeb20 td
{
	padding:4px;
}

.GridPager_ViewWeb20 td,
.GridPager_ViewWeb20 td a
{
	color:#666;
}

.PagerLeft_ViewWeb20
{
	float:left;
}

.PagerRight_ViewWeb20
{
	float:right;
}

.PagerCenter_ViewWeb20
{
	text-align:center;
}

.PagerCenter_ViewWeb20 span
{
	vertical-align:middle;
}

.RadGrid_ViewWeb20 .rgPagePrev
{
	background-position:6px -224px;
}

.RadGrid_ViewWeb20 .rgPageNext
{
	background-position:-23px -224px;
}

/*sorting, reordering*/

.GridHeader_ViewWeb20 .rgSortAsc
{
	background-position:-21px -256px;
	height:12px;
}

.GridHeader_ViewWeb20 .rgSortDesc
{
	background-position:4px -256px;
	height:12px;
}

.TopReorderIndicator_ViewWeb20,
.BottomReorderIndicator_ViewWeb20
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('sprite.gif') 0 -100px no-repeat;
}

.BottomReorderIndicator_ViewWeb20
{
	background-position:-21px -100px;
}

/*filtering*/

.GridFilterRow_ViewWeb20 td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_ViewWeb20 .rgFilter
{
	background-position:2px -288px;
}

.GridFilterRow_ViewWeb20 td
{
	border-bottom:1px solid #a5bedf;
}

.GridFilterRow_ViewWeb20 input[type="text"]
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_ViewWeb20
{
	border:1px dashed #ff9900;
	background:#ffebcc;
}

.GroupPanel_ViewWeb20 td
{
	padding:2px 4px;
}

.GroupPanel_ViewWeb20 td td
{
	padding:1px;
}

.GroupPanelItems_ViewWeb20
{
	border:1px solid #8e827f;
	background:url('sprite.gif') 0 0 repeat-x #544b58;
	color:#fff;
	padding:2px 4px;
}

.GroupPanel_ViewWeb20 .rgSortAsc
{
	background-position:-21px -254px;
}

.GroupPanel_ViewWeb20 .rgSortDesc
{
	background-position:4px -254px;
}

.GroupHeader_ViewWeb20 td
{
	border-bottom:2px solid #6788be;
	padding-top:3px;
	padding-bottom:3px;
}

.RadGrid_ViewWeb20 .rgExpand
{
	background-position:2px -130px;
}

.RadGrid_ViewWeb20 .rgCollapse
{
	background-position:2px -162px;
}

.GroupHeader_ViewWeb20 td div
{
	top:-0.6em;
}

.GroupHeader_ViewWeb20 td div div
{
	top:0;
}

/*editing*/

.GridEditForm_ViewWeb20
{
	border-bottom:1px solid #d8dde0;
}

.GridEditForm_ViewWeb20 input[type="text"],
.GridEditForm_ViewWeb20 input[type="password"],
.GridEditForm_ViewWeb20 textarea
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
}

.GridEditForm_ViewWeb20 a
{
	color:#333;
}

.RadGrid_ViewWeb20 .rgUpdate
{
	background-position:3px -321px;
}

.RadGrid_ViewWeb20 .rgCancel
{
	background-position:2px -353px;
}

/*hierarchy*/

.DetailTable_ViewWeb20
{
	border-right:0;
}

/*command row*/

.GridCommandRow_ViewWeb20
{
	background:#fff;
}

.GridCommandRow_ViewWeb20 td
{
	border:0;
	padding:0;
}

.GridCommandRow_ViewWeb20 a
{
	color:#333;
}

.RadGrid_ViewWeb20 .rgAdd
{
	background-position:2px -386px;
}

.RadGrid_ViewWeb20 .rgRefresh
{
	background-position:5px -417px;
}

.RadGrid_ViewWeb20 .rgEdit
{
	background-position:2px -450px;
}

.RadGrid_ViewWeb20 .rgDel
{
	background-position:2px -482px;
}

/*loading*/

.LoadingPanel_ViewWeb20
{
	background:#f3f3e2;
}

/*multirow select*/

.GridRowSelector_ViewWeb20
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_ViewWeb20
{
    border-top:0px dashed #666;
}

/*rtl*/

.RadGridRTL_ViewWeb20 .GridHeader_ViewWeb20,
.RadGridRTL_ViewWeb20 .ResizeHeader_ViewWeb20
{
	text-align:right;
}

.RadGridRTL_ViewWeb20 .PagerLeft_ViewWeb20,
.RadGridRTL_ViewWeb20 .GridPager_ViewWeb20 .radslider
{
	float:right;
}

.RadGridRTL_ViewWeb20 .PagerRight_ViewWeb20
{
	float:left;
}

