﻿/*Telerik RadGrid NESA Skin*/

/*global*/

.RadGrid_Dashboard
{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#f7f9fb;
	color:#000000;
	scrollbar-face-color:#d1d4d8;
	scrollbar-highlight-color:#8f969d;
	scrollbar-shadow-color:#8f969d;
	scrollbar-3dlight-color:#f1f1f3;
	scrollbar-arrow-color:#8f969d;
	scrollbar-track-color:#d1d4d8;
	scrollbar-darkshadow-color:#8f969d;
}

.RadGrid_Dashboard,
.MasterTable_Dashboard,
.DetailTable_Dashboard,
.GroupPanel_Dashboard table,
.GridEditForm_Dashboard table
{
	/*font:11px tahoma,verdana,arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

.MasterTable_Dashboard,
.DetailTable_Dashboard
{
    border-collapse:separate !important;
}

.GridRow_Dashboard td
{
     background-color:#eef1f3;
   
}

.GridRow_Dashboard td,
.GridAltRow_Dashboard td,
.GridEditRow_Dashboard td,
.GridFooter_Dashboard td,
.GridGroupFooter_Dashboard td,
.GridFilterRow_Dashboard td,
.GridHeader_Dashboard,
.ResizeHeader_Dashboard
{
	padding-left:4px;
	padding-right:4px;
}
/*
.GridRow_Dashboard td,
.GridAltRow_Dashboard td
{	
    cursor:pointer;
}*/

.RadGrid_Dashboard .rgAdd,
.RadGrid_Dashboard .rgRefresh,
.RadGrid_Dashboard .rgEdit,
.RadGrid_Dashboard .rgDel,
.RadGrid_Dashboard .rgFilter,
.RadGrid_Dashboard .rgPagePrev,
.RadGrid_Dashboard .rgPageNext,
.RadGrid_Dashboard .rgExpand,
.RadGrid_Dashboard .rgCollapse,
.RadGrid_Dashboard .rgSortAsc,
.RadGrid_Dashboard .rgSortDesc,
.RadGrid_Dashboard .rgUpdate,
.RadGrid_Dashboard .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_Dashboard input,
.GridCommandRow_Dashboard img,
.GridHeader_Dashboard input,
.GridFilterRow_Dashboard img,
.GridPager_Dashboard img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Dashboard
{
	background-color:#8f969d;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	/*background:url('Grid/sprite.gif') 0 -1616px repeat-x #fafafa;*/
}

.GridHeader_Dashboard,
.ResizeHeader_Dashboard
{
	border-left:1px solid #000000;
	background-color:#8f969d;
	padding-top:3px;
	padding-bottom:2px;
	/*background:url('Grid/sprite.gif') 0 -200px repeat-x #d3dbe9;*/
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#e8ecf0;
}

.GridHeader_Dashboard:first-child,
.ResizeHeader_Dashboard:first-child
{
	border-left:0;
	padding-left:5px;
}

.GridHeader_Dashboard a
{
	color:#000000;
	text-decoration:none;
}

/*rows*/

.GridAltRow_Dashboard td
{
	border:1px #000000;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f7f9fb;
}

.GridFilterRow_Dashboard td,
.GridRow_Dashboard td,
.GridEditRow_Dashboard td,
.GridFooter_Dashboard td,
.GridGroupFooter_Dashboard td
{
	border:1px #000000;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
}

.GridFilterRow_Dashboard>td:first-child,
.GridRow_Dashboard>td:first-child,
.GridAltRow_Dashboard>td:first-child,
.GridEditRow_Dashboard>td:first-child,
.GridFooter_Dashboard>td:first-child,
.GridGroupFooter_Dashboard>td:first-child
{
	/*border-left-color:#597ea8;*/
	border-left:0;
}

.GridRow_Dashboard a,
.GridAltRow_Dashboard a,
.GridEditRow_Dashboard a,
.GridFooter_Dashboard a,
.GridGroupFooter_Dashboard a,
.GridEditForm_Dashboard a
{
	color:#000000;
}

.SelectedRow_Dashboard
{
	color:#000000;
}

.SelectedRow_Dashboard td,
.SelectedRow_Dashboard>td:first-child
{
	background:url('Grid/sprite.gif') 0 -800px repeat-x #8f969d;
	border-color:#000;
}

.ActiveRow_Dashboard,
.GridRowOver_Dashboard
{
	background:none #8f969d;
	border-color:#000000;
	color:#e8ecf0;
}

.ActiveRow_Dashboard td,
.ActiveRow_Dashboard>td:first-child,
.GridRowOver_Dashboard td,
.GridRowOver_Dashboard>td:first-child
{
	border-left-color:#000000;
	border-right-color:#000000;
	background:none #8f969d;
}

.GridEditRow_Dashboard
{
	background:#ffffe1;
}

.GridEditRow_Dashboard td,
.GridEditRow_Dashboard>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;
}

/*footer*/

.GridFooter_Dashboard,
.GridGroupFooter_Dashboard,
.GridFooter_Dashboard a,
.GridGroupFooter_Dashboard a
{
	color:#666;
}

/*status*/

.GridPager_Dashboard span
{
	color:#193d65;
}

/*pager*/

.GridPager_Dashboard
{
    background:url('Grid/sprite.gif') 0 -600px repeat-x #d7e5f7;
    line-height:20px;
}

.GridPager_Dashboard td
{
	border-top:1px solid #567db0;
	border-bottom:1px solid #fff;
	padding:1px 4px 2px;
}

.GridPager_Dashboard div span,
.GridPager_Dashboard a,
.GridPager_Dashboard .sliderPagerLabel_Dashboard
{
	color:#01285c;
}

.PagerLeft_Dashboard
{
	float:left;
}

.PagerRight_Dashboard
{
	float:right;
}

.PagerCenter_Dashboard
{
	text-align:center;
}

.PagerCenter_Dashboard span
{
	vertical-align:middle;
}

.RadGrid_Dashboard .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_Dashboard .rgPageNext
{
	background-position:-22px -1388px;
}

/*sorting, reordering*/

.GridHeader_Dashboard .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_Dashboard .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_Dashboard,
.BottomReorderIndicator_Dashboard
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Grid/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_Dashboard
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_Dashboard
{
	background:#fafafa;
}

.RadGrid_Dashboard .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_Dashboard input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Dashboard
{
	border-bottom:1px solid #688caf;
	background:url('Grid/sprite.gif') repeat-x #9ebde5;
	color:#fff;
}

.GroupPanel_Dashboard td
{
	padding:2px 4px;
}

.GroupPanel_Dashboard td td
{
	padding:0;
}

.GroupPanelItems_Dashboard
{
	border:1px solid #325373;
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_Dashboard .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_Dashboard .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_Dashboard
{
	background:#e4ecf7;
	color:#567db0;
	font:bold 11px verdana,sans-serif;
}

.GroupHeader_Dashboard td
{
	border-bottom:1px solid #d0d7e5;
	padding:1px 4px 2px 5px;
}

.GroupHeader_Dashboard p
{
	padding:0;
	margin:0;
}

.RadGrid_Dashboard .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_Dashboard .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_Dashboard td div
{
	top:-0.6em;
}

.GroupHeader_Dashboard td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Dashboard
{
	border-bottom:1px solid #d0d7e5;
}

.GridEditForm_Dashboard input[type="text"],
.GridEditForm_Dashboard input[type="password"],
.GridEditForm_Dashboard textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_Dashboard .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_Dashboard .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_Dashboard
{
	border:1px solid #9eb6ce;
	border-right:0;
}

/*command row*/

.GridCommandRow_Dashboard
{
	background:#fafafa;
}

.GridCommandRow_Dashboard td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_Dashboard td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_Dashboard a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Dashboard .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_Dashboard .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_Dashboard .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_Dashboard .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_Dashboard
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_Dashboard
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_Dashboard
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_Dashboard .GridHeader_Dashboard,
.RadGridRTL_Dashboard .ResizeHeader_Dashboard
{
	text-align:right;
}

.RadGridRTL_Dashboard .PagerLeft_Dashboard,
.RadGridRTL_Dashboard .GridPager_Dashboard .radslider
{
	float:right;
}

.RadGridRTL_Dashboard .PagerRight_Dashboard
{
	float:left;
}

.RadGridRTL_Dashboard .GridHeader_Dashboard:first-child,
.RadGridRTL_Dashboard .ResizeHeader_Dashboard:first-child
{
	border-left:1px solid #9eb6ce;
	padding-left:4px;
}

.RadGridRTL_Dashboard .GridFilterRow_Dashboard>td:first-child,
.RadGridRTL_Dashboard .GridRow_Dashboard>td:first-child,
.RadGridRTL_Dashboard .GridAltRow_Dashboard>td:first-child,
.RadGridRTL_Dashboard .GridEditRow_Dashboard>td:first-child,
.RadGridRTL_Dashboard .GridFooter_Dashboard>td:first-child,
.RadGridRTL_Dashboard .GridGroupFooter_Dashboard>td:first-child
{
	border-left-color:#d0d7e5;
}