/*Telerik RadGrid Telerik Skin*/

/*global*/

.RadGrid_Custom
{	
	width:95%;
    background:#fff;
    color:#000; 
	border: 1px solid #666;
	border-collapse: collapse;  
	font-size: .7em;
    font-family: "Lucida Grande", Arial, Tahoma, Helvetica, sans-serif;
}

.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-size: .7em;
}

.MasterTable_Custom,


.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 th.rgSorted
{					 
	color: #fff;
	font-weight: bold;
}

.RadGrid_Custom .rgHeader
{ 
  	padding: 5px 5px;
	height: 20px;
	border: 1px solid #666;
	color: #ffffff;
	background: #6e9d21 url(/images/tables/table-green-bg.gif) repeat-x 0 0;
	
}

.RadGrid_Custom .rgHeader a
{			   
	color: #ffffff;
	font-size: .90em;
	text-decoration: underline;
}

/*rows*/

.RadGrid_Custom .rgRow td
{	
	font-size: .95em;  
	border-color:#f2f2f2;
}

.RadGrid_Custom .rgAltRow
{
	background:#f2f2f2;	
	font-size: .95em;
}

.RadGrid_Custom .rgAltRow td
{
	border-color:#f2f2f2;
}

.RadGrid_Custom .rgRow .rgSorted,
.RadGrid_Custom .rgAltRow .rgSorted,
.RadGrid_Custom .rgSelectedRow .rgSorted,
.RadGrid_Custom .rgActiveRow .rgSorted,
.RadGrid_Custom .rgHoveredRow .rgSorted,
.RadGrid_Custom .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Custom .rgRow a,
.RadGrid_Custom .rgAltRow a,
.RadGrid_Custom .rgEditRow a,
.RadGrid_Custom .rgFooter a,
.RadGrid_Custom .rgEditForm a
{
}


.RadGrid_Custom .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Custom .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Custom .rgEditRow .rgSorted{background-color:#fff}


/*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 .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-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:#eee repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px "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:12px "segoe ui",arial,sans-serif;
	color:#333;
}

/*filter context menu*/

.RadMenu_Custom .rgHCMClear,
.RadMenu_Custom .rgHCMFilter
{
	border-color:#ccc #999 #a8a8a8;
	background:#eee center -23px repeat-x url('FormDecorator/ButtonSprites.png');
	color:#000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_Custom .rgHCMClear:hover,
.RadMenu_Custom .rgHCMFilter:hover
{
	border-color:#2ebf00 #2bb500 #28a800;
	background-position:center -67px;
	background-color:#a2ea8b;
}

/*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 -143px; */
}

.RadGrid_Custom .rgGroupPanel .rgSortDesc
{
	/*background-position:4px -93px;	*/
}

.RadGrid_Custom .rgUngroup
{
	background-position:0 -7498px;
}

.RadGrid_Custom .rgGroupItem
{
	border:1px solid;
	border-color:#d0d0d0 #bdbdbd #8a8a8a;
	background:#e8e8e8 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgMasterTable td.rgGroupCol,
.RadGrid_Custom .rgMasterTable td.rgExpandCol
{
	border-color:#d2f8c5;
	background:#d2f8c5 none;
}

.RadGrid_Custom .rgGroupHeader,
.RadGrid_Custom .rgGroupHeader td.rgGroupCol
{
    background:#d2f8c5 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgGroupHeader
{
	font-size:1.1em;
	line-height:21px;
}

.RadGrid_Custom .rgGroupHeader td
{
	border-bottom:1px solid #98ec7d;
}

.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:#b5b5b5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_Custom .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_Custom thead .rgCommandCell
{
	border-bottom:1px solid #8b8b8b;
}

.RadGrid_Custom tfoot .rgCommandCell
{
	border-top:1px solid #a1a1a1;
}

.RadGrid_Custom .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Custom .rgCommandTable
{
	border:1px solid;
	border-color:#f5f5f5 #e4e4e4 #d5d5d5;
}

.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 .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:#155800;
}

/*row drag n drop*/

.GridItemDropIndicator_Custom
{
    border-top:1px dashed #155800;
}

/*tooltip*/

.GridToolTip_Custom
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#000;
}

/*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;
}
