/*Telerik RadGrid Hay Skin*/

/*global*/

.RadGrid_Hay {
    border: 1px solid #959485;
    background:#fff;
    color:#272722;
    }

.RadGrid_Hay a:hover {
	text-decoration: none;
	}
   
.RadGrid_Hay a.IconUp {
	background: url(Images/Grid.Hay/IconUp.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	}

.RadGrid_Hay a.IconDown {
	background: url(Images/Grid.Hay/IconDown.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	}

.RadGrid_Hay a.IconDelete {
	background: url(Images/Grid.Hay/Delete.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	}

.RadGrid_Hay .IconEdit {
	background: url(Images/Grid.Hay/Edit.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	}

.RadGrid_Hay .IconSpacer {
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	}

.RadGrid_Hay .Parent {
	background: url(Images/Grid.Hay/SinglePlus.gif) no-repeat left center;
	padding-left: 20px;
	}

.RadGrid_Hay .First,
.RadGrid_Hay .Item,
.RadGrid_Hay .Last {
	background: url(Images/Grid.Hay/SinglePlus.gif) no-repeat 20px center;
	padding-left: 40px;
	}

.RadGrid_Hay td.Hidden {
	
	}

.RadGrid_Hay,
.RadGrid_Hay .rgMasterTable,
.RadGrid_Hay .rgDetailTable,
.RadGrid_Hay .rgGroupPanel table,
.RadGrid_Hay .rgCommandRow table,
.RadGrid_Hay .rgEditForm table,
.GridToolTip_Hay {
    font:12px/16px "segoe ui",arial,sans-serif;
    }

.RadGrid_Hay .rgMasterTable,
.RadGrid_Hay .rgDetailTable {
    border-collapse:separate;
    }

.RadGrid_Hay .rgRow,
.RadGrid_Hay .rgAltRow,
.RadGrid_Hay .rgHeader,
.RadGrid_Hay .rgResizeCol,
.RadGrid_Hay .rgPager,
.RadGrid_Hay .rgGroupPanel,
.RadGrid_Hay .rgGroupHeader {
	cursor:default;
	}

.RadGrid_Hay .rgRow td,
.RadGrid_Hay .rgAltRow td,
.RadGrid_Hay .rgEditRow td,
.RadGrid_Hay .rgFooter td,
.RadGrid_Hay .rgFilterRow td,
.RadGrid_Hay .rgHeader,
.RadGrid_Hay .rgResizeCol,
.RadGrid_Hay .rgGroupHeader td {
	padding-left:7px;
	padding-right:7px;
	}

.RadGrid_Hay .rgHeader:first-child,
.RadGrid_Hay th.rgResizeCol:first-child,
.RadGrid_Hay .rgFilterRow>td:first-child,
.RadGrid_Hay .rgRow>td:first-child,
.RadGrid_Hay .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Hay .rgAdd,
.RadGrid_Hay .rgRefresh,
.RadGrid_Hay .rgEdit,
.RadGrid_Hay .rgDel,
.RadGrid_Hay .rgFilter,
.RadGrid_Hay .rgPagePrev,
.RadGrid_Hay .rgPageNext,
.RadGrid_Hay .rgPageFirst,
.RadGrid_Hay .rgPageLast,
.RadGrid_Hay .rgExpand,
.RadGrid_Hay .rgCollapse,
.RadGrid_Hay .rgSortAsc,
.RadGrid_Hay .rgSortDesc,
.RadGrid_Hay .rgUpdate,
.RadGrid_Hay .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Images/Grid.Hay/Sprites.png');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Hay .rgGroupItem input,
.RadGrid_Hay .rgCommandRow img,
.RadGrid_Hay .rgHeader input,
.RadGrid_Hay .rgFilterRow img,
.RadGrid_Hay .rgFilterRow input,
.RadGrid_Hay .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Hay .rgHeaderDiv {
	background:#dee0c8 0 -5900px repeat-x url('Images/Grid.Hay/Sprites.png');
	}

.rgTwoLines .rgHeaderDiv {
	background-position:0 -6200px;
	}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Hay .rgHeader,
.RadGrid_Hay th.rgResizeCol
{
	border: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-color:#7ed131 #72c530 #27710a #358709;
	border-top:0;
	padding-top:4px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #4eb106 url('Images/Grid.Hay/Sprites.png');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Hay th.rgSorted
{
	border-color:#8ed73f #72c530 #43851d #358709;
	background-color:#4eb106;
	background-position:0 -2600px;
}

.RadGrid_Hay .rgHeader,
.RadGrid_Hay .rgHeader a
{
    color:#fff;
    text-decoration:none;
}

/*rows*/

.RadGrid_Hay .rgRow td,
.RadGrid_Hay .rgAltRow td,
.RadGrid_Hay .rgEditRow td,
.RadGrid_Hay .rgFooter td
{
	border: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-top:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Hay .rgRow td
{
	border-color:#fff #fff #fff #bbb99d;
}

.RadGrid_Hay .rgRow td.Hidden {
	border-left-width: 0px;
	}

.RadGrid_Hay .rgAltRow
{
	background:#ececd8;
}

.RadGrid_Hay .rgAltRow td
{
	border-color:#ececd8 #ececd8 #ececd8 #bbb99d;
}

.RadGrid_Hay .rgRow .rgSorted
{
	border-bottom-color:#f6f6e8;
	background-color:#f6f6e8;
}

.RadGrid_Hay .rgSelectedRow .rgSorted,
.RadGrid_Hay .rgActiveRow .rgSorted,
.RadGrid_Hay .rgHoveredRow .rgSorted,
.RadGrid_Hay .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Hay .rgRow a,
.RadGrid_Hay .rgAltRow a,
.RadGrid_Hay .rgEditRow a,
.RadGrid_Hay .rgFooter a,
.RadGrid_Hay .rgEditForm a
{
	color:#185d00;
}

.RadGrid_Hay .rgSelectedRow
{
    background:#9dd672 0 -3900px repeat-x url('Images/Grid.Hay/Sprites.png');
}
*+html .RadGrid_Hay .rgSelectedRow .rgSorted{background-color:#9dd672}
* html .RadGrid_Hay .rgSelectedRow .rgSorted{background-color:#9dd672}

.RadGrid_Hay .rgActiveRow,
.RadGrid_Hay .rgHoveredRow
{
    background:#d6faba 0 -2900px repeat-x url('Images/Grid.Hay/Sprites.png');
}
*+html .RadGrid_Hay .rgActiveRow .rgSorted,
*+html .RadGrid_Hay .rgHoveredRow .rgSorted{background-color:#d6faba}
* html .RadGrid_Hay .rgActiveRow .rgSorted,
* html .RadGrid_Hay .rgHoveredRow .rgSorted{background-color:#d6faba}

.RadGrid_Hay .rgEditRow
{
	background:#dee0c8;
}
*+html .RadGrid_Hay .rgEditRow .rgSorted{background-color:#dee0c8}
* html .RadGrid_Hay .rgEditRow .rgSorted{background-color:#dee0c8}

.RadGrid_Hay .rgSelectedRow td,
.RadGrid_Hay .rgActiveRow td,
.RadGrid_Hay .rgHoveredRow td,
.RadGrid_Hay .rgEditRow td
{
	border-left:0;
	border-right:0;

}

.RadGrid_Hay .rgSelectedRow td,
.RadGrid_Hay .rgSelectedRow td.rgSorted
{
	border-bottom-color:#459e1d;
}

.RadGrid_Hay .rgActiveRow td,
.RadGrid_Hay .rgHoveredRow td,
.RadGrid_Hay .rgActiveRow td.rgSorted,
.RadGrid_Hay .rgHoveredRow td.rgSorted
{
	border-bottom-color:#82c23e;
}

.RadGrid_Hay .rgEditRow td,
.RadGrid_Hay .rgEditRow td.rgSorted
{
	border-color:#fff #fff #dee0c8 #fff;
}

/*footer*/

.RadGrid_Hay .rgFooterDiv,
.RadGrid_Hay .rgFooter
{
	background:#dee0c8;
}

.RadGrid_Hay .rgFooter td
{
	border-top-width:1px;
	border-color:#bbb99d #dee0c8 #fff #dee0c8;
}

/*status*/

.RadGrid_Hay .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#bbb99d #bbb99d #fff #bbb99d;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_Hay .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Images/Grid.Hay/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Hay .rgPager
{
	background:#dee0c8;
}

.RadGrid_Hay .rgPager td
{
	padding:0;
}

.RadGrid_Hay .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#bbb99d #fff #fff;
	border-right:0;
	padding:3px 0 2px;
}

.RadGrid_Hay .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Hay .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Hay .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Hay .rgInfoPart
{
	float:right;
	color:#646559;
}

.RadGrid_Hay .rgInfoPart strong
{
	font-weight:normal;
	color:#272722;
}

.RadGrid_Hay .rgWrap a img
{
	margin:3px 8px 0;
}

.RadGrid_Hay .rgPageFirst,
.RadGrid_Hay .rgPagePrev,
.RadGrid_Hay .rgPageNext,
.RadGrid_Hay .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_Hay .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_Hay .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_Hay .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_Hay .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_Hay .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_Hay .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_Hay .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_Hay .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_Hay .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#5eba3b #45a520 #31950b;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#c2e5a6 repeat-x 0 -1550px url('Images/Grid.Hay/Sprites.png');
	color:#045100;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Hay .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Hay .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_Hay .rgNumPart a:hover,
.RadGrid_Hay .rgNumPart a:hover span,
.RadGrid_Hay .rgNumPart a.rgCurrentPage,
.RadGrid_Hay .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Images/Grid.Hay/Sprites.png');
}

.RadGrid_Hay .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#272722;
	text-decoration:none;
}

.RadGrid_Hay .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Hay .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#279500;
}

.RadGrid_Hay .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Hay .rgNumPart a.rgCurrentPage,
.RadGrid_Hay .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#045100;
	cursor:default;
}

.RadGrid_Hay .rgNumPart a.rgCurrentPage span,
.RadGrid_Hay .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Hay .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Hay .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Hay .rgPager .rgPagerLabel,
.RadGrid_Hay .rgPager .RadComboBox,
.RadGrid_Hay .rgPager .RadInput_Hay
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Hay .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Hay .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Hay .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_Hay .rgPagerTextBox {
	text-align: center;
	padding: 0px 6px 0px 6px;
	}

/*sorting, reordering*/

.RadGrid_Hay .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_Hay .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.GridReorderTop_Hay,
.GridReorderBottom_Hay
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Images/Grid.Hay/Sprites.png');
}

.GridReorderBottom_Hay
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Hay .rgFilterRow
{
	background:#dee0c8;
}

.RadGrid_Hay .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#dee0c8 #dee0c8 #89876b;
}

.RadGrid_Hay .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Hay .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Hay .rgFilterActive,
.RadGrid_Hay .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Hay .rgFilterBox
{
	border:1px solid #898772;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#272722;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Hay .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #504f41;
	background:#676657 0 -1900px repeat-x url('Images/Grid.Hay/Sprites.png');
	color:#e0e2cb;
}

.RadGrid_Hay .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_Hay .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Hay .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Hay .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Hay .rgGroupItem
{
	border:1px solid;
	border-color:#fcfcf9 #fcfcf9 #f7f7f2;
	padding:0 2px 1px 3px;
	background:#e0e2cb 0 -6500px repeat-x url('Images/Grid.Hay/Sprites.png');
	color:#272722;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Hay .rgGroupHeader
{
    background:#a5a389;
    font-size:1.1em;
    line-height:21px;
	color:#fff;
}

.RadGrid_Hay .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Hay td.rgGroupCol,
.RadGrid_Hay td.rgExpandCol
{
	background:#a5a389 none;
	border-color:#a5a389;
}

.RadGrid_Hay .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Hay .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Hay .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Hay .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Hay .rgGroupHeader td div div div
{
	top:0;
	padding:0;
}

/*editing*/

.RadGrid_Hay .rgEditForm
{
	border-bottom:1px solid #bbb99d;
	background:#ececd8;
}

.RadGrid_Hay .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Hay .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Hay .rgDetailTable
{
	border:1px solid #bbb99d;
	border-right:0;
}

/*command row*/

.RadGrid_Hay .rgCommandRow {
	background:#72725f 0 -2099px repeat-x url('Images/Grid.Hay/Sprites.png');
	color:#fff;
	}

.RadGrid_Hay .rgCommandRow td {
	border:0;
	padding:0;
	}

.RadGrid_Hay thead .rgCommandRow td {
	border-bottom:1px solid #1b1b12;
	}

.RadGrid_Hay tfoot .rgCommandRow td {
	border-top: 0px solid #575646;
	}

.RadGrid_Hay .rgCommandRow td td {
	border:0;
	padding:3px 7px 4px;
	}

.RadGrid_Hay .rgCommandRow td td td {
	padding:1px;
	}

.RadGrid_Hay .rgCommandRow table {
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #b5b5a8 #a0a091 #929283;
	}

.RadGrid_Hay .rgCommandRow table table
{
	border:0;
}

.RadGrid_Hay .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Hay .rgAdd {
	margin-right:3px;
	padding: 3px 0px 0px 20px;
	background-position:0 -1650px;
	}

.RadGrid_Hay .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Hay .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Hay .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Hay
{
	background:#27710a;
}

/*row drag n drop*/

.GridItemDropIndicator_Hay
{
    border-top:1px dashed #27710a;
}

/*tooltip*/

.GridToolTip_Hay
{
	border:1px solid #bbb99d;
	padding:3px;
	background:#e0e2cb;
	color:#272722;
}

/*rtl*/

.RadGridRTL_Hay .rgHeader,
.RadGridRTL_Hay .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Hay .rgHeader:first-child,
.RadGridRTL_Hay th.rgResizeCol:first-child,
.RadGridRTL_Hay .rgFilterRow>td:first-child,
.RadGridRTL_Hay .rgRow>td:first-child,
.RadGridRTL_Hay .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Hay .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Hay .rgWrap
{
	float:right;
}

.RadGridRTL_Hay .rgInfoPart
{
	float:left;
}

.RadGridRTL_Hay .rgNumPart
{
	width:220px;
}

.RadGridRTL_Hay .rgNumPart a
{
	float:right;
}