/*Telerik RadGrid CustomGrid Skin*/

/*global*/

.RadGrid_CustomGrid
{
    border:none;
    background:#FFF;
    color:#000;
}

.RadGrid_CustomGrid,
.RadGrid_CustomGrid .rgMasterTable,
.RadGrid_CustomGrid .rgDetailTable,
.RadGrid_CustomGrid .rgGroupPanel table,
.RadGrid_CustomGrid .rgCommandRow table,
.RadGrid_CustomGrid .rgEditForm table,
.RadGrid_CustomGrid .rgPager table,
.GridToolTip_CustomGrid
{
	/*I think 16 is the line height*/
    font:12px/17px "Verdana",arial,sans-serif;
	
}

.RadGrid_CustomGrid .rgHeader:first-child,
.RadGrid_CustomGrid th.rgResizeCol:first-child,
.RadGrid_CustomGrid .rgFilterRow>td:first-child,
.RadGrid_CustomGrid .rgRow>td:first-child,
.RadGrid_CustomGrid .rgAltRow>td:first-child
{
	border-left: 1px solid #ffe3d6 !important;
	padding-left:5px;
}

.RadGrid_CustomGrid .rgAdd,
.RadGrid_CustomGrid .rgRefresh,
.RadGrid_CustomGrid .rgEdit,
.RadGrid_CustomGrid .rgDel,
.RadGrid_CustomGrid .rgFilter,
.RadGrid_CustomGrid .rgPagePrev,
.RadGrid_CustomGrid .rgPageNext,
.RadGrid_CustomGrid .rgPageFirst,
.RadGrid_CustomGrid .rgPageLast,
.RadGrid_CustomGrid .rgExpand,
.RadGrid_CustomGrid .rgCollapse,
.RadGrid_CustomGrid .rgSortAsc,
.RadGrid_CustomGrid .rgSortDesc,
.RadGrid_CustomGrid .rgUpdate,
.RadGrid_CustomGrid .rgCancel,
.RadGrid_CustomGrid .rgUngroup,
.RadGrid_CustomGrid .rgExpXLS,
.RadGrid_CustomGrid .rgExpDOC,
.RadGrid_CustomGrid .rgExpPDF,
.RadGrid_CustomGrid .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_CustomGrid .rgHeaderDiv
{
	background:#537ab8 0 -7050px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6550px;
}

.RadGrid_CustomGrid .rgHeader,
.RadGrid_CustomGrid th.rgResizeCol
{

	border-bottom:2px solid #8bcce8;
	border-top-width:0;
	background:0 -2300px repeat-x #7fa5d7 url('Grid/sprite.gif');
}

.RadGrid_CustomGrid th.rgSorted
{
	
	border-color:Red #8eaad6 #204582 #204582;
	background-color:#c0d5ee;
	background-position:0 -2600px;
}

.RadGrid_CustomGrid .rgHeader,
.RadGrid_CustomGrid .rgHeader a
{
	/*text color of header row*/
    color:#173b69;
}

.RadGrid_CustomGrid th.rgSorted,
.RadGrid_CustomGrid th.rgSorted a
{
	color:Black;
}

/*rows*/

.RadGrid_CustomGrid .rgRow td,
.RadGrid_CustomGrid .rgAltRow td,
.RadGrid_CustomGrid .rgEditRow td,
.RadGrid_CustomGrid .rgFooter td
{
	border-style:solid;
	border-width:0px 1px 1px 1px;
}

.RadGrid_CustomGrid .rgRow td,
.RadGrid_CustomGrid .rgAltRow td
{
	border-color:#98b0d0 #ffe3d6 #912d03 #FFF;
}

.RadGrid_CustomGrid .rgRow .rgSorted,
.RadGrid_CustomGrid .rgAltRow .rgSorted
{
/*	Sets the highlight color of a sorted cell*/
	border-bottom-color:#912d03;
	background-color:#ffe3d6;
}

.RadGrid_CustomGrid .rgSelectedRow .rgSorted,
.RadGrid_CustomGrid .rgActiveRow .rgSorted,
.RadGrid_CustomGrid .rgHoveredRow .rgSorted,
.RadGrid_CustomGrid .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_CustomGrid .rgRow a,
.RadGrid_CustomGrid .rgAltRow a,
.RadGrid_CustomGrid .rgEditRow a,
.RadGrid_CustomGrid .rgFooter a,
.RadGrid_CustomGrid .rgEditForm a
{
	color:#0f3789;
}

.RadGrid_CustomGrid .rgSelectedRow
{
    background:#ffe793;
}
*+html .RadGrid_CustomGrid .rgSelectedRow .rgSorted{background-color:#cdffb1}
* html .RadGrid_CustomGrid .rgSelectedRow .rgSorted{background-color:#cdffb1}

.RadGrid_CustomGrid .rgActiveRow,
.RadGrid_CustomGrid .rgHoveredRow
{
    background:#e3eeff;
}
*+html .RadGrid_CustomGrid .rgActiveRow .rgSorted,
*+html .RadGrid_CustomGrid .rgHoveredRow .rgSorted{background-color:#e3eeff}
* html .RadGrid_CustomGrid .rgActiveRow .rgSorted,
* html .RadGrid_CustomGrid .rgHoveredRow .rgSorted{background-color:#e3eeff}

.RadGrid_CustomGrid .rgEditRow
{
	background:#fff;
}
*+html .RadGrid_CustomGrid .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_CustomGrid .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_CustomGrid .rgSelectedRow td,
.RadGrid_CustomGrid .rgActiveRow td,
.RadGrid_CustomGrid .rgHoveredRow td,
.RadGrid_CustomGrid .rgEditRow td
{
	border-left-width:5;
	border-right-width:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_CustomGrid .rgSelectedRow td,
.RadGrid_CustomGrid .rgSelectedRow td.rgSorted
{
	border-bottom-color:#912d03;
	
}

.RadGrid_CustomGrid .rgActiveRow td,
.RadGrid_CustomGrid .rgHoveredRow td,
.RadGrid_CustomGrid .rgActiveRow td.rgSorted,
.RadGrid_CustomGrid .rgHoveredRow td.rgSorted
{
	border-bottom-color:#b1caee;
}

.RadGrid_CustomGrid .rgEditRow td,
.RadGrid_CustomGrid .rgEditRow td.rgSorted
{
	border-color:#fff #fff #fff #fff;
}

.RadGrid_CustomGrid .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_CustomGrid .rgFooterDiv,
.RadGrid_CustomGrid .rgFooter
{
	background:#e3eeff;
}

.RadGrid_CustomGrid .rgFooter td
{
	border-top-width:1px;
	border-color:#829cbf #e3eeff #fff #e3eeff;
}

/*status*/

.RadGrid_CustomGrid .rgPager .rgStatus
{
	border:1px solid;
	border-color:#829cbf #8caabb #fff #8caabb;
	border-left-width:0;
}

.RadGrid_CustomGrid .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_CustomGrid .rgPager
{
	background:#e3eeff;
}

.RadGrid_CustomGrid td.rgPagerCell
{
	border:1px solid;
	border-color:Pink #fff #fff;
	border-right-width:0;
}

.RadGrid_CustomGrid .rgInfoPart
{
	color:#666;
}

.RadGrid_CustomGrid .rgInfoPart strong
{
	color:#000;
}

.RadGrid_CustomGrid .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_CustomGrid .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_CustomGrid .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_CustomGrid .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_CustomGrid .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_CustomGrid .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_CustomGrid .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_CustomGrid .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_CustomGrid .rgPager .rgPagerButton
{
	border-color:#00002a #00002a #000;
	background:#466abb repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#fff;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_CustomGrid .rgNumPart a:hover,
.RadGrid_CustomGrid .rgNumPart a:hover span,
.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage,
.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_CustomGrid .rgNumPart a
{
	color:#000;
}

.RadGrid_CustomGrid .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#0f3789;
}

.RadGrid_CustomGrid .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage,
.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#0d202b;
}

.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage span,
.RadGrid_CustomGrid .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_CustomGrid .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_CustomGrid .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.RadGrid_CustomGrid .rgSorted .rgSortAsc
{
	background-position:3px -147px;
}

.RadGrid_CustomGrid .rgSorted .rgSortDesc
{
	background-position:3px -97px;
}

.GridReorderTop_CustomGrid,
.GridReorderBottom_CustomGrid
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_CustomGrid
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_CustomGrid .rgFilterRow
{
	background:#537ab8;
}

.RadGrid_CustomGrid .rgFilterRow td
{
    border:1px solid;
    border-top-width:0;
    border-color:#537ab8 #537ab8 #3c5c90;
}

.RadGrid_CustomGrid .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_CustomGrid .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_CustomGrid .rgFilterActive,
.RadGrid_CustomGrid .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_CustomGrid .rgFilterBox
{
	border:1px solid #4e75b3;
	font:12px "Verdana",arial,sans-serif;
	color:#000;
}

/*filter context menu*/

.RadMenu_CustomGrid .rgHCMClear,
.RadMenu_CustomGrid .rgHCMFilter
{
	border-color:#0f1d48 #07112d #010615;
	background:#617fc5 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#fff;
	font-family:"segoe ui",arial,sans-serif;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.RadMenu_CustomGrid .rgHCMClear:hover,
.RadMenu_CustomGrid .rgHCMFilter:hover
{
	border-color:#3f5f94;
	background-position:center -67px;
	background-color:#c1d5ef;
	color:#0f3789;
}

/*grouping*/

.RadGrid_CustomGrid .rgGroupPanel
{
	border:0;
	border-bottom:none;
	
	/*sets color of sort headquarters button row*/
	background:#e3eeff;
}

.RadGrid_CustomGrid .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_CustomGrid .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_CustomGrid .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_CustomGrid .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_CustomGrid .rgUngroup
{
	background-position:0 -6500px;
}

.RadGrid_CustomGrid .rgGroupItem
{
/*Border around Sort by Company Headquarters button*/
	border:1px solid #9b9b9b;
	background:#f3f3f4;
	color:#0f3789;
}
.RadGrid_CustomGrid .rgGroupItem td
{
	background:#912d03;	
	
}

.RadGrid_CustomGrid .rgGroupHeader
{
/*color of headquarters row*/	
    background:#ffe3d6;


}

.RadGrid_CustomGrid .rgGroupHeader td
{
    padding:0px;
}

.RadGrid_CustomGrid td.rgGroupCol,
.RadGrid_CustomGrid td.rgExpandCol
{
	/*Sets color of small column on left*/
	background:#ffe3d6;

	
	 
}

.RadGrid_CustomGrid .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_CustomGrid .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_CustomGrid .rgEditForm
{
	border-bottom:1px solid #829cbf;
}

.RadGrid_CustomGrid .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_CustomGrid .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_CustomGrid .rgDetailTable
{
	border:none;
}

/*command row*/

.RadGrid_CustomGrid .rgCommandRow
{
/*color of Add New Headquarters command row*/
	height: 25px;
	background:#FFF;
	color:#000000;
	
}

.RadGrid_CustomGrid .rgCommandCell
{
	border:none;
	padding:0;
}

.RadGrid_CustomGrid thead .rgCommandCell
{
	border-bottom:none;
}

.RadGrid_CustomGrid tfoot .rgCommandCell
{
	border-top:none;
}

.RadGrid_CustomGrid .rgCommandTable
{
	
}

.RadGrid_CustomGrid .rgCommandTable td
{
	border:none;
	padding:6px 0px;
}

.RadGrid_CustomGrid .rgCommandTable td td
{
	padding:0;
}

.RadGrid_CustomGrid .rgCommandRow a
{
	/*color of command row "Add New Headquarters"*/
	color:#000;
	text-decoration:none;
	
}

.RadGrid_CustomGrid .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_CustomGrid .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_CustomGrid .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_CustomGrid .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_CustomGrid .rgExpXLS,
.RadGrid_CustomGrid .rgExpDOC,
.RadGrid_CustomGrid .rgExpPDF,
.RadGrid_CustomGrid .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_CustomGrid .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_CustomGrid .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_CustomGrid .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_CustomGrid .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_CustomGrid
{
	background:#1346ad;
}

/*row drag n drop*/

.GridItemDropIndicator_CustomGrid
{
    border-top:1px dashed #1346ad;
}

/*tooltip*/

.GridToolTip_CustomGrid
{
	border:1px solid #4e75b3;
	padding:3px;
	background:none;
	color:#000;
}

/*rtl*/

.RadGridRTL_CustomGrid .rgHeader:first-child,
.RadGridRTL_CustomGrid th.rgResizeCol:first-child,
.RadGridRTL_CustomGrid .rgFilterRow>td:first-child,
.RadGridRTL_CustomGrid .rgRow>td:first-child,
.RadGridRTL_CustomGrid .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:5px;
}

.RadGridRTL_CustomGrid .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_CustomGrid .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_CustomGrid .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_CustomGrid .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_CustomGrid .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_CustomGrid .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_CustomGrid .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_CustomGrid .rgPageLast:hover
{
	background-position:0 -600px;
}