/*Telerik RadGrid Windows7 Skin*/

/*global*/


table.radGridRecords_ctl00, table#rgMasterTable
{
		border:#ccc;
}

.RadGrid_NSE
{
    border:0px solid #a5b3c5;
    background:#fff;
    color:#000;
}

.RadGrid_NSE,
.RadGrid_NSE .rgMasterTable,
.RadGrid_NSE .rgDetailTable,
.RadGrid_NSE .rgGroupPanel table,
.RadGrid_NSE .rgCommandRow table,
.RadGrid_NSE .rgEditForm table,
.RadGrid_NSE .rgPager table,
.GridToolTip_NSE
{
    font:12px/16px "Verdana","segoe ui",arial,sans-serif;
}

.RadGrid_NSE .rgHeader:first-child,
.RadGrid_NSE th.rgResizeCol:first-child,
.RadGrid_NSE .rgFilterRow>td:first-child,
.RadGrid_NSE .rgRow>td:first-child,
.RadGrid_NSE .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_NSE .rgAdd,
.RadGrid_NSE .rgRefresh,
.RadGrid_NSE .rgEdit,
.RadGrid_NSE .rgDel,
.RadGrid_NSE .rgFilter,
.RadGrid_NSE .rgPagePrev,
.RadGrid_NSE .rgPageNext,
.RadGrid_NSE .rgPageFirst,
.RadGrid_NSE .rgPageLast,
.RadGrid_NSE .rgExpand,
.RadGrid_NSE .rgCollapse,
.RadGrid_NSE .rgSortAsc,
.RadGrid_NSE .rgSortDesc,
.RadGrid_NSE .rgUpdate,
.RadGrid_NSE .rgCancel,
.RadGrid_NSE .rgUngroup,
.RadGrid_NSE .rgExpXLS,
.RadGrid_NSE .rgExpDOC,
.RadGrid_NSE .rgExpPDF,
.RadGrid_NSE .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_NSE .rgHeaderDiv
{
	background:#f1f5fb;
}

.RadGrid_NSE .rgHeader,
.RadGrid_NSE th.rgResizeCol
{
	border:1px solid;
	border-color:#f6f9fb #fff #c2cedb #e1eaf3;
	border-top:0;
	background:#f1f5fb;
}

.RadGrid_NSE th.rgSorted
{
	background:0 -2600px repeat-x #dde8f7 url('Grid/sprite.gif');
}

.RadGrid_NSE .rgHeader,
.RadGrid_NSE .rgHeader a
{
    color:#4c607a;
}

/*rows*/

.RadGrid_NSE .rgRow td,
.RadGrid_NSE .rgAltRow td,
.RadGrid_NSE .rgEditRow td,
.RadGrid_NSE .rgFooter td
{
	border-style:solid;
	border-width:0 1px 1px;
}

.RadGrid_NSE .rgRow
{
	background-color:#ebeff3;
}

.RadGrid_NSE .rgRow td
{
	border-color:#ebeff3;
}

.RadGrid_NSE .rgAltRow td
{
	border-color:#fff;
}

.RadGrid_NSE .rgRow .rgSorted,
.RadGrid_NSE .rgAltRow .rgSorted
{
	background-color:#e5ecf5;
	border-color:#e5ecf5;
}

.RadGrid_NSE .rgSelectedRow .rgSorted,
.RadGrid_NSE .rgActiveRow .rgSorted,
.RadGrid_NSE .rgHoveredRow .rgSorted,
.RadGrid_NSE .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_NSE .rgRow a,
.RadGrid_NSE .rgAltRow a,
.RadGrid_NSE .rgEditRow a,
.RadGrid_NSE .rgFooter a,
.RadGrid_NSE .rgEditForm a
{
	color:#1e3287;
}

.RadGrid_NSE .rgSelectedRow
{
    background:#d7e8fe 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_NSE .rgSelectedRow .rgSorted{background-color:#d7e8fe}
* html .RadGrid_NSE .rgSelectedRow .rgSorted{background-color:#d7e8fe}

.RadGrid_NSE .rgActiveRow,
.RadGrid_NSE .rgHoveredRow
{
    background:#e7eef6 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_NSE .rgActiveRow .rgSorted,
*+html .RadGrid_NSE .rgHoveredRow .rgSorted{background-color:#e7eef6}
* html .RadGrid_NSE .rgActiveRow .rgSorted,
* html .RadGrid_NSE .rgHoveredRow .rgSorted{background-color:#e7eef6}

.RadGrid_NSE .rgEditRow
{
	background:#e6f0fd 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_NSE .rgEditRow .rgSorted{background-color:#e6f0fd}
* html .RadGrid_NSE .rgEditRow .rgSorted{background-color:#e6f0fd}

.RadGrid_NSE .rgSelectedRow td,
.RadGrid_NSE .rgActiveRow td,
.RadGrid_NSE .rgHoveredRow td,
.RadGrid_NSE .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_NSE .rgSelectedRow td,
.RadGrid_NSE .rgSelectedRow .rgSorted
{
	border-bottom-color:#8daed5;
}

.RadGrid_NSE .rgActiveRow td,
.RadGrid_NSE .rgActiveRow .rgSorted,
.RadGrid_NSE .rgHoveredRow td,
.RadGrid_NSE .rgHoveredRow .rgSorted
{
	border-bottom-color:#a8d8eb;
}

.RadGrid_NSE .rgEditRow td,
.RadGrid_NSE .rgEditRow .rgSorted
{
	border-bottom-color:#8daed5;
}

.RadGrid_NSE .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_NSE .rgFooterDiv,
.RadGrid_NSE .rgFooter
{
	background:#e2eaf4;
}

.RadGrid_NSE .rgFooter td
{
	border-top-width:1px;
	border-color:#e2eaf4;
}

/*status*/

.RadGrid_NSE .rgPager .rgStatus
{
	border:1px solid;
	border-color:#fcfcfc #c2cedb #f1f5fb #f1f5fb;
	border-left:0;
}

.RadGrid_NSE .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_NSE .rgPager
{
	background:#f1f5fb 0 -5900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_NSE td.rgPagerCell
{
	border:1px solid;
	border-color:#fcfcfc #fff #f1f5fb;
	border-right:0;
}

.RadGrid_NSE .rgInfoPart
{
	color:#5a6779;
}

.RadGrid_NSE .rgInfoPart strong
{
	color:#1e395b;
}

.RadGrid_NSE .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_NSE .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_NSE .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_NSE .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_NSE .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_NSE .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_NSE .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_NSE .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_NSE .rgPager .rgPagerButton
{
	border-color:#c2cedb;
	background:#dde8f6 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#1e395b;
	font:12px/12px "Verdana","segoe ui",arial,sans-serif;
}

.RadGrid_NSE .rgNumPart a:hover,
.RadGrid_NSE .rgNumPart a:hover span,
.RadGrid_NSE .rgNumPart a.rgCurrentPage,
.RadGrid_NSE .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_NSE .rgNumPart a
{
	color:#1e395b;
}

.RadGrid_NSE .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#4c607a;
}

.RadGrid_NSE .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_NSE .rgNumPart a.rgCurrentPage,
.RadGrid_NSE .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#4c607a;
}

.RadGrid_NSE .rgNumPart a.rgCurrentPage span,
.RadGrid_NSE .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_NSE .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_NSE .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_NSE,
.GridReorderBottom_NSE
{
	height:11px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_NSE
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_NSE .rgFilterRow
{
	background:#f1f5fb;
}

.RadGrid_NSE .rgFilterRow td
{
    border-left:1px solid #f1f5fb;
    border-right:1px solid #f1f5fb;
}

.RadGrid_NSE .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_NSE .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_NSE .rgFilterActive,
.RadGrid_NSE .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_NSE .rgFilterBox
{
	border-color:#b8cbde;
	font:12px "Verdana","segoe ui",arial,sans-serif;
	color:#000;
}

/*filter context menu*/

.RadMenu_NSE .rgHCMClear,
.RadMenu_NSE .rgHCMFilter
{
	border-color:#c2cedb;
	background:#dde8f6 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#1e395b;
	font-family:"Verdana","segoe ui",arial,sans-serif;
}

.RadMenu_NSE .rgHCMClear:hover,
.RadMenu_NSE .rgHCMFilter:hover
{
	border-color:#c2dbfb;
	background-position:center -67px;
	background-color:#e7edf5;
}

/*grouping*/

.RadGrid_NSE .rgGroupPanel
{
	border:1px solid;
	border-color:#f2f5fa #f6f9fb #f6f9fb;
	background:#eef3f8 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_NSE .rgGroupPanel td
{
	border:0;
	padding:0;
}

.RadGrid_NSE .rgGroupPanel td td
{
	padding:2px 3px 1px;
}

.RadGrid_NSE .rgGroupPanel td td td
{
	padding:0;
}

.RadGrid_NSE .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_NSE .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_NSE .rgUngroup
{
	background-position:0 -7200px;
}

.RadGrid_NSE .rgGroupItem
{
	border:1px solid #9bc9ff;
	background:#dde8f6 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_NSE .rgGroupHeader
{
    background:0 -6489px repeat-x url('Grid/sprite.gif');
    font-size:1.1em;
    line-height:21px;
	color:#1e3287;
}

.RadGrid_NSE .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_NSE .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_NSE .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_NSE .rgGroupHeader .rgExpand,
.RadGrid_NSE .rgGroupHeader .rgCollapse
{
	background-color:#fcfcfc;
}

.RadGrid_NSE .rgGroupHeader td p
{
    background:#fcfcfc;
}

.RadGrid_NSE .rgGroupHeader td div div
{
	background:#fcfcfc;
}

/*editing*/

.RadGrid_NSE .rgEditForm
{
	border-bottom:1px solid #666;
}

.RadGrid_NSE .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_NSE .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_NSE .rgDetailTable
{
	border-color:#a5b3c5;
}

/*command row*/

.RadGrid_NSE .rgCommandRow
{
	background:#e4edf8 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#1e395b;
}

.RadGrid_NSE .rgCommandCell
{
	border:1px solid;
	border-color:#fbfdfe #f1f7fc #ebf3fb;
	padding:0;
}

.RadGrid_NSE tfoot .rgCommandCell,
.RadGrid_NSE .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top:1px solid #c2cedb;
}

.RadGrid_NSE .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_NSE .rgCommandTable
{
	border:0;
}

.RadGrid_NSE .rgCommandRow a
{
	color:#1e395b;
	text-decoration:none;
}

.RadGrid_NSE .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_NSE .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_NSE .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_NSE .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_NSE .rgExpXLS,
.RadGrid_NSE .rgExpDOC,
.RadGrid_NSE .rgExpPDF,
.RadGrid_NSE .rgExpCSV
{
	background-image:url('Grid/export.gif');
}

.RadGrid_NSE .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_NSE .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_NSE .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_NSE .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_NSE
{
	background:#039;
}

/*row drag n drop*/

.GridItemDropIndicator_NSE
{
    border-top:1px dashed #039;
}

/*tooltip*/

.GridToolTip_NSE
{
	border:1px solid #a0afc3;
	padding:3px;
	background:#eef4fb;
	color:#4c607a;
}

/*rtl*/

.RadGridRTL_NSE .rgHeader:first-child,
.RadGridRTL_NSE th.rgResizeCol:first-child,
.RadGridRTL_NSE .rgFilterRow>td:first-child,
.RadGridRTL_NSE .rgRow>td:first-child,
.RadGridRTL_NSE .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_NSE .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_NSE .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_NSE .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_NSE .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_NSE .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_NSE .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_NSE .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_NSE .rgPageLast:hover
{
	background-position:0 -600px;
}

