﻿/*Telerik RadGrid Default Skin*/

.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalSkinnedButton, .RadButton_Default .rbVerticalDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft 
{
	background: #1c453b!important;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 3px 8px;
}

.RadButton_Default.rbSkinnedButton:hover, .RadButton_Default .rbDecorated:hover, .RadButton_Default.rbVerticalSkinnedButton:hover, .RadButton_Default .rbVerticalDecorated:hover, .RadButton_Default .rbSplitRight:hover, .RadButton_Default .rbSplitLeft:hover 
{
	background-color: #102822!important;
	text-decoration:none!important;
}

/*global*/
.RadGrid_Default, .RadGrid_Default td.rgPagerCell,
.RadGrid_Enet .rgFilterRow td,.RadGrid_Default .rgAltRow td,
.RadGrid_Default .rgSelectedRow td,.RadGrid_Default .rgSelectedRow td.rgSorted
{
	border: 0px !important;
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default {
    font: 10px Arial,Helvetica,sans-serif!important;    
}

.RadGrid_Default .rgPager, .RadGrid_Enet .rgFilterRow,
.RadGrid_Default .rgAltRow,
.RadGrid_Default .rgCommandRow 
{
	background: transparent !important;
}

.RadGrid_Default .rgCommandCell
{	
	border-width: 0px!important;
}

.rgRow:hover, .rgAltRow:hover,  .RadGrid_Default .rgSelectedRow {
	background:none repeat scroll 0 0 #f5f5f5!important;
	color:#000!important;
}
.RadGrid .rgHeader
{
	padding:0 0 0 3px!important;
	text-align: left!important;
	background:none repeat scroll 0 0 #DEDEDE!important;
	border-bottom:0px!important;
	color:#000!important;
	font: 11px/23px Arial, Helvetica, sans-serif;	
	font-weight: bold!important;
}

.RadGrid_Enet
{
	border: 1px solid #828282;
	background: #fff;
	color: #333;
	/*width: 720px!important;*/
	font-family: verdana, Arial, Helvetica, sans-serif!important;
}

.RadGrid_Enet, .RadGrid_Enet .rgMasterTable, .RadGrid_Enet .rgDetailTable, .RadGrid_Enet .rgGroupPanel table, .RadGrid_Enet .rgCommandRow table, .RadGrid_Enet .rgEditForm table, .RadGrid_Enet .rgPager table, .GridToolTip_Enet
{
	font: 12px/16px "segoe ui" ,arial,sans-serif;
}

.RadGrid_Enet .rgAdd, .RadGrid_Enet .rgRefresh, .RadGrid_Enet .rgEdit, .RadGrid_Enet .rgDel, .RadGrid_Enet .rgFilter, .RadGrid_Enet .rgPagePrev, .RadGrid_Enet .rgPageNext, .RadGrid_Enet .rgPageFirst, .RadGrid_Enet .rgPageLast, .RadGrid_Enet .rgExpand, .RadGrid_Enet .rgCollapse, .RadGrid_Enet .rgSortAsc, .RadGrid_Enet .rgSortDesc, .RadGrid_Enet .rgUpdate, .RadGrid_Enet .rgCancel, .RadGrid_Enet .rgUngroup, .RadGrid_Enet .rgExpXLS, .RadGrid_Enet .rgExpDOC, .RadGrid_Enet .rgExpPDF, .RadGrid_Enet .rgExpCSV
{
	background-image: url( 'Grid/sprite.gif' );
}

/*header*/

.RadGrid_Enet .rgHeaderDiv
{
	background-color:#E2E2E2!important;
	background-image:none;
}

.RadGrid_Default .rgHeaderDiv 
{
	    background: #E2E2E2!important;
}
.rgTwoLines .rgHeaderDiv
{	
	background-color:#E2E2E2!important;
}

.RadGrid_Enet th.rgSorted
{
	background-color: #c4c4c4;
	background-position: 0 -2600px;
}

.RadGrid_Enet .rgHeader, .RadGrid_Enet .rgHeader a
{
	color: #333;
	padding-left:5px;
}

/*rows*/

.RadGrid_Enet .rgRow td, .RadGrid_Enet .rgAltRow td, .RadGrid_Enet .rgEditRow td, .RadGrid_Enet .rgFooter td
{
	border-style: solid;
	border-width: 0 0 1px 0;
}

.RadGrid_Enet .rgRow td
{
	border-color: #fff;
}

.RadGrid_Enet .rgAltRow
{
	background: #f2f2f2;
}

.RadGrid_Enet .rgAltRow td
{
	border-color: #f2f2f2;
}

.RadGrid_Enet .rgRow .rgSorted
{
	border-bottom-color: #f2f2f2;
	background-color: #f2f2f2;
}

.RadGrid_Enet .rgAltRow .rgSorted
{
	border-bottom-color: #e6e6e6;
	background-color: #e6e6e6;
}

.RadGrid_Enet .rgSelectedRow .rgSorted, .RadGrid_Enet .rgActiveRow .rgSorted, .RadGrid_Enet .rgHoveredRow .rgSorted, .RadGrid_Enet .rgEditRow .rgSorted
{
	background-color: transparent;
}

.RadGrid_Enet .rgRow a, .RadGrid_Enet .rgAltRow a, .RadGrid_Enet tr.rgActiveRow a
{
	
	color: #1C453B!important;
	text-decoration:underline!important;
}

.RadGrid_Enet .rgEditRow a, .RadGrid_Enet tr.rgEditRow a, .RadGrid_Enet tr.rgHoveredRow a, .RadGrid_Enet .rgFooter a, .RadGrid_Enet .rgEditForm a
{
	color: #fff;	
}

.RadGrid_Enet .rgRow a:hover, .RadGrid_Enet .rgAltRow a:hover, .RadGrid_Enet .rgEditRow a:hover, .RadGrid_Enet tr.rgEditRow a:hover, .RadGrid_Enet tr.rgHoveredRow a:hover, .RadGrid_Enet tr.rgActiveRow a:hover, .RadGrid_Enet .rgFooter a:hover, .RadGrid_Enet .rgEditForm a:hover
{
	color:#51A985;
	
}

.RadGrid_Enet .rgSelectedRow
{	
	color: #333!important;
}
* + html .RadGrid_Enet .rgSelectedRow .rgSorted
{
	background-color: #828282;
}
* html .RadGrid_Enet .rgSelectedRow .rgSorted
{
	background-color: #828282;
}

.RadGrid_Enet .rgSelectedRow a
{
	color: #333!important;
}

.RadGrid_Enet .rgActiveRow, .RadGrid_Enet .rgHoveredRow
{
	background: #c5c5c5 0 -2900px repeat-x url( 'Grid/sprite.gif' );
	color: #333;
}
* + html .RadGrid_Enet .rgActiveRow .rgSorted, * + html .RadGrid_Enet .rgHoveredRow .rgSorted
{
	background-color: #c5c5c5;
}
* html .RadGrid_Enet .rgActiveRow .rgSorted, * html .RadGrid_Enet .rgHoveredRow .rgSorted
{
	background-color: #c5c5c5;
}

.RadGrid_Enet .rgEditRow
{
	background: #F4F4F4 0 -4900px repeat-x url( 'Grid/sprite.gif' )!important;
	color: #333;
}
* + html .RadGrid_Enet .rgEditRow .rgSorted
{
	background-color: #fff;
}
* html .RadGrid_Enet .rgEditRow .rgSorted
{
	background-color: #fff;
}

.RadGrid_Enet .rgActiveRow td, .RadGrid_Enet .rgActiveRow td.rgSorted, .RadGrid_Enet .rgHoveredRow td, .RadGrid_Enet .rgHoveredRow td.rgSorted
{
	border-bottom-color: #9e9e9e;
}

.RadGrid_Enet .rgSelectedRow td, .RadGrid_Enet .rgSelectedRow td.rgSorted
{
	border-bottom-color: #6c6c6c;
}

.RadGrid_Enet .rgDrag
{
	background-image: url( 'Grid/rgDrag.gif' );
}

/*footer*/

.RadGrid_Enet .rgFooterDiv, .RadGrid_Enet .rgFooter
{
	background: #eee;
}

.RadGrid_Enet .rgFooter td
{
	border-top: 1px solid #828282;
	border-bottom: 1px solid #fff;
}

/*status*/

.RadGrid_Enet .rgPager .rgStatus
{
	border: 1px solid;
	border-color: #828282 #c9c9c9 #eee #c9c9c9;
	border-left: 0;
}

.RadGrid_Enet .rgStatus div
{
	background-image: url( 'Common/loading_small.gif' );
}

/*pager*/

.RadGrid_Enet .rgPager
{
	background: #eee;
}

.RadGrid_Enet td.rgPagerCell
{
	border: 1px solid;
	border-color: #828282 #eee #eee;
	border-right: 0;
}

.RadGrid_Enet .rgInfoPart
{
	color: #8a8a8a;
	display:none!important;
}

.RadGrid_Enet .rgInfoPart strong
{
	color: #4c4e54;
}

.RadGrid_Enet .rgPageFirst
{
	background-position: 0 -550px;
}
.RadGrid_Enet .rgPageFirst:hover
{
	background-position: 0 -600px;
}
/**disabled style**/
.RadGrid_Enet input[disabled="disabled"].rgPageFirst:hover,
.RadGrid_Enet input.disabled.rgPageFirst:hover	
{
	background-position: 0 -550px!important;
}
.RadGrid_Enet .rgPagePrev
{
	background-position: 0 -700px;
}
.RadGrid_Enet .rgPagePrev:hover
{
	background-position: 0 -750px;
}
/**disabled style**/
.RadGrid_Enet input[disabled="disabled"].rgPagePrev:hover,
.RadGrid_Enet input.disabled.rgPagePrev:hover	
{
	background-position: 0 -700px!important;
}
.RadGrid_Enet .rgPageNext
{
	background-position: 0 -850px;
}
.RadGrid_Enet .rgPageNext:hover
{
	background-position: 0 -900px;
}
/**disabled style**/
.RadGrid_Enet input[disabled="disabled"].rgPageNext:hover,
.RadGrid_Enet input.disabled.rgPageNext:hover	
{
	background-position: 0 -850px!important;
}
.RadGrid_Enet .rgPageLast
{
	background-position: 0 -1000px;
}
.RadGrid_Enet .rgPageLast:hover
{
	background-position: 0 -1050px;
}
/**disabled style**/
.RadGrid_Enet input[disabled="disabled"].rgPageLast:hover,
.RadGrid_Enet input.disabled.rgPageLast:hover	
{
	background-position: 0 -1000px!important;
}
.RadGrid_Enet .rgPager .rgPagerButton
{
	border-color: #d0d0d0 #aeaeae #8b8b8b;
	background: #e8e8e8 repeat-x 0 -1550px url( 'Grid/sprite.gif' );
	color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif!important;
}

.RadGrid_Enet .rgNumPart a:hover, .RadGrid_Enet .rgNumPart a:hover span, .RadGrid_Enet .rgNumPart a.rgCurrentPage, .RadGrid_Enet .rgNumPart a.rgCurrentPage span
{
	background: no-repeat url( 'Grid/sprite.gif' );
}

.RadGrid_Enet .rgNumPart a
{
	color: #000;
}

.RadGrid_Enet .rgNumPart a:hover
{
	background-position: 100% -1250px;
}

.RadGrid_Enet .rgNumPart a:hover span
{
	background-position: 0 -1150px;
}

.RadGrid_Enet .rgNumPart a.rgCurrentPage, .RadGrid_Enet .rgNumPart a.rgCurrentPage:hover
{
	background-position: 100% -1450px;
}

.RadGrid_Enet .rgNumPart a.rgCurrentPage span, .RadGrid_Enet .rgNumPart a.rgCurrentPage:hover span
{
	background-position: 0 -1350px;
}

/*sorting, reordering*/

.RadGrid_Enet .rgHeader .rgSortAsc
{
	background-position: 3px -248px;
	height: 10px;
}

.RadGrid_Enet .rgHeader .rgSortDesc
{
	background-position: 3px -198px;
	height: 10px;
}

.GridReorderTop_Enet, .GridReorderBottom_Enet
{
	background: 0 0 no-repeat url( 'Grid/sprite.gif' );
}

.GridReorderBottom_Enet
{
	background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Enet .rgFilterRow
{
	background: #E2E2E2;
}

.RadGrid_Enet .rgFilterRow td
{
	
}

.RadGrid_Enet .rgFilter
{
	background-position: 0 -300px;
}

.RadGrid_Enet .rgFilter:hover
{
	background-position: 0 -350px;
}

.RadGrid_Enet .rgFilterActive, .RadGrid_Enet .rgFilterActive:hover
{
	background-position: 0 -400px;
}

.RadGrid_Enet .rgFilterBox
{	
	font-size:10px!important;
	height:15px;
	padding: 2px!important;
}

/*filter context menu*/

.RadMenu_Enet .rgHCMClear, .RadMenu_Enet .rgHCMFilter
{
	border-color: #d0d0d0 #a8a8a8 #8b8b8b;
	background: #e8e8e8 center -23px repeat-x url( 'FormDecorator/ButtonSprites.gif' );
	color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif!important;
}

.RadMenu_Enet .rgHCMClear:hover, .RadMenu_Enet .rgHCMFilter:hover
{
	border-color: #d1d1d1 #b9b9b9 #a3a3a3;
	background-position: center -67px;
	background-color: #e5e5e5;
}

/*grouping*/

.RadGrid_Enet .rgGroupPanel
{
	border: 0;
	border-bottom: 1px solid #828282;
	background: #eee 0 -1900px repeat-x url( 'Grid/sprite.gif' );
}

.RadGrid_Enet .rgGroupPanel td
{
	border: 0;
	padding: 3px 4px;
}

.RadGrid_Enet .rgGroupPanel td td
{
	padding: 0;
}

.RadGrid_Enet .rgGroupPanel .rgSortAsc
{
	background-position: 4px -144px;
}

.RadGrid_Enet .rgGroupPanel .rgSortDesc
{
	background-position: 4px -94px;
}

.RadGrid_Enet .rgUngroup
{
	background-position: 0 -6998px;
}

.RadGrid_Enet .rgGroupItem
{
	border: 1px solid;
	border-color: #c4c4c4 #c4c4c4 #9e9e9e;
	background: #c6c6c6 0 -6500px repeat-x url( 'Grid/sprite.gif' );
}

.RadGrid_Enet .rgMasterTable td.rgGroupCol, .RadGrid_Enet .rgMasterTable td.rgExpandCol
{
	background: transparent!important;
	border:none;
}

.RadGrid_Enet .rgGroupHeader
{
	background: #d9d9d9;
	font-size: 1.1em;
	line-height: 21px;
	color: #000;
}

.RadGrid_Enet .rgGroupHeader td
{
	border-top: 1px solid #828282;
	border-bottom: 1px solid #d9d9d9;
}

.RadGrid_Enet .rgGroupHeader td.rgGroupCol
{
	border-top-color: #828282;
}

.RadGrid_Enet .rgExpand
{
	background-position: 5px -496px;
	background:url('grid/plus.gif') center center no-repeat !important; 
}
.RadGrid_Enet .rgExpand:hover
{
	background-position: 5px -496px;
	background:url('grid/plus_lightgreen.gif') center center no-repeat !important; 
}

.RadGrid_Enet .rgCollapse
{
	background-position: 3px -444px;
	background:url('grid/minus.gif') center center no-repeat !important;  
}
.RadGrid_Enet .rgCollapse:hover
{
	background-position: 3px -444px;
	background:url('grid/minus_lightgreen.gif') center center no-repeat !important;  
}

/*editing*/

.RadGrid_Enet .rgEditForm
{
	border: solid 1px #828282!important;
	padding:5px!important;
	background: none repeat scroll 0 0 #F4F4F4!important;	
}

.RadGrid_Enet .rgEditForm table tr td table tr td
{
	padding:3px;
}

.RadGrid_Enet .rgDetailTable .rgEditForm
{
	border: solid 0px #828282!important;
	border-bottom: solid 1px #828282!important;
}

.RadGrid_Enet .rgUpdate
{
	background-position: 0 -1800px;
}

.RadGrid_Enet .rgCancel
{
	background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Enet .rgDetailTable
{
	border: solid 1px #828282!important;
	background: none repeat scroll 0 0 #F4F4F4!important;
	width:100%!important;
	margin-bottom:5px;
}

.RadGrid_Enet .rgWrap {
    padding: 0 10px 0 0!important;
    
}

/*command row*/

.RadGrid_Enet .rgCommandRow
{
	background-color:Transparent!important;
	color: #000!important;
}

.RadGrid_Enet .rgCommandCell
{
	border: 0px solid!important;
		border-top-width: 0;
	padding: 0;
	background-color:Transparent!important;
}

.RadGrid_Enet tfoot .rgCommandCell, .RadGrid_Enet .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell
{
	border-top-width: 1px;
	border-bottom-width: 0;
}

.NextPrevAndNumeric
{
	text-align:right;
	background-color:#E2E2E2;
}

.RadGrid_Enet .rgCommandTable td
{
	border: 0;
	padding: 2px 7px;
	text-align:right!important;
}

.RadGrid_Enet .rgCommandTable
{
	border: 0;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #e7e7e7;
}

.RadGrid_Enet .rgCommandRow a
{
	color: #000;
	text-decoration: none;
}

.RadGrid_Enet .rgAdd
{
	margin-right: 3px;
	background-position: 0 -1650px;
}

.RadGrid_Enet .rgRefresh
{
	margin-right: 3px;
	background-position: 0 -1600px;
}

.RadGrid_Enet .rgEdit
{
	background-position: 0 -1700px;
}

.RadGrid_Enet .rgDel
{
	background-position: 0 -1750px;
}

.RadGrid_Enet .rgSelected .rgDel
{
	background-position: 0 -1775px;
}

.RadGrid_Enet .rgExpXLS, .RadGrid_Enet .rgExpDOC, .RadGrid_Enet .rgExpPDF, .RadGrid_Enet .rgExpCSV
{
	background-image: url( 'Grid/export.gif' );
}

.RadGrid_Enet .rgExpXLS
{
	background-position: 0 0;
}
.RadGrid_Enet .rgExpDOC
{
	background-position: 0 -50px;
}
.RadGrid_Enet .rgExpPDF
{
	background-position: 0 -100px;
}
.RadGrid_Enet .rgExpCSV
{
	background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Enet
{
	background: #4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Enet
{
	border-top: 1px dashed #666;
}

/*tooltip*/

.GridToolTip_Enet
{
	border: 1px solid #828282;
	padding: 3px;
	background: #fff;
	color: #333;
}

/*rtl*/

.RadGridRTL_Enet .rgPageFirst
{
	background-position: 0 -1000px;
}
.RadGridRTL_Enet .rgPageFirst:hover
{
	background-position: 0 -1050px;
}
.RadGridRTL_Enet .rgPagePrev
{
	background-position: 0 -850px;
}
.RadGridRTL_Enet .rgPagePrev:hover
{
	background-position: 0 -900px;
}
.RadGridRTL_Enet .rgPageNext
{
	background-position: 0 -700px;
}
.RadGridRTL_Enet .rgPageNext:hover
{
	background-position: 0 -750px;
}
.RadGridRTL_Enet .rgPageLast
{
	background-position: 0 -550px;
}
.RadGridRTL_Enet .rgPageLast:hover
{
	background-position: 0 -600px;
}

.rgEditForm .EditFormButtonRow td
{
	padding:5px 0px;
}
.rgEditForm .EditFormButtonRow td a
{
	background: #1c453b;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 3px 10px;
	text-decoration:none !important;
}
.rgEditForm .EditFormButtonRow td a:hover
{
	background-color:#102822;
	text-decoration:none !important;
	color: #fff;
}

html body .RadInput .riTextBox, html body .RadInputMgr {   
    padding: 0 !important;
}

.zebra-table tr:nth-child(even) {
    background: #EEE;
}
.zebra-table tr:nth-child(odd) {
    background: #FFF
}

/*Telerik RadGrid MyCustomSkin Skin*/

/*global*/

.RadGrid_MyCustomSkin
{
    border:1px solid #828282;
    background:#F5F5DC;
    color:#333;
}

.RadGrid_MyCustomSkin,
.RadGrid_MyCustomSkin .rgMasterTable,
.RadGrid_MyCustomSkin .rgDetailTable,
.RadGrid_MyCustomSkin .rgGroupPanel table,
.RadGrid_MyCustomSkin .rgCommandRow table,
.RadGrid_MyCustomSkin .rgEditForm table,
.GridToolTip_MyCustomSkin
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_MyCustomSkin .rgMasterTable,
.RadGrid_MyCustomSkin .rgDetailTable
{
    border-collapse:separate !important;
}

.RadGrid_MyCustomSkin .rgRow,
.RadGrid_MyCustomSkin .rgAltRow,
.RadGrid_MyCustomSkin .rgHeader,
.RadGrid_MyCustomSkin .rgResizeCol,
.RadGrid_MyCustomSkin .rgPager,
.RadGrid_MyCustomSkin .rgGroupPanel
{
	cursor:default;
}

.RadGrid_MyCustomSkin .rgRow td,
.RadGrid_MyCustomSkin .rgAltRow td,
.RadGrid_MyCustomSkin .rgEditRow td,
.RadGrid_MyCustomSkin .rgFooter td,
.RadGrid_MyCustomSkin .rgFilterRow td,
.RadGrid_MyCustomSkin .rgHeader,
.RadGrid_MyCustomSkin .rgResizeCol,
.RadGrid_MyCustomSkin .rgGroupHeader td
{
	padding-left:5px!important;
	padding-right:5px!important;
}

.RadGrid .rgRow TD
{
	padding-left:5px!important;
	padding-right:5px!important;
}

.RadGrid .rgAltRow TD
{
	padding-left:5px!important;
	padding-right:5px!important;
}

.RadGrid_MyCustomSkin .rgAdd,
.RadGrid_MyCustomSkin .rgRefresh,
.RadGrid_MyCustomSkin .rgEdit,
.RadGrid_MyCustomSkin .rgDel,
.RadGrid_MyCustomSkin .rgFilter,
.RadGrid_MyCustomSkin .rgPagePrev,
.RadGrid_MyCustomSkin .rgPageNext,
.RadGrid_MyCustomSkin .rgPageFirst,
.RadGrid_MyCustomSkin .rgPageLast,
.RadGrid_MyCustomSkin .rgExpand,
.RadGrid_MyCustomSkin .rgCollapse,
.RadGrid_MyCustomSkin .rgSortAsc,
.RadGrid_MyCustomSkin .rgSortDesc,
.RadGrid_MyCustomSkin .rgUpdate,
.RadGrid_MyCustomSkin .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_MyCustomSkin .rgGroupItem input,
.RadGrid_MyCustomSkin .rgCommandRow img,
.RadGrid_MyCustomSkin .rgHeader input,
.RadGrid_MyCustomSkin .rgFilterRow img,
.RadGrid_MyCustomSkin .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_MyCustomSkin .rgHeaderDiv
{
	background:#eee 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_MyCustomSkin .rgHeader,
.RadGrid_MyCustomSkin th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #828282;
	padding-top:5px;
	padding-bottom:4px;
	background:#eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_MyCustomSkin th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_MyCustomSkin .rgHeader,
.RadGrid_MyCustomSkin .rgHeader a
{
    color:#333;
    text-decoration:none;
}

/*rows*/

.RadGrid_MyCustomSkin .rgRow td,
.RadGrid_MyCustomSkin .rgAltRow td,
.RadGrid_MyCustomSkin .rgEditRow td,
.RadGrid_MyCustomSkin .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_MyCustomSkin .rgAltRow
{
	background:#f2f2f2;
}

.RadGrid_MyCustomSkin .rgRow td,
.RadGrid_MyCustomSkin .rgAltRow td
{
	border-color:#fff;
}

.RadGrid_MyCustomSkin .rgAltRow
{
	background:#FFEBCD;
}

.RadGrid_MyCustomSkin .rgRow .rgSorted
{
	background-color:#E5E5CC;
}

.RadGrid_MyCustomSkin .rgAltRow .rgSorted
{
	background-color:#EFDBBD;
}

.RadGrid_MyCustomSkin .rgSelectedRow .rgSorted,
.RadGrid_MyCustomSkin .rgActiveRow .rgSorted,
.RadGrid_MyCustomSkin .rgHoveredRow .rgSorted,
.RadGrid_MyCustomSkin .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_MyCustomSkin .rgRow a,
.RadGrid_MyCustomSkin .rgAltRow a,
.RadGrid_MyCustomSkin .rgEditRow a,
.RadGrid_MyCustomSkin .rgFooter a,
.RadGrid_MyCustomSkin .rgEditForm a
{
	color:#000;
}

.RadGrid_MyCustomSkin .rgSelectedRow
{
    background:#828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_MyCustomSkin .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_MyCustomSkin .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_MyCustomSkin .rgActiveRow,
.RadGrid_MyCustomSkin .rgHoveredRow
{
    background:#c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#333;
}
*+html .RadGrid_MyCustomSkin .rgActiveRow .rgSorted,
*+html .RadGrid_MyCustomSkin .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_MyCustomSkin .rgActiveRow .rgSorted,
* html .RadGrid_MyCustomSkin .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_MyCustomSkin .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_MyCustomSkin .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_MyCustomSkin .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_MyCustomSkin .rgActiveRow td,
.RadGrid_MyCustomSkin .rgActiveRow td.rgSorted,
.RadGrid_MyCustomSkin .rgHoveredRow td,
.RadGrid_MyCustomSkin .rgHoveredRow td.rgSorted
{
	border-bottom-color:#9e9e9e;
}

.RadGrid_MyCustomSkin .rgSelectedRow td,
.RadGrid_MyCustomSkin .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6c6c6c;
}

/*footer*/

.RadGrid_MyCustomSkin .rgFooterDiv,
.RadGrid_MyCustomSkin .rgFooter
{
	background:#eee;
}

.RadGrid_MyCustomSkin .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_MyCustomSkin .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #eee;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_MyCustomSkin .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent 0 0 no-repeat url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Grid.loading.gif")%>');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_MyCustomSkin .rgPager
{
	background:#eee;
}

.RadGrid_MyCustomSkin .rgPagerCell
{
	border:1px solid;
	border-color:#828282 #eee #eee;
	border-right:0;
	padding:3px 0 2px;
}

.RadGrid_MyCustomSkin .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_MyCustomSkin .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_MyCustomSkin .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_MyCustomSkin .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_MyCustomSkin .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_MyCustomSkin .rgPageFirst,
.RadGrid_MyCustomSkin .rgPagePrev,
.RadGrid_MyCustomSkin .rgPageNext,
.RadGrid_MyCustomSkin .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_MyCustomSkin .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_MyCustomSkin .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_MyCustomSkin .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_MyCustomSkin .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_MyCustomSkin .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_MyCustomSkin .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_MyCustomSkin .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_MyCustomSkin .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_MyCustomSkin .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:transparent repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_MyCustomSkin .rgNumPart
{
	padding:2px 0;
}

.RadGrid_MyCustomSkin .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover,
.RadGrid_MyCustomSkin .rgNumPart a:hover span,
.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage,
.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_MyCustomSkin .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage,
.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage span,
.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_MyCustomSkin .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_MyCustomSkin .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_MyCustomSkin .rgPagerLabel,
.RadGrid_MyCustomSkin .rgPager .RadComboBox,
.RadGrid_MyCustomSkin .rgPager .RadInput_MyCustomSkin
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_MyCustomSkin .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_MyCustomSkin .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_MyCustomSkin .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_MyCustomSkin .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_MyCustomSkin .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_MyCustomSkin .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_MyCustomSkin,
.GridReorderBottom_MyCustomSkin
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_MyCustomSkin
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_MyCustomSkin .rgFilterRow
{
	background:#FFE4C4;
}

.RadGrid_MyCustomSkin .rgFilterRow td
{
    border-bottom:1px solid #828282;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_MyCustomSkin .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_MyCustomSkin .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_MyCustomSkin .rgFilterBox
{
	border:1px solid;
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_MyCustomSkin .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_MyCustomSkin .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_MyCustomSkin .rgGroupPanel .rgSortAsc
{
	background-position:4px -143px;
}

.RadGrid_MyCustomSkin .rgGroupPanel .rgSortDesc
{
	background-position:4px -93px;
}

.RadGrid_MyCustomSkin .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	padding:1px 2px 4px 3px;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgMasterTable td.rgGroupCol,
.RadGrid_MyCustomSkin .rgMasterTable td.rgExpandCol
{
	border-color:#d9d9d9;
	background:#d9d9d9 none;
}

.RadGrid_MyCustomSkin .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
	color:#000;
}

.RadGrid_MyCustomSkin .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
	padding-top:1px;
	padding-bottom:4px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_MyCustomSkin .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_MyCustomSkin .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td p
{
    display:inline;
    padding:0 10px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td div div
{
	top:-0.5em;
	padding:0 10px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_MyCustomSkin .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_MyCustomSkin .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_MyCustomSkin .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_MyCustomSkin .rgDetailTable
{
	border:1px solid #828282;
	border-right:0;
}

/*command row*/

.RadGrid_MyCustomSkin .rgCommandRow
{
	background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_MyCustomSkin .rgCommandRow td
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top:0;
	padding:0;
}

.RadGrid_MyCustomSkin tfoot .rgCommandRow td
{
	border-top:1px solid;
	border-bottom:0;
}

.RadGrid_MyCustomSkin tr.rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_MyCustomSkin tr.rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_MyCustomSkin .rgCommandRow table
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_MyCustomSkin .rgCommandRow table table
{
	border:0;
}

.RadGrid_MyCustomSkin .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_MyCustomSkin .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_MyCustomSkin .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_MyCustomSkin .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_MyCustomSkin .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_MyCustomSkin
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_MyCustomSkin
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_MyCustomSkin
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_MyCustomSkin .rgHeader,
.RadGridRTL_MyCustomSkin .rgResizeCol
{
	text-align:right;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 5px!important;    
}

th.header-aCenter
{
	text-align:center!important;
}

.RadGrid_Default .rgSelectedRow a {
    color: #000!important;
}