/*Telerik RadGrid Forest Skin*/

/*global*/

.RadGrid_ws
{
    border:1px solid #3b3425;
    background:#aba18c;
    color:#211e18;
}

.RadGrid_ws,
.RadGrid_ws .rgMasterTable,
.RadGrid_ws .rgDetailTable,
.RadGrid_ws .rgGroupPanel table,
.RadGrid_ws .rgCommandRow table,
.RadGrid_ws .rgEditForm table,
.RadGrid_ws .rgPager table,
.GridToolTip_ws
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_ws .rgMasterTable,
.RadGrid_ws .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_ws .rgRow,
.RadGrid_ws .rgAltRow,
.RadGrid_ws .rgHeader,
.RadGrid_ws .rgResizeCol,
.RadGrid_ws .rgPager,
.RadGrid_ws .rgGroupPanel,
.RadGrid_ws .rgGroupHeader
{
	cursor:default;
}

.RadGrid_ws input[type="image"]
{
	cursor:pointer;
}

.RadGrid_ws .rgRow td,
.RadGrid_ws .rgAltRow td,
.RadGrid_ws .rgEditRow td,
.RadGrid_ws .rgFooter td,
.RadGrid_ws .rgFilterRow td,
.RadGrid_ws .rgHeader,
.RadGrid_ws .rgResizeCol,
.RadGrid_ws .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_ws .rgClipCells .rgHeader,
.RadGrid_ws .rgClipCells .rgRow>td,
.RadGrid_ws .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_ws .rgAdd,
.RadGrid_ws .rgRefresh,
.RadGrid_ws .rgEdit,
.RadGrid_ws .rgDel,
.RadGrid_ws .rgFilter,
.RadGrid_ws .rgPagePrev,
.RadGrid_ws .rgPageNext,
.RadGrid_ws .rgPageFirst,
.RadGrid_ws .rgPageLast,
.RadGrid_ws .rgExpand,
.RadGrid_ws .rgCollapse,
.RadGrid_ws .rgSortAsc,
.RadGrid_ws .rgSortDesc,
.RadGrid_ws .rgUpdate,
.RadGrid_ws .rgCancel,
.RadGrid_ws .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_ws .rgGroupItem input,
.RadGrid_ws .rgCommandRow img,
.RadGrid_ws .rgHeader input,
.RadGrid_ws .rgFilterRow img,
.RadGrid_ws .rgFilterRow input,
.RadGrid_ws .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_ws .rgHeaderDiv
{
	background:#998862 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_ws .rgHeader,
.RadGrid_ws th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #4f3b11;
	padding-top:5px;
	padding-bottom:4px;
	background:#5c471a 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_ws th.rgSorted
{
	background-color:#292111;
	background-position:0 -2600px;
}

.RadGrid_ws .rgHeader,
.RadGrid_ws .rgHeader a
{
    color:#211e18;
    text-decoration:none;
}

.RadGrid_ws th.rgSorted,
.RadGrid_ws th.rgSorted a
{
	color:#bdb6a8;
}

.RadGrid_ws .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_ws .rgRow td,
.RadGrid_ws .rgAltRow td,
.RadGrid_ws .rgEditRow td,
.RadGrid_ws .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_ws .rgRow td
{
	border-color:#aba18c;
}

.RadGrid_ws .rgAltRow
{
	background:#a69a81;
}

.RadGrid_ws .rgAltRow td
{
	border-color:#a69a81;
}

.RadGrid_ws .rgRow .rgSorted
{
	border-bottom-color:#a39a86;
	background-color:#a39a86;
}

.RadGrid_ws .rgAltRow .rgSorted
{
	border-bottom-color:#9e937b;
	background-color:#9e937b;
}

.RadGrid_ws .rgSelectedRow .rgSorted,
.RadGrid_ws .rgActiveRow .rgSorted,
.RadGrid_ws .rgHoveredRow .rgSorted,
.RadGrid_ws .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_ws .rgRow a,
.RadGrid_ws .rgAltRow a,
.RadGrid_ws .rgEditRow a,
.RadGrid_ws .rgFooter a,
.RadGrid_ws .rgEditForm a
{
	color:#3b3425;
}

.RadGrid_ws .rgSelectedRow
{
    background:#916401 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#c7c7c7;
}
*+html .RadGrid_ws .rgSelectedRow .rgSorted{background-color:#916401}
* html .RadGrid_ws .rgSelectedRow .rgSorted{background-color:#916401}

.RadGrid_ws .rgSelectedRow a
{
	color:#c7c7c7;
}

.RadGrid_ws .rgActiveRow,
.RadGrid_ws .rgHoveredRow
{
    background:#a67307 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#5e4204;
}
*+html .RadGrid_ws .rgActiveRow .rgSorted,
*+html .RadGrid_ws .rgHoveredRow .rgSorted{background-color:#a67307}
* html .RadGrid_ws .rgActiveRow .rgSorted,
* html .RadGrid_ws .rgHoveredRow .rgSorted{background-color:#a67307}

.RadGrid_ws .rgActiveRow a,
.RadGrid_ws .rgHoveredRow a
{
	color:#5e4204;
}

.RadGrid_ws .rgEditRow
{
	background:#bdb6a8 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_ws .rgEditRow .rgSorted{background-color:#bdb6a8}
* html .RadGrid_ws .rgEditRow .rgSorted{background-color:#bdb6a8}

.RadGrid_ws .rgActiveRow td,
.RadGrid_ws .rgActiveRow td.rgSorted,
.RadGrid_ws .rgHoveredRow td,
.RadGrid_ws .rgHoveredRow td.rgSorted
{
	border-bottom-color:#6e4d08;
}

.RadGrid_ws .rgSelectedRow td,
.RadGrid_ws .rgSelectedRow td.rgSorted
{
	border-bottom-color:#593e03;
}

.RadGrid_ws .rgEditRow td,
.RadGrid_ws .rgEditRow td.rgSorted
{
	border-bottom-color:#695731;
}

/*footer*/

.RadGrid_ws .rgFooterDiv,
.RadGrid_ws .rgFooter
{
	background:#998862 0 -7500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_ws .rgFooter td
{
	border:0;
	border-top:1px solid #4f3b11;
}

/*status*/

.RadGrid_ws .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid;
	border-right:1px solid;
	border-color:#4f3b11;
	padding:3px 0 2px;
}

.RadGrid_ws .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Common/loading_small.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_ws .rgPager
{
	background:#998862 0 -7999px repeat-x url('Grid/sprite.gif');
}

.RadGrid_ws .rgPager td
{
	padding:0;
}

.RadGrid_ws .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #4f3b11;
	border-left:1px solid #9c8c6a;
	padding:5px 0 4px;
}

.RadGrid_ws .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_ws .rgArrPart1
{
	padding-right:0;
}

.RadGrid_ws .rgArrPart2
{
	padding-left:0;
}

.RadGrid_ws .rgInfoPart
{
	float:right;
	color:#3b3831;
}

.RadGrid_ws .rgInfoPart strong
{
	font-weight:normal;
	color:#211e18;
}

.RadGrid_ws .rgArrPart1 img,
.RadGrid_ws .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_ws .rgPageFirst,
.RadGrid_ws .rgPagePrev,
.RadGrid_ws .rgPageNext,
.RadGrid_ws .rgPageLast
{
	width:20px;
	height:22px;
	vertical-align:top;
}

.RadGrid_ws .NextPrev .rgPageFirst,
.RadGrid_ws .NextPrev .rgPagePrev,
.RadGrid_ws .NextPrev .rgPageNext,
.RadGrid_ws .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_ws .rgPageFirst
{
	margin-right:1px;
	background-position:0 -549px;
}
.RadGrid_ws .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_ws .rgPagePrev
{
	margin-right:1px;
	background-position:0 -699px;
}
.RadGrid_ws .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_ws .rgPageNext
{
	margin-left:1px;
	background-position:0 -849px;
}
.RadGrid_ws .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_ws .rgPageLast
{
	margin-left:1px;
	background-position:0 -999px;
}
.RadGrid_ws .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_ws .rgPagerButton
{
	height:22px;
	border:1px solid #3b3425;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#211c10 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#bdb6a8;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_ws .rgNumPart
{
	padding:0;
}

.RadGrid_ws .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_ws .rgNumPart a:hover,
.RadGrid_ws .rgNumPart a:hover span,
.RadGrid_ws .rgNumPart a.rgCurrentPage,
.RadGrid_ws .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_ws .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#211e18;
	text-decoration:none;
}

.RadGrid_ws .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_ws .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#5e4204;
}

.RadGrid_ws .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_ws .rgNumPart a.rgCurrentPage,
.RadGrid_ws .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#211e18;
	cursor:default;
}

.RadGrid_ws .rgNumPart a.rgCurrentPage span,
.RadGrid_ws .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_ws .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_ws .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_ws .rgPagerLabel,
.RadGrid_ws .rgPager .RadComboBox,
.RadGrid_ws .rgPager .RadInput_ws
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_ws .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_ws .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_ws .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_ws .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_ws .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_ws,
.GridReorderBottom_ws
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_ws
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_ws .rgFilterRow
{
	background:#998862 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_ws .rgFilterRow td
{
	border-top:1px solid #9c8c6a;
    border-bottom:1px solid #877651;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_ws .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_ws .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_ws .rgFilterActive,
.RadGrid_ws .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_ws .rgFilterBox
{
	border:1px solid #695731;
	padding:2px 1px 3px;
	background:#bdb6a8;
	font:12px "segoe ui",arial,sans-serif;
	color:#211e18;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_ws .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #3b3425;
	background:#998862 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_ws .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_ws .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_ws .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_ws .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_ws .rgUngroup
{
	background-position:0 -8500px;
}

.RadGrid_ws .rgGroupItem
{
	border:1px solid #3b3425;
	padding:0 2px 1px 3px;
	background:#211c10 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#bdb6a8;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_ws .rgMasterTable td.rgGroupCol,
.RadGrid_ws .rgMasterTable td.rgExpandCol
{
	border-color:#877651;
	background:#877651 none;
}

.RadGrid_ws .rgGroupHeader
{
    background:#877651;
    font-size:1.1em;
    line-height:21px;
	color:#211e18;
}

.RadGrid_ws .rgGroupHeader td
{
	border-top:1px solid #a6997c;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_ws .rgGroupHeader td.rgGroupCol
{
	border-top-color:#877651;
}

.RadGrid_ws .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_ws .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_ws .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_ws .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_ws .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_ws .rgEditForm
{
	border-bottom:1px solid #695731;
}

.RadGrid_ws .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_ws .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_ws .rgDetailTable
{
	border:1px solid #3b3425;
	border-right:0;
}

/*command row*/

.RadGrid_ws .rgCommandRow
{
	background:#2e2616 0 -2100px repeat-x url('Grid/sprite.gif');
	color:#bdb6a8;
}

.RadGrid_ws .rgCommandCell
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_ws tfoot .rgCommandCell
{
	border-top:1px solid #3b3425;
}

.RadGrid_ws thead .rgCommandCell
{
	border-bottom:1px solid #3b3425;
}

.RadGrid_ws .rgCommandTable,
.RadGrid_ws .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_ws .rgCommandRow a
{
	color:#bdb6a8;
	text-decoration:none;
}

.RadGrid_ws .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_ws .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_ws .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_ws .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_ws
{
	background:#3b3425;
}

/*row drag n drop*/

.GridItemDropIndicator_ws
{
    border-top:1px dashed #3b3425;
}

/*tooltip*/

.GridToolTip_ws
{
	border:1px solid #3b3425;
	padding:3px;
	background:#aba18c;
	color:#211e18;
}

/*rtl*/

.RadGridRTL_ws .rgHeader,
.RadGridRTL_ws .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_ws .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_ws .rgWrap
{
	float:right;
}

.RadGridRTL_ws .rgInfoPart
{
	float:left;
}

.RadGridRTL_ws .rgNumPart
{
	width:220px;
}

.RadGridRTL_ws .rgNumPart a
{
	float:right;
}

.RadGridRTL_ws .rgPageFirst
{
	background-position:0 -999px;
}
.RadGridRTL_ws .rgPageFirst:hover
{
	background-position:0 -1049px;
}
.RadGridRTL_ws .rgPagePrev
{
	background-position:0 -849px;
}
.RadGridRTL_ws .rgPagePrev:hover
{
	background-position:0 -899px;
}
.RadGridRTL_ws .rgPageNext
{
	background-position:0 -699px;
}
.RadGridRTL_ws .rgPageNext:hover
{
	background-position:0 -749px;
}
.RadGridRTL_ws .rgPageLast
{
	background-position:0 -549px;
}
.RadGridRTL_ws .rgPageLast:hover
{
	background-position:0 -599px;
}

.RadGridRTL_ws .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

