/*Telerik RadGrid Custom Skin*/

/*global*/

.RadGrid_Custom
{
    border: 1px solid #c3c2c3;
    background:#fff;
    color:#333;
}

.RadGrid_Custom,
.RadGrid_Custom .rgMasterTable,
.RadGrid_Custom .rgDetailTable,
.RadGrid_Custom .rgGroupPanel table,
.RadGrid_Custom .rgCommandRow table,
.RadGrid_Custom .rgEditForm table,
.RadGrid_Custom .rgPager table,
.GridToolTip_Custom
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Custom .rgAdd,
.RadGrid_Custom .rgRefresh,
.RadGrid_Custom .rgEdit,
.RadGrid_Custom .rgDel,
.RadGrid_Custom .rgFilter,
.RadGrid_Custom .rgPagePrev,
.RadGrid_Custom .rgPageNext,
.RadGrid_Custom .rgPageFirst,
.RadGrid_Custom .rgPageLast,
.RadGrid_Custom .rgExpand,
.RadGrid_Custom .rgCollapse,
.RadGrid_Custom .rgSortAsc,
.RadGrid_Custom .rgSortDesc,
.RadGrid_Custom .rgUpdate,
.RadGrid_Custom .rgCancel,
.RadGrid_Custom .rgUngroup,
.RadGrid_Custom .rgExpXLS,
.RadGrid_Custom .rgExpDOC,
.RadGrid_Custom .rgExpPDF,
.RadGrid_Custom .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_Custom .rgHeaderDiv
{
	background:#eee 0 -7550px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.RadGrid_Custom .rgHeader,
.RadGrid_Custom th.rgResizeCol
{
	border:0;
	border-bottom:0px solid #c3c2c3;
	background:#eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_Custom .rgHeader,
.RadGrid_Custom .rgHeader a
{
    color:#333;
}

/*rows*/

.RadGrid_Custom .rgRow td,
.RadGrid_Custom .rgAltRow td,
.RadGrid_Custom .rgEditRow td,
.RadGrid_Custom .rgFooter td
{
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: #c3c2c3;
	
}

.RadGrid_Custom .rgRow td
{
	/*border-color:#fff;*/
}

.RadGrid_Custom .rgAltRow
{
	/*background:#f2f2f2;*/
	background:#fff;
}

.RadGrid_Custom .rgAltRow td
{
	/*border-color:#f2f2f2;*/
	background:#fff;
}

.RadGrid_Custom .rgRow .rgSorted
{
	/*border-bottom-color:#f2f2f2;
	background-color:#f2f2f2;*/
	background:#fff;
	
}

.RadGrid_Custom .rgAltRow .rgSorted
{
	/*border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;*/
	background:#fff;
}

.RadGrid_Custom .rgSelectedRow .rgSorted,
.RadGrid_Custom .rgActiveRow .rgSorted,
.RadGrid_Custom .rgHoveredRow .rgSorted,
.RadGrid_Custom .rgEditRow .rgSorted
{
	background-color:#fff;
}

.RadGrid_Custom .rgRow a,
.RadGrid_Custom .rgAltRow a,
.RadGrid_Custom .rgEditRow a,
.RadGrid_Custom tr.rgEditRow a,
.RadGrid_Custom tr.rgHoveredRow a,
.RadGrid_Custom tr.rgActiveRow a,
.RadGrid_Custom .rgFooter a,
.RadGrid_Custom .rgEditForm a
{
	color:#000;
}

.RadGrid_Custom .rgSelectedRow
{
    background:#828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_Custom .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_Custom .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_Custom .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_Custom .rgActiveRow,
.RadGrid_Custom .rgHoveredRow
{
    background:#c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#333;
}
*+html .RadGrid_Custom .rgActiveRow .rgSorted,
*+html .RadGrid_Custom .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_Custom .rgActiveRow .rgSorted,
* html .RadGrid_Custom .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_Custom .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
	color:#333;
}
*+html .RadGrid_Custom .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Custom .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_Custom .rgActiveRow td,
.RadGrid_Custom .rgActiveRow td.rgSorted,
.RadGrid_Custom .rgHoveredRow td,
.RadGrid_Custom .rgHoveredRow td.rgSorted
{
	border-bottom-color:#9e9e9e;
}

.RadGrid_Custom .rgSelectedRow td,
.RadGrid_Custom .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6c6c6c;
}

/*footer*/

.RadGrid_Custom .rgFooterDiv,
.RadGrid_Custom .rgFooter
{
	background:#eee;
}

.RadGrid_Custom .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_Custom .rgPager .rgStatus
{
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #c9c9c9;
	border-left:0;
}

.RadGrid_Custom .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_Custom .rgPager
{
	background:#eee;
}

.RadGrid_Custom td.rgPagerCell
{
	border:1px solid;
	border-color:#828282 #eee #eee;
	border-right:0;
}

.RadGrid_Custom .rgInfoPart
{
	color:#8a8a8a;
}

.RadGrid_Custom .rgInfoPart strong
{
	color:#4c4e54;
}

.RadGrid_Custom .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Custom .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Custom .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Custom .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Custom .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Custom .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Custom .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Custom .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Custom .rgPager .rgPagerButton
{
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	background:#e8e8e8 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_Custom .rgNumPart a:hover,
.RadGrid_Custom .rgNumPart a:hover span,
.RadGrid_Custom .rgNumPart a.rgCurrentPage,
.RadGrid_Custom .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_Custom .rgNumPart a
{
	color:#000;
}

.RadGrid_Custom .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_Custom .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_Custom .rgNumPart a.rgCurrentPage,
.RadGrid_Custom .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_Custom .rgNumPart a.rgCurrentPage span,
.RadGrid_Custom .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_Custom .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Custom .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Custom,
.GridReorderBottom_Custom
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Custom
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Custom .rgFilterRow
{
	background:#eee;
}

.RadGrid_Custom .rgFilterRow td
{
    border-bottom:1px solid #828282;
}

.RadGrid_Custom .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_Custom .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Custom .rgFilterActive,
.RadGrid_Custom .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Custom .rgFilterBox
{
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	font-family:"segoe ui",arial,sans-serif;
	color:#333;
}

/*filter context menu*/

.RadMenu_Custom .rgHCMClear,
.RadMenu_Custom .rgHCMFilter
{
	border-color:#d0d0d0 #a8a8a8 #8b8b8b;
	background:#e8e8e8 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_Custom .rgHCMClear:hover,
.RadMenu_Custom .rgHCMFilter:hover
{
	border-color:#d1d1d1 #b9b9b9 #a3a3a3;
	background-position:center -67px;
	background-color:#e5e5e5;
}

/*grouping*/

.RadGrid_Custom .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Custom .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Custom .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Custom .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Custom .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_Custom .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgMasterTable td.rgGroupCol,
.RadGrid_Custom .rgMasterTable td.rgExpandCol
{
	border-color:#d9d9d9;
	background:#d9d9d9 none;
}

.RadGrid_Custom .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000;
}

.RadGrid_Custom .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
}

.RadGrid_Custom .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_Custom .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Custom .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_Custom .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_Custom .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Custom .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_Custom .rgDetailTable
{
	border-color:#828282;
}

/*command row*/

.RadGrid_Custom .rgCommandRow
{
	background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_Custom .rgCommandCell
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top:0;
	padding:0;
}

.RadGrid_Custom tfoot .rgCommandCell
{
	border-top:1px solid;
	border-bottom:0;
}

.RadGrid_Custom .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_Custom .rgCommandTable
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_Custom .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Custom .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Custom .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Custom .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Custom .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Custom .rgSelected .rgDel
{
	background-position:0 -1775px;
}

.RadGrid_Custom .rgExpXLS,
.RadGrid_Custom .rgExpDOC,
.RadGrid_Custom .rgExpPDF,
.RadGrid_Custom .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_Custom .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Custom .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Custom .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Custom .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Custom
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Custom
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Custom
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_Custom .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Custom .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Custom .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Custom .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Custom .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Custom .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Custom .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Custom .rgPageLast:hover
{
	background-position:0 -600px;
}
