/*Telerik RadGrid FlashValetCustom Skin*/

/*global*/

.RadGrid_FlashValetCustom
{
    /*border:1px solid #688caf;*/
    background:#fff;
    color:#333;
}

.RadGrid_FlashValetCustom,
.RadGrid_FlashValetCustom .rgMasterTable,
.RadGrid_FlashValetCustom .rgDetailTable,
.RadGrid_FlashValetCustom .rgGroupPanel table,
.RadGrid_FlashValetCustom .rgCommandRow table,
.RadGrid_FlashValetCustom .rgEditForm table,
.RadGrid_FlashValetCustom .rgPager table,
.GridToolTip_FlashValetCustom
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.rgMasterTable {
	border-color:#F4F4F4;
	border-style: solid;
	border-width: 1px;
}

.RadGrid_FlashValetCustom .rgHeader:first-child,
.RadGrid_FlashValetCustom th.rgResizeCol:first-child,
.RadGrid_FlashValetCustom .rgFilterRow>td:first-child,
.RadGrid_FlashValetCustom .rgRow>td:first-child,
.RadGrid_FlashValetCustom .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_FlashValetCustom .rgAdd,
.RadGrid_FlashValetCustom .rgRefresh,
.RadGrid_FlashValetCustom .rgEdit,
.RadGrid_FlashValetCustom .rgDel,
.RadGrid_FlashValetCustom .rgFilter,
.RadGrid_FlashValetCustom .rgPagePrev,
.RadGrid_FlashValetCustom .rgPageNext,
.RadGrid_FlashValetCustom .rgPageFirst,
.RadGrid_FlashValetCustom .rgPageLast,
.RadGrid_FlashValetCustom .rgExpand,
.RadGrid_FlashValetCustom .rgCollapse,
.RadGrid_FlashValetCustom .rgSortAsc,
.RadGrid_FlashValetCustom .rgSortDesc,
.RadGrid_FlashValetCustom .rgUpdate,
.RadGrid_FlashValetCustom .rgCancel,
.RadGrid_FlashValetCustom .rgUngroup,
.RadGrid_FlashValetCustom .rgExpXLS,
.RadGrid_FlashValetCustom .rgExpDOC,
.RadGrid_FlashValetCustom .rgExpPDF,
.RadGrid_FlashValetCustom .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_FlashValetCustom .rgHeaderDiv
{
	/*background:#d6e5f3 0 -8050px repeat-x url('Grid/sprite.gif'); */
	background:0 repeat-x #c3d8f1 url('Grid/content-menu-background.jpg');
	height: 25px;
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7550px;
}

.RadGrid_FlashValetCustom .rgHeader,
.RadGrid_FlashValetCustom th.rgResizeCol,
.RadGrid_FlashValetCustom .rgMultiHeaderRow th.rgHeader,
.RadGrid_FlashValetCustom .rgMultiHeaderRow th.rgResizeCol
{
	/*border:solid #5d8cc9;
	border-width:0 0 1px 1px;*/
	height: 18px;
	background:0 repeat-x url('Grid/content-menu-background.jpg');
	background-color: #eaeaea;

}

.RadGrid_FlashValetCustom th.rgSorted
{
	border-bottom-color:#ff9b35;
	background-color:#ffca5e;
	background-position:0 -2600px;
}

.RadGrid_FlashValetCustom .rgHeader,
.RadGrid_FlashValetCustom .rgHeader a
{
    /*color:#00156e;*/
	color: rgb(223, 126, 60);

}

.RadGrid_FlashValetCustom th.rgSorted,
.RadGrid_FlashValetCustom th.rgSorted a
{
    color:#000;
}

/*rows*/

.RadGrid_FlashValetCustom .rgRow td,
.RadGrid_FlashValetCustom .rgAltRow td,
.RadGrid_FlashValetCustom .rgEditRow td,
.RadGrid_FlashValetCustom .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 1px;
	border-color:#F4F4F4;
}

.RadGrid_FlashValetCustom .rgRow td,
.RadGrid_FlashValetCustom .rgAltRow td
{
	border-color:#d0d7e5;
}

.RadGrid_FlashValetCustom .rgRow .rgSorted
{
	
	border-color:#F4F4F4;
}
.rgRow {
	background-color:#F4F4F4;
}
.RadGrid_FlashValetCustom .rgAltRow 
{
	
	background-color:#FFFFFF;
	border-color:#F4F4F4;
}

.RadGrid_FlashValetCustom .rgSelectedRow .rgSorted,
.RadGrid_FlashValetCustom .rgActiveRow .rgSorted,
.RadGrid_FlashValetCustom .rgHoveredRow .rgSorted,
.RadGrid_FlashValetCustom .rgEditRow .rgSorted
{
	background-color:transparent;
    cursor: pointer;
}

.RadGrid_FlashValetCustom .rgRow a,
.RadGrid_FlashValetCustom .rgAltRow a,
.RadGrid_FlashValetCustom .rgEditRow a,
.RadGrid_FlashValetCustom .rgFooter a,
.RadGrid_FlashValetCustom .rgEditForm a
{
	color: rgb(223, 126, 60);
}

.RadGrid_FlashValetCustom .rgMasterTable .rgSelectedCell,
.RadGrid_FlashValetCustom .rgSelectedRow
{
	background:#ffcb60 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_FlashValetCustom .rgSelectedRow .rgSorted{background-color:#ffcb60}
* html .RadGrid_FlashValetCustom .rgSelectedRow .rgSorted{background-color:#ffcb60}

.RadGrid_FlashValetCustom .rgMasterTable .rgActiveCell,
.RadGrid_FlashValetCustom .rgActiveRow,
.RadGrid_FlashValetCustom .rgHoveredRow
{
	background:#ecf4ff;
    cursor: pointer !important;
}
*+html .RadGrid_FlashValetCustom .rgActiveRow .rgSorted,
*+html .RadGrid_FlashValetCustom .rgHoveredRow .rgSorted{background-color:#ecf4ff}
* html .RadGrid_FlashValetCustom .rgActiveRow .rgSorted,
* html .RadGrid_FlashValetCustom .rgHoveredRow .rgSorted{background-color:#ecf4ff}

.RadGrid_FlashValetCustom .rgEditRow
{
	background:#ffe5ad;
}
*+html .RadGrid_FlashValetCustom .rgEditRow .rgSorted{background-color:#ffe5ad}
* html .RadGrid_FlashValetCustom .rgEditRow .rgSorted{background-color:#ffe5ad}

.RadGrid_FlashValetCustom .rgSelectedRow td,
.RadGrid_FlashValetCustom .rgActiveRow td,
.RadGrid_FlashValetCustom .rgHoveredRow td,
.RadGrid_FlashValetCustom .rgEditRow td
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_FlashValetCustom .rgSelectedRow td
{
	border-bottom-color:#ff9b35;
}

.RadGrid_FlashValetCustom .rgActiveRow td,
.RadGrid_FlashValetCustom .rgHoveredRow td,
.RadGrid_FlashValetCustom .rgEditRow td
{
	border-bottom-color:#d0d7e5;
}

.RadGrid_FlashValetCustom .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_FlashValetCustom .rgFooterDiv,
.RadGrid_FlashValetCustom .rgFooter
{
	background:0 repeat-x #c3d8f1 url('Grid/content-menu-background.jpg');
}

.RadGrid_FlashValetCustom .rgFooter td
{
	/*border-width:1px 0;
	border-color:#567db0 #fff #fff;*/
	padding-left:8px;
}

/*status*/

.RadGrid_FlashValetCustom .rgPager .rgStatus
{
	border:1px solid;
	border-width:1px 1px 0 0;
	border-color:#5d8cc9 #9cb9dc;
}

.RadGrid_FlashValetCustom .rgStatus div
{
	background-image:url('Grid/loading_small.gif');
}

/*pager*/

.RadGrid_FlashValetCustom .rgPager
{
	background:#ecf3fc 0 -7000px repeat-x url('Grid/sprite.gif');
	color:#00156e;
}

.RadGrid_FlashValetCustom td.rgPagerCell
{
	border-top:1px solid #5d8cc9;
	border-left:1px solid #fff;
}

.RadGrid_FlashValetCustom .rgInfoPart
{
	color:#3e69a3;
}

.RadGrid_FlashValetCustom .rgPageFirst
{
	margin:0 3px 0 0;
	background-position:0 -550px;
}
.RadGrid_FlashValetCustom .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_FlashValetCustom .rgPagePrev
{
	margin:0 3px 0 0;
	background-position:0 -700px;
}
.RadGrid_FlashValetCustom .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_FlashValetCustom .rgPageNext
{
	margin:0 0 0 3px;
	background-position:0 -850px;
}
.RadGrid_FlashValetCustom .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_FlashValetCustom .rgPageLast
{
	margin:0 0 0 3px;
	background-position:0 -1000px;
}
.RadGrid_FlashValetCustom .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_FlashValetCustom .rgPager .rgPagerButton
{
	border-color:#7793b9;
	background:#e8f1fc repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#00156e;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_FlashValetCustom .rgNumPart a:hover,
.RadGrid_FlashValetCustom .rgNumPart a:hover span,
.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage,
.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_FlashValetCustom .rgNumPart a
{
	color:#00156e;
}

.RadGrid_FlashValetCustom .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_FlashValetCustom .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage,
.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage span,
.RadGrid_FlashValetCustom .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_FlashValetCustom .rgHeader .rgSortAsc
{
	background-position:3px -147px;
	height:10px;
}

.RadGrid_FlashValetCustom .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.GridReorderTop_FlashValetCustom,
.GridReorderBottom_FlashValetCustom
{
	height:12px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_FlashValetCustom
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_FlashValetCustom .rgFilterRow
{
	background:#d6e5f3;
}

.RadGrid_FlashValetCustom .rgFilterRow td
{
    border:solid #9eb6ce;
    border-width:0 0 1px 1px;
}

.RadGrid_FlashValetCustom .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_FlashValetCustom .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_FlashValetCustom .rgFilterActive,
.RadGrid_FlashValetCustom .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_FlashValetCustom .rgFilterBox
{
	border-color:#abc1de;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
}

/*filter context menu*/

.RadMenu_FlashValetCustom .rgHCMClear,
.RadMenu_FlashValetCustom .rgHCMFilter
{
	border-color:#a7bedb #7d98bd #a3bad8;
	background:#e8f1fc center -23px repeat-x url('Grid/ButtonSprites.gif');
	color:#00156e;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_FlashValetCustom .rgHCMClear:hover,
.RadMenu_FlashValetCustom .rgHCMFilter:hover
{
	border-color:#d8ca95 #b9a073 #c6ba9d;
	background-position:center -67px;
	background-color:#ffe18a;
	color:#000;
}

/*context menu*/

.GridContextMenu_FlashValetCustom .rmLeftImage
{
	background-image:url('Grid/contextMenu.gif');
}

.GridContextMenu_FlashValetCustom .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_FlashValetCustom .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_FlashValetCustom .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_FlashValetCustom .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_FlashValetCustom .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_FlashValetCustom .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_FlashValetCustom .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_FlashValetCustom .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_FlashValetCustom .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #688caf;
	background:#ecf3fc;
}

.RadGrid_FlashValetCustom .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
	vertical-align:middle;
}

.RadGrid_FlashValetCustom .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_FlashValetCustom .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_FlashValetCustom .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_FlashValetCustom .rgUngroup
{
	background-position:0 -7500px;
}

.RadGrid_FlashValetCustom .rgGroupItem
{
	border:1px solid #4b78ca;
	background:#e6ebf5 0 -1900px repeat-x url('Grid/sprite.gif');
	color:#00156e;
}

.RadGrid_FlashValetCustom .rgGroupHeader
{
    background:#d7e6f7;
    font-size:1.1em;
    line-height:21px;
	color:#567db0;
}

.RadGrid_FlashValetCustom .rgGroupHeader td
{
	border-top:1px solid #fcfcfd;
	border-bottom:1px solid #6f92b3;
    padding-left:8px;
}

.RadGrid_FlashValetCustom td.rgGroupCol,
.RadGrid_FlashValetCustom td.rgExpandCol
{
	background:#d7e6f7 none;
	border-color:#d7e6f7;
}

.RadGrid_FlashValetCustom .rgGroupHeader .rgExpand
{
	background-position:5px -495px;
}

.RadGrid_FlashValetCustom .rgGroupHeader .rgCollapse
{
	background-position:3px -93px;
}

/*editing*/

.RadGrid_FlashValetCustom .rgEditForm
{
	border-bottom:1px solid #d0d7e5;
}

.RadGrid_FlashValetCustom .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_FlashValetCustom .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_FlashValetCustom .rgDetailTable
{
	border-color:#688caf;
}

.RadGrid_FlashValetCustom .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_FlashValetCustom .rgCollapse
{
	background-position:3px -94px;
}

/*command row*/

.RadGrid_FlashValetCustom .rgCommandRow
{
	background:#c4d9f1 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#333;
}

.RadGrid_FlashValetCustom .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_FlashValetCustom thead .rgCommandCell
{
	/*border-bottom:1px solid #688caf;*/
}

.RadGrid_FlashValetCustom .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_FlashValetCustom .rgCommandTable
{
	/*border:1px solid #9eb6ce;*/
	background:0 repeat-x #FFFFFF url('Grid/content-menu-background.jpg');
}

.RadGrid_FlashValetCustom .rgCommandRow a
{
	color: rgb(223, 126, 60);

	text-decoration:none;
}

.RadGrid_FlashValetCustom .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_FlashValetCustom .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_FlashValetCustom .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_FlashValetCustom .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_FlashValetCustom .rgExpXLS,
.RadGrid_FlashValetCustom .rgExpDOC,
.RadGrid_FlashValetCustom .rgExpPDF,
.RadGrid_FlashValetCustom .rgExpCSV
{
	background-image:url('Grid/export.gif');
}

.RadGrid_FlashValetCustom .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_FlashValetCustom .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_FlashValetCustom .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_FlashValetCustom .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.rgCellSelectorArea_FlashValetCustom,
.GridRowSelector_FlashValetCustom
{
	background:#00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_FlashValetCustom
{
    border-top:1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_FlashValetCustom
{
	border:1px solid #6187b8;
	padding:3px;
	background:#d7e3f2;
	color:#333;
}

/*rtl*/

.RadGridRTL_FlashValetCustom .rgHeader:first-child,
.RadGridRTL_FlashValetCustom th.rgResizeCol:first-child,
.RadGridRTL_FlashValetCustom .rgFilterRow>td:first-child,
.RadGridRTL_FlashValetCustom .rgRow>td:first-child,
.RadGridRTL_FlashValetCustom .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_FlashValetCustom .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_FlashValetCustom .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_FlashValetCustom .rgPagePrev
{
	margin:0 0 0 3px;
	background-position:0 -850px;
}
.RadGridRTL_FlashValetCustom .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_FlashValetCustom .rgPageNext
{
	margin:0 3px 0 0;
	background-position:0 -700px;
}
.RadGridRTL_FlashValetCustom .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_FlashValetCustom .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_FlashValetCustom .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_FlashValetCustom .rgGroupHeader .rgExpand
{
	background-position:-20px -495px;
}

.RadGridRTL_FlashValetCustom .rgExpand
{
	background-position:-20px -496px;
}