/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Grid_Apec
{
    border:1px solid #828282;
    background:#ffffff;
    color:#333333;
}

.RadGrid_Grid_Apec,
.RadGrid_Grid_Apec .rgMasterTable,
.RadGrid_Grid_Apec .rgDetailTable,
.RadGrid_Grid_Apec .rgGroupPanel table,
.RadGrid_Grid_Apec .rgCommandRow table,
.RadGrid_Grid_Apec .rgEditForm table,
.RadGrid_Grid_Apec .rgPager table,
.GridToolTip_Grid_Apec
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Grid_Apec .rgAdd,
.RadGrid_Grid_Apec .rgRefresh,
.RadGrid_Grid_Apec .rgEdit,
.RadGrid_Grid_Apec .rgDel,
.RadGrid_Grid_Apec .rgFilter,
.RadGrid_Grid_Apec .rgPagePrev,
.RadGrid_Grid_Apec .rgPageNext,
.RadGrid_Grid_Apec .rgPageFirst,
.RadGrid_Grid_Apec .rgPageLast,
.RadGrid_Grid_Apec .rgExpand,
.RadGrid_Grid_Apec .rgCollapse,
.RadGrid_Grid_Apec .rgSortAsc,
.RadGrid_Grid_Apec .rgSortDesc,
.RadGrid_Grid_Apec .rgUpdate,
.RadGrid_Grid_Apec .rgCancel,
.RadGrid_Grid_Apec .rgUngroup,
.RadGrid_Grid_Apec .rgExpXLS,
.RadGrid_Grid_Apec .rgExpDOC,
.RadGrid_Grid_Apec .rgExpPDF,
.RadGrid_Grid_Apec .rgExpCSV
{
	background-image:url('images/sprite.gif');
}

/*header*/

.RadGrid_Grid_Apec .rgHeaderDiv
{
	background:#363636;/* 0 -7550px repeat-x url('images/sprite.gif');*/
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.RadGrid_Grid_Apec .rgHeader,
.RadGrid_Grid_Apec th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #828282;
	background:#363636;/* 0 -2300px repeat-x url('images/sprite.gif');*/
}

.RadGrid_Grid_Apec th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_Grid_Apec .rgHeader,
.RadGrid_Grid_Apec .rgHeader a
{
    color:#ffffff;/*c52828;*/
    font-weight:bold;
    /*color:#333333;*/
}

/*rows*/

.RadGrid_Grid_Apec .rgRow td,
.RadGrid_Grid_Apec .rgAltRow td,
.RadGrid_Grid_Apec .rgEditRow td,
.RadGrid_Grid_Apec .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 0;
}

.RadGrid_Grid_Apec .rgRow td
{
	border-color:#ffffff;
}

.RadGrid_Grid_Apec .rgAltRow
{
	/*background:#f2f2f2;*/
	background:#fdf6f6;
}

.RadGrid_Grid_Apec .rgAltRow td
{
	border-color:#f2f2f2;
}

.RadGrid_Grid_Apec .rgRow .rgSorted
{
	border-bottom-color:#f2f2f2;
	background-color:#f2f2f2;
}

.RadGrid_Grid_Apec .rgAltRow .rgSorted
{
	border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;
}

.RadGrid_Grid_Apec .rgSelectedRow .rgSorted,
.RadGrid_Grid_Apec .rgActiveRow .rgSorted,
.RadGrid_Grid_Apec .rgHoveredRow .rgSorted,
.RadGrid_Grid_Apec .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Grid_Apec .rgRow a,
.RadGrid_Grid_Apec .rgAltRow a,
.RadGrid_Grid_Apec .rgEditRow a,
.RadGrid_Grid_Apec tr.rgEditRow a,
.RadGrid_Grid_Apec tr.rgHoveredRow a,
.RadGrid_Grid_Apec tr.rgActiveRow a,
.RadGrid_Grid_Apec .rgFooter a,
.RadGrid_Grid_Apec .rgEditForm a
{
	color:#000000;
}

.RadGrid_Grid_Apec .rgSelectedRow
{
    /*background:#828282 0 -3900px repeat-x url('images/sprite.gif');*/
    background:#fbfd7c;
    color:#870a0a;
}
*+html .RadGrid_Grid_Apec .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_Grid_Apec .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_Grid_Apec .rgSelectedRow a
{
	color:#ffffff;
}

.RadGrid_Grid_Apec .rgActiveRow,
.RadGrid_Grid_Apec .rgHoveredRow
{
    background:#c4c4c4 0 -2900px repeat-x url('images/sprite.gif');
    color:#333333;
}
*+html .RadGrid_Grid_Apec .rgActiveRow .rgSorted,
*+html .RadGrid_Grid_Apec .rgHoveredRow .rgSorted{background-color:#c4c4c4}
* html .RadGrid_Grid_Apec .rgActiveRow .rgSorted,
* html .RadGrid_Grid_Apec .rgHoveredRow .rgSorted{background-color:#c4c4c4}

.RadGrid_Grid_Apec .rgEditRow
{
	background:#ffffff 0 -4900px repeat-x url('images/sprite.gif');
	color:#333333;
}
*+html .RadGrid_Grid_Apec .rgEditRow .rgSorted{background-color:#ffffff}
* html .RadGrid_Grid_Apec .rgEditRow .rgSorted{background-color:#ffffff}

.RadGrid_Grid_Apec .rgActiveRow td,
.RadGrid_Grid_Apec .rgActiveRow td.rgSorted,
.RadGrid_Grid_Apec .rgHoveredRow td,
.RadGrid_Grid_Apec .rgHoveredRow td.rgSorted
{
	border-bottom-color:#9e9e9e;
}

.RadGrid_Grid_Apec .rgSelectedRow td,
.RadGrid_Grid_Apec .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6b6b6b;
}

.RadGrid_Grid_Apec .rgDrag
{
	background-image:url('images/rgDrag.gif');
}

/*footer*/

.RadGrid_Grid_Apec .rgFooterDiv,
.RadGrid_Grid_Apec .rgFooter
{
    background:#ffffff;
    color:#c52828;
    font-weight:bold;
	/*background:#ededed;*/
}

.RadGrid_Grid_Apec .rgFooter td
{
    border-top: solid 2px #363636;
	/*border-top:1px solid #828282;*/
	border-bottom:1px solid #ffffff;
}

/*status*/

.RadGrid_Grid_Apec .rgPager .rgStatus
{
	border:1px solid;
	border-color:#828282 #c9c9c9 #ededed #c9c9c9;
	border-left-width:0;
}

.RadGrid_Grid_Apec .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_Grid_Apec .rgPager
{
	background:#ededed;
}

.RadGrid_Grid_Apec td.rgPagerCell
{
	border:1px solid;
	border-color:#828282 #ededed #ededed;
	border-right-width:0;
}

.RadGrid_Grid_Apec .rgInfoPart
{
	color:#8a8a8a;
}

.RadGrid_Grid_Apec .rgInfoPart strong
{
	color:#545454;
}

.RadGrid_Grid_Apec .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Grid_Apec .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Grid_Apec .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Grid_Apec .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Grid_Apec .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Grid_Apec .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Grid_Apec .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Grid_Apec .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Grid_Apec .rgPager .rgPagerButton
{
	border-color:#d1d1d1 #adadad #8c8c8c;
	background:#e8e8e8 repeat-x 0 -1550px url('images/sprite.gif');
	color:#000000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_Grid_Apec .rgNumPart a:hover,
.RadGrid_Grid_Apec .rgNumPart a:hover span,
.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage,
.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('images/sprite.gif');
}

.RadGrid_Grid_Apec .rgNumPart a
{
	color:#000000;
}

.RadGrid_Grid_Apec .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_Grid_Apec .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage,
.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage span,
.RadGrid_Grid_Apec .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_Grid_Apec .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Grid_Apec .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Grid_Apec,
.GridReorderBottom_Grid_Apec
{
	background:0 0 no-repeat url('images/sprite.gif');
}

.GridReorderBottom_Grid_Apec
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Grid_Apec .rgFilterRow
{
	background:#ededed;
}

.RadGrid_Grid_Apec .rgFilterRow td
{
    border-bottom:1px solid #828282;
}

.RadGrid_Grid_Apec .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_Grid_Apec .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Grid_Apec .rgFilterActive,
.RadGrid_Grid_Apec .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Grid_Apec .rgFilterBox
{
	border-color:#8f8f8f #c9c9c9 #c9c9c9 #8f8f8f;
	font-family:"segoe ui",arial,sans-serif;
	color:#333333;
}

/*filter context menu*/

.RadMenu_Grid_Apec .rgHCMClear,
.RadMenu_Grid_Apec .rgHCMFilter
{
	border-color:#d1d1d1 #a8a8a8 #8c8c8c;
	background:#e8e8e8 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#000000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_Grid_Apec .rgHCMClear:hover,
.RadMenu_Grid_Apec .rgHCMFilter:hover
{
	border-color:#d1d1d1 #bababa #a3a3a3;
	background-position:center -67px;
	background-color:#e6e6e6;
}

/*context menu*/

.GridContextMenu_Grid_Apec .rmLeftImage
{
	background-image:url('Common/contextMenu.gif');
}

.GridContextMenu_Grid_Apec .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_Grid_Apec .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_Grid_Apec .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_Grid_Apec .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_Grid_Apec .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_Grid_Apec .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_Grid_Apec .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_Grid_Apec .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_Grid_Apec .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #828282;
	background:#ededed 0 -1900px repeat-x url('images/sprite.gif');
}

.RadGrid_Grid_Apec .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Grid_Apec .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Grid_Apec .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Grid_Apec .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Grid_Apec .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_Grid_Apec .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	background:#c7c7c7 0 -6500px repeat-x url('images/sprite.gif');
}

.RadGrid_Grid_Apec .rgMasterTable td.rgGroupCol,
.RadGrid_Grid_Apec .rgMasterTable td.rgExpandCol
{
	border-color:#d9d9d9;
	background:#d9d9d9 none;
}

.RadGrid_Grid_Apec .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000000;
}

.RadGrid_Grid_Apec .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
}

.RadGrid_Grid_Apec .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_Grid_Apec .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Grid_Apec .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_Grid_Apec .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_Grid_Apec .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Grid_Apec .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_Grid_Apec .rgDetailTable
{
	border-color:#828282;
}

/*command row*/

.RadGrid_Grid_Apec .rgCommandRow
{
	background:#c4c4c4 0 -2099px repeat-x url('images/sprite.gif');
	color:#000000;
}

.RadGrid_Grid_Apec .rgCommandCell
{
	border:1px solid;
	border-color:#999999 #f2f2f2;
	border-top-width:0;
	padding:0;
}

.RadGrid_Grid_Apec tfoot .rgCommandCell,
.RadGrid_Grid_Apec .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top-width:1px;
	border-bottom-width:0;
}

.RadGrid_Grid_Apec .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_Grid_Apec .rgCommandTable
{
	border:0;
	border-top:1px solid #fcfcfc;
	border-bottom:1px solid #e8e8e8;
}

.RadGrid_Grid_Apec .rgCommandRow a
{
	color:#000000;
	text-decoration:none;
}

.RadGrid_Grid_Apec .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Grid_Apec .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Grid_Apec .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Grid_Apec .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Grid_Apec .rgSelected .rgDel
{
	background-position:0 -1775px;
}

.RadGrid_Grid_Apec .rgExpXLS,
.RadGrid_Grid_Apec .rgExpDOC,
.RadGrid_Grid_Apec .rgExpPDF,
.RadGrid_Grid_Apec .rgExpCSV
{
	background-image:url('Common/export.gif');
}

.RadGrid_Grid_Apec .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Grid_Apec .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Grid_Apec .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Grid_Apec .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Grid_Apec
{
	background:#545454;
}

/*row drag n drop*/

.GridItemDropIndicator_Grid_Apec
{
    border-top:1px dashed #666666;
}

/*tooltip*/

.GridToolTip_Grid_Apec
{
	border:1px solid #828282;
	padding:3px;
	background:#ffffff;
	color:#333333;
}

/*rtl*/

.RadGridRTL_Grid_Apec .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Grid_Apec .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Grid_Apec .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Grid_Apec .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Grid_Apec .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Grid_Apec .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Grid_Apec .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Grid_Apec .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_Grid_Apec .rgExpand
{
	background-position:-20px -496px;
}



