﻿/* Telerik RadGrid Web 2.0 Skin */

/*global*/

.RadGrid_Web20
{
	background:#fff;
	color:#333;
}

.RadGrid_Web20,
.DetailTable_Web20
{
	border:1px solid #6788be;
}

.RadGrid_Web20,
.MasterTable_Web20,
.DetailTable_Web20,
.GroupPanel_Web20 table,
.GridCommandRow_Web20 table,
.GridEditForm_Web20 table,
.GridToolTip_Web20
{
	font:11px arial,verdana,sans-serif;
}

.MasterTable_Web20,
.DetailTable_Web20
{
	border-collapse:separate !important;
}

.MasterTable_Web20
{
	border:5px solid #fff;
}

.GridRow_Web20 td,
.GridAltRow_Web20 td,
.GridEditRow_Web20 td,
.GridFooter_Web20 td,
.GridGroupFooter_Web20 td,
.GridFilterRow_Web20 td,
.GridHeader_Web20,
.ResizeHeader_Web20,
.GroupHeader_Web20 td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Web20 .rgAdd,
.RadGrid_Web20 .rgRefresh,
.RadGrid_Web20 .rgEdit,
.RadGrid_Web20 .rgDel,
.RadGrid_Web20 .rgFilter,
.RadGrid_Web20 .rgPagePrev,
.RadGrid_Web20 .rgPageNext,
.RadGrid_Web20 .rgPageFirst,
.RadGrid_Web20 .rgPageLast,
.RadGrid_Web20 .rgExpand,
.RadGrid_Web20 .rgCollapse,
.RadGrid_Web20 .rgSortAsc,
.RadGrid_Web20 .rgSortDesc,
.RadGrid_Web20 .rgUpdate,
.RadGrid_Web20 .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('WebResource.axd?d=d--Yu2h-gqE9xRYkCvuIolB2WkJxvjfXBoIsaF96b3hru4IEmKDEdo5AkdbRr2pzl0kNKDZ3tUQFKK_Ejd1QYg2&t=633710492447335001');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.GroupPanelItems_Web20 input,
.GridCommandRow_Web20 img,
.GridHeader_Web20 input,
.GridFilterRow_Web20 img,
.GridPager_Web20 img
{
	vertical-align:middle;
}

/*header*/

.GridHeader_Web20,
.ResizeHeader_Web20
{
	padding-top:4px;
	padding-bottom:4px;
	background:#92b4e0;
	text-align:left;
}

.GridHeader_Web20,
.GridHeader_Web20 a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_Web20 td,
.GridAltRow_Web20 td,
.GridEditRow_Web20 td
{
	border-bottom:1px solid #d8dde0;
	padding-top:5px;
	padding-bottom:5px;
}

.GridRow_Web20 a,
.GridAltRow_Web20 a,
.GridEditRow_Web20 a
{
	color:#333;
}

.SelectedRow_Web20
{
	background:#dcfc5c;
}

.GridRowOver_Web20,
.ActiveRow_Web20
{
	background:#e7f1ff;
}

.GridRowOver_Web20 td,
.ActiveRow_Web20 td
{
	border-bottom-color:#a5bedf;
}

.SelectedRow_Web20 td
{
	border-bottom-color:#accb2d;
}

.GridEditRow_Web20
{
	background:#ffffe1;
}

.GridEditRow_Web20 td
{
	border-bottom:1px solid #d8dde0;
}

/*footer*/

.GridFooterDiv_Web20,
.GridFooter_Web20,
.GridGroupFooter_Web20
{
	background:#fbfbfb;
	font-weight:bold;
}

.GridFooter_Web20,
.GridFooter_Web20 a,
.GridGroupFooter_Web20,
.GridGroupFooter_Web20 a
{
	color:#666;
}

.GridFooter_Web20 td,
.GridGroupFooter_Web20 td
{
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
	padding-top:5px;
	padding-bottom:5px;
}

/*status*/

.GridPager_Web20 span
{
	color:#999;
}

/*paging*/

.GridPager_Web20
{
	background:#d6d6d6;
	font-weight:bold;
}

.GridPager_Web20 td
{
	padding:4px;
}

.GridPager_Web20 td,
.GridPager_Web20 td a
{
	color:#666;
}

.PagerLeft_Web20
{
	float:left;
}

.PagerRight_Web20
{
	float:right;
}

.PagerCenter_Web20
{
	text-align:center;
}

.PagerCenter_Web20 span
{
	vertical-align:middle;
}

.RadGrid_Web20 .rgPagePrev
{
	background-position:6px -224px;
}

.RadGrid_Web20 .rgPageNext
{
	background-position:-22px -224px;
}

.RadGrid_Web20 .rgPageFirst
{
	background-position:5px -192px;
}

.RadGrid_Web20 .rgPageLast
{
	background-position:-21px -192px;
}

/*sorting, reordering*/

.GridHeader_Web20 .rgSortAsc
{
	background-position:-21px -256px;
	height:12px;
}

.GridHeader_Web20 .rgSortDesc
{
	background-position:4px -256px;
	height:12px;
}

.TopReorderIndicator_Web20,
.BottomReorderIndicator_Web20
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('WebResource.axd?d=d--Yu2h-gqE9xRYkCvuIolB2WkJxvjfXBoIsaF96b3hru4IEmKDEdo5AkdbRr2pzl0kNKDZ3tUQFKK_Ejd1QYg2&t=633710492447335001') 0 -100px no-repeat;
}

.BottomReorderIndicator_Web20
{
	background-position:-21px -100px;
}

/*filtering*/

.GridFilterRow_Web20 td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_Web20 .rgFilter
{
	background-position:2px -288px;
}

.GridFilterRow_Web20 td
{
	border-bottom:1px solid #a5bedf;
}

.GridFilterRow_Web20 input[type="text"]
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Web20
{
	border:1px dashed #ff9900;
	background:#ffebcc;
}

.GroupPanel_Web20 td
{
	padding:2px 4px;
}

.GroupPanel_Web20 td td
{
	padding:1px;
}

.GroupPanelItems_Web20
{
	border:1px solid #8e827f;
	background:url('WebResource.axd?d=d--Yu2h-gqE9xRYkCvuIolB2WkJxvjfXBoIsaF96b3hru4IEmKDEdo5AkdbRr2pzl0kNKDZ3tUQFKK_Ejd1QYg2&t=633710492447335001') 0 0 repeat-x #544b58;
	color:#fff;
	padding:2px 4px;
}

.GroupPanel_Web20 .rgSortAsc
{
	background-position:-21px -254px;
}

.GroupPanel_Web20 .rgSortDesc
{
	background-position:4px -254px;
}

.GroupHeader_Web20 td
{
	border-bottom:2px solid #6788be;
	padding-top:3px;
	padding-bottom:4px;
}

.RadGrid_Web20 .rgExpand
{
	background-position:2px -130px;
}

.RadGrid_Web20 .rgCollapse
{
	background-position:2px -162px;
}

.GroupHeader_Web20 td div
{
	top:-0.6em;
}

.GroupHeader_Web20 td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Web20
{
	border-bottom:1px solid #d8dde0;
}

.GridEditForm_Web20 a
{
	color:#333;
}

.RadGrid_Web20 .rgUpdate
{
	background-position:3px -321px;
}

.RadGrid_Web20 .rgCancel
{
	background-position:2px -353px;
}

/*hierarchy*/

.DetailTable_Web20
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Web20
{
	background:#fff;
}

.GridCommandRow_Web20 td
{
	border:0;
	padding:0;
}

.GridCommandRow_Web20 a
{
	color:#333;
}

.RadGrid_Web20 .rgAdd
{
	background-position:2px -386px;
}

.RadGrid_Web20 .rgRefresh
{
	background-position:5px -417px;
}

.RadGrid_Web20 .rgEdit
{
	background-position:2px -450px;
}

.RadGrid_Web20 .rgDel
{
	background-position:2px -482px;
}

/*loading*/

.LoadingPanel_Web20
{
	background:#f3f3e2;
}

/*multirow select*/

.GridRowSelector_Web20
{
	background:#336;
}

/*row drag n drop*/

.GridItemDropIndicator_Web20
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Web20
{
	border:1px solid #6788be;
	padding:3px;
	background:#e9f2ff;
	color:#575757;
}

/*rtl*/

.RadGridRTL_Web20 .GridHeader_Web20,
.RadGridRTL_Web20 .ResizeHeader_Web20
{
	text-align:right;
}

.RadGridRTL_Web20 .PagerLeft_Web20,
.RadGridRTL_Web20 .GridPager_Web20 .radslider
{
	float:right;
}

.RadGridRTL_Web20 .PagerRight_Web20
{
	float:left;
}
