/*Telerik RadGrid Forest Skin*/

/*global*/

.RadGrid_Forest
{
    border:1px solid #3c4c30;
    /*background:#d1deb6;
    background:#DEF3EF;*/
    background:#E9E9E9;
    color:#2b2c20;
}

.RadGrid_Forest,
.RadGrid_Forest .rgMasterTable,
.RadGrid_Forest .rgDetailTable,
.RadGrid_Forest .rgGroupPanel table,
.RadGrid_Forest .rgCommandRow table,
.RadGrid_Forest .rgEditForm table,
.GridToolTip_Forest
{
    /*font:12px/16px "segoe ui",arial,sans-serif;*/
    font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_Forest .rgMasterTable,
.RadGrid_Forest .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Forest .rgRow,
.RadGrid_Forest .rgAltRow,
.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgResizeCol,
.RadGrid_Forest .rgPager,
.RadGrid_Forest .rgGroupPanel,
.RadGrid_Forest .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Forest .rgRow td,
.RadGrid_Forest .rgAltRow td,
.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgFooter td,
.RadGrid_Forest .rgFilterRow td,
.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgResizeCol,
.RadGrid_Forest .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Forest .rgAdd,
.RadGrid_Forest .rgRefresh,
.RadGrid_Forest .rgEdit,
.RadGrid_Forest .rgDel,
.RadGrid_Forest .rgFilter,
.RadGrid_Forest .rgPagePrev,
.RadGrid_Forest .rgPageNext,
.RadGrid_Forest .rgPageFirst,
.RadGrid_Forest .rgPageLast,
.RadGrid_Forest .rgExpand,
.RadGrid_Forest .rgCollapse,
.RadGrid_Forest .rgSortAsc,
.RadGrid_Forest .rgSortDesc,
.RadGrid_Forest .rgUpdate,
.RadGrid_Forest .rgCancel
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    width:16px;
	height:16px;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Forest .rgGroupItem input,
.RadGrid_Forest .rgCommandRow img,
.RadGrid_Forest .rgHeader input,
.RadGrid_Forest .rgFilterRow img,
.RadGrid_Forest .rgFilterRow input,
.RadGrid_Forest .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Forest .rgHeaderDiv
{
	/*background:#b2c780 0 -5900px repeat-x url('sprite.gif'); */
	background:#00968C 0 0 repeat-x url('MbBgHead.gif'); 
}

.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
    background-image: none:
}

.RadGrid_Forest .rgHeader, .RadGrid_Forest th.rgResizeCol
{
    background-position: left top;
    border-bottom: 1px solid #3c6716;
    padding-top: 5px;
    padding-bottom: 4px; 
 /* background:#4c7822 url('sprite.gif') repeat-x 0 -2300px;
	background:#00968C url('sprite.gif') repeat-x 0 -6000px;  */
    background:#00968C url('MbBgHead.gif')repeat-x 0 0;
    text-align: left;
    font-weight: normal;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

.RadGrid_Forest th.rgSorted
{
	background-color:#263616;
	background-position:0 -2600px;
}

.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgHeader a
{
    /*color:#2b2c20;*/
    color:White; /*new*/
    font-size:1.1em;
    text-decoration:none; font-weight:bold;
}

.RadGrid_Forest th.rgSorted,
.RadGrid_Forest th.rgSorted a
{
	color:#e7f1d7;
}

/*rows*/

.RadGrid_Forest .rgRow td,
.RadGrid_Forest .rgAltRow td,
.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Forest .rgRow td
{
	border-color:#d1deb6;
}

.RadGrid_Forest .rgAltRow
{ 
	/*background:#c7d6a7;
	background:#EEEEEE;*/
	background:#EFF8F7; }
    

.RadGrid_Forest .rgAltRow td
{
	border-color:#c7d6a7;
}

.RadGrid_Forest .rgRow .rgSorted
{
	border-bottom-color:#c6d3ad;
	background-color:#c6d3ad;
}

.RadGrid_Forest .rgAltRow .rgSorted
{
	border-bottom-color:#bdcb9e;
	background-color:#bdcb9e;
}

.RadGrid_Forest .rgSelectedRow .rgSorted,
.RadGrid_Forest .rgActiveRow .rgSorted,
.RadGrid_Forest .rgHoveredRow .rgSorted,
.RadGrid_Forest .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Forest .rgRow a,
.RadGrid_Forest .rgAltRow a,
.RadGrid_Forest .rgEditRow a,
.RadGrid_Forest .rgFooter a,
.RadGrid_Forest .rgEditForm a
{
    /*color:#3c4c30;*/
	color:#1041A3;
}

.RadGrid_Forest .rgSelectedRow
{
    background:#bd4401 url('sprite.gif') repeat-x 0 -3900px;
    color:#fff;
}
*+html .RadGrid_Forest .rgSelectedRow .rgSorted{background-color:#bd4401}
* html .RadGrid_Forest .rgSelectedRow .rgSorted{background-color:#bd4401}

.RadGrid_Forest .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_Forest .rgActiveRow,
.RadGrid_Forest .rgHoveredRow
{
    background:#d57a08 url('sprite.gif') repeat-x 0 -2900px;
    color:#7a1b05;
}
*+html .RadGrid_Forest .rgActiveRow .rgSorted,
*+html .RadGrid_Forest .rgHoveredRow .rgSorted{background-color:#d57a08}
* html .RadGrid_Forest .rgActiveRow .rgSorted,
* html .RadGrid_Forest .rgHoveredRow .rgSorted{background-color:#d57a08}

.RadGrid_Forest .rgActiveRow a,
.RadGrid_Forest .rgHoveredRow a
{
	color:#7a1b05;
}

.RadGrid_Forest .rgEditRow
{
	background:#e7f1d7 url('sprite.gif') repeat-x 0 -4900px;
}
*+html .RadGrid_Forest .rgEditRow .rgSorted{background-color:#e7f1d7}
* html .RadGrid_Forest .rgEditRow .rgSorted{background-color:#e7f1d7}

.RadGrid_Forest .rgActiveRow td,
.RadGrid_Forest .rgActiveRow td.rgSorted,
.RadGrid_Forest .rgHoveredRow td,
.RadGrid_Forest .rgHoveredRow td.rgSorted
{
	border-bottom-color:#8f610a;
}

.RadGrid_Forest .rgSelectedRow td,
.RadGrid_Forest .rgSelectedRow td.rgSorted
{
	border-bottom-color:#751a04;
}

.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgEditRow td.rgSorted
{
	border-bottom-color:#618740;
}

/*footer*/

.RadGrid_Forest .rgFooterDiv,
.RadGrid_Forest .rgFooter
{
	/*background:#b1c67f url('sprite.gif') repeat-x 0 -7500px;
	background:#8bb9b5 url('sprite.gif') repeat-x 0 -7600px;
	background:#8bb9b5 url('MbBgBox.gif') repeat-x 0;*/ background-color:#D4ECE9;
}

.RadGrid_Forest .rgFooter td
{
	border:0;
	border-top:1px solid #3c6716;
}

/*status*/

.RadGrid_Forest .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid;
	border-right:1px solid;
	border-color:#3c6716;
	padding:3px 0 2px;
}

.RadGrid_Forest .rgStatus div
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    width:24px;
	    height:24px;
	    overflow:hidden;
	    margin:0 auto;
	    padding:0;
	background:url('loading.gif') no-repeat center;
	    text-indent:-2222px;
}

/*pager*/

.RadGrid_Forest .rgPager
{
	background:#b2c780 url('sprite.gif') repeat-x 0 -7999px;
}

.RadGrid_Forest .rgPager td
{
	padding:0;
}

.RadGrid_Forest .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #3c6716;
	border-left:1px solid #b6c988;
	padding:3px 0 2px;
}

.RadGrid_Forest .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Forest .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Forest .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Forest .rgInfoPart
{
	float:right;
	color:#4b4c40;
}

.RadGrid_Forest .rgInfoPart strong
{
	font-weight:normal;
	color:#2b2c20;
}

.RadGrid_Forest .rgWrap a img
{
	margin:3px 8px 0;
}

.RadGrid_Forest .rgPageFirst,
.RadGrid_Forest .rgPagePrev,
.RadGrid_Forest .rgPageNext,
.RadGrid_Forest .rgPageLast
{
	width:20px;
	height:24px;
}

.RadGrid_Forest .rgPageFirst
{
	margin-right:1px;
	background-position:0 -548px;
}
.RadGrid_Forest .rgPageFirst:hover
{
	background-position:0 -598px;
}
.RadGrid_Forest .rgPagePrev
{
	margin-right:1px;
	background-position:0 -698px;
}
.RadGrid_Forest .rgPagePrev:hover
{
	background-position:0 -748px;
}
.RadGrid_Forest .rgPageNext
{
	margin-left:1px;
	background-position:0 -848px;
}
.RadGrid_Forest .rgPageNext:hover
{
	background-position:0 -898px;
}
.RadGrid_Forest .rgPageLast
{
	margin-left:1px;
	background-position:0 -998px;
}
.RadGrid_Forest .rgPageLast:hover
{
	background-position:0 -1048px;
}

.RadGrid_Forest .rgPagerButton
{
	height:22px;
	border:1px solid #3c4c30;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#202b15 url('sprite.gif') repeat-x 0 -1550px;
	color:#e7f1d7;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Forest .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Forest .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_Forest .rgNumPart a:hover,
.RadGrid_Forest .rgNumPart a:hover span,
.RadGrid_Forest .rgNumPart a.rgCurrentPage,
.RadGrid_Forest .rgNumPart a.rgCurrentPage span
{
	background:url('sprite.gif') no-repeat;
}

.RadGrid_Forest .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#2b2c20;
	text-decoration:none;
}

.RadGrid_Forest .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Forest .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#7a1b05;
}

.RadGrid_Forest .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Forest .rgNumPart a.rgCurrentPage,
.RadGrid_Forest .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#2b2c20;
	cursor:default;
}

.RadGrid_Forest .rgNumPart a.rgCurrentPage span,
.RadGrid_Forest .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Forest .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Forest .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Forest .rgPagerLabel,
.RadGrid_Forest .rgPager .RadComboBox,
.RadGrid_Forest .rgPager .RadInput_Forest
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Forest .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Forest .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Forest .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_Forest .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Forest .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Forest .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Forest,
.GridReorderBottom_Forest
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:url('sprite.gif') no-repeat 0 0;
}

.GridReorderBottom_Forest
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Forest .rgFilterRow
{
	background:#b2c780 url('sprite.gif') repeat-x 0 -7000px;
}

.RadGrid_Forest .rgFilterRow td
{
	border-top:1px solid #b6c988;
    border-bottom:1px solid #9cb16a;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_Forest .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Forest .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Forest .rgFilterActive,
.RadGrid_Forest .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Forest .rgFilterBox
{
	border:1px solid #618740;
	padding:2px 1px 3px;
	background:#e7f1d7;
	font:12px "segoe ui",arial,sans-serif;
	color:#2b2c20;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Forest .rgGroupPanel
{
	height:24px;
	border-bottom:1px solid #3c4c30;
	background:#b1c67f url('sprite.gif') repeat-x 0 -1900px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

.RadGrid_Forest .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Forest .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Forest .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_Forest .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_Forest .rgGroupItem
{
	border:1px solid #3c4c30;
	padding:0 2px 1px 3px;
	background:#202b15 url('sprite.gif') repeat-x 0 -6500px;
	color:#e7f1d7;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Forest .rgMasterTable td.rgGroupCol,
.RadGrid_Forest .rgMasterTable td.rgExpandCol
{
	/*border-color:#9cb16a;
	background:#9cb16a none;*/
}

.RadGrid_Forest .rgGroupHeader
{
    background:#9cb16a;
    font-size:1.1em;
    line-height:21px;
	color:#2b2c20;
}

.RadGrid_Forest .rgGroupHeader td
{
	border-top:1px solid #cad7a2;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_Forest .rgGroupHeader td.rgGroupCol
{
	border-top-color:#9cb16a;
}

.RadGrid_Forest .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Forest .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Forest .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Forest .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Forest .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Forest .rgEditForm
{
	border-bottom:1px solid #618740;
}

.RadGrid_Forest .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Forest .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Forest .rgDetailTable
{
	border:1px solid #3c4c30;
	border-right:0;
}

/*command row*/

.RadGrid_Forest .rgCommandRow
{
	background:#2d3d1d url('sprite.gif') repeat-x 0 -2100px;
	color:#e7f1d7;
}

.RadGrid_Forest .rgCommandRow td
{
	border:0;
	padding:0;
}

.RadGrid_Forest tfoot .rgCommandRow td
{
	border-top:1px solid #3c4c30;
}

.RadGrid_Forest thead .rgCommandRow td
{
	border-bottom:1px solid #3c4c30;
}

.RadGrid_Forest .rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Forest .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Forest .rgCommandRow table
{
	border:0;
}

.RadGrid_Forest .rgCommandRow a
{
	color:#e7f1d7;
	text-decoration:none;
}

.RadGrid_Forest .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Forest .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Forest .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Forest .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Forest
{
	background:#3c4c30;
}

/*row drag n drop*/

.GridItemDropIndicator_Forest
{
    border-top:1px dashed #3c4c30;
}

/*tooltip*/

.GridToolTip_Forest
{
	border:1px solid #3c4c30;
	padding:3px;
	background:#d1deb6;
	color:#2b2c20;
}

/*rtl*/

.RadGridRTL_Forest .rgHeader,
.RadGridRTL_Forest .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Forest .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Forest .rgWrap
{
	float:right;
}

.RadGridRTL_Forest .rgInfoPart
{
	float:left;
}

.RadGridRTL_Forest .rgNumPart
{
	width:220px;
}

.RadGridRTL_Forest .rgNumPart a
{
	float:right;
}

