/*Telerik RadGrid Telerik Skin*/

/*global*/

.RadGrid_R1
{
    border:1px solid #828282;
    background:#fff;
    color:#000;
}

.RadGrid_R1,
.RadGrid_R1 .rgMasterTable,
.RadGrid_R1 .rgDetailTable,
.RadGrid_R1 .rgGroupPanel table,
.RadGrid_R1 .rgCommandRow table,
.RadGrid_R1 .rgEditForm table,
.RadGrid_R1 .rgPager table,
.GridToolTip_R1
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_R1 .rgMasterTable,
.RadGrid_R1 .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_R1 .rgRow,
.RadGrid_R1 .rgAltRow,
.RadGrid_R1 .rgHeader,
.RadGrid_R1 .rgResizeCol,
.RadGrid_R1 .rgPager,
.RadGrid_R1 .rgGroupPanel,
.RadGrid_R1 .rgGroupHeader
{
	cursor:default;
}

.RadGrid_R1 input[type="image"]
{
	cursor:pointer;
}

.RadGrid_R1 .rgRow td,
.RadGrid_R1 .rgAltRow td,
.RadGrid_R1 .rgEditRow td,
.RadGrid_R1 .rgFooter td,
.RadGrid_R1 .rgFilterRow td,
.RadGrid_R1 .rgHeader,
.RadGrid_R1 .rgResizeCol,
.RadGrid_R1 .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_R1 .rgClipCells .rgHeader,
.RadGrid_R1 .rgClipCells .rgRow>td,
.RadGrid_R1 .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_R1 .rgAdd,
.RadGrid_R1 .rgRefresh,
.RadGrid_R1 .rgEdit,
.RadGrid_R1 .rgDel,
.RadGrid_R1 .rgFilter,
.RadGrid_R1 .rgPagePrev,
.RadGrid_R1 .rgPageNext,
.RadGrid_R1 .rgPageFirst,
.RadGrid_R1 .rgPageLast,
.RadGrid_R1 .rgExpand,
.RadGrid_R1 .rgCollapse,
.RadGrid_R1 .rgSortAsc,
.RadGrid_R1 .rgSortDesc,
.RadGrid_R1 .rgUpdate,
.RadGrid_R1 .rgCancel,
.RadGrid_R1 .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_R1 .rgGroupItem input,
.RadGrid_R1 .rgCommandRow img,
.RadGrid_R1 .rgHeader input,
.RadGrid_R1 .rgFilterRow img,
.RadGrid_R1 .rgFilterRow input,
.RadGrid_R1 .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_R1 .rgHeaderDiv
{
	background:#eee 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_R1 .rgHeader,
.RadGrid_R1 th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #828282;
	padding-top:5px;
	padding-bottom:4px;
	background:#f3f3f3 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_R1 th.rgSorted
{
	background-color:#a6e193;
	background-position:0 -2600px;
}

.RadGrid_R1 .rgHeader,
.RadGrid_R1 .rgHeader a
{
    color:#333;
    text-decoration:none;
}

.RadGrid_R1 .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_R1 .rgRow td,
.RadGrid_R1 .rgAltRow td,
.RadGrid_R1 .rgEditRow td,
.RadGrid_R1 .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_R1 .rgRow td
{
	border-color:#fff;
}

.RadGrid_R1 .rgAltRow
{
	background:#f2f2f2;
}

.RadGrid_R1 .rgAltRow td
{
	border-color:#f2f2f2;
}

.RadGrid_R1 .rgRow .rgSorted,
.RadGrid_R1 .rgAltRow .rgSorted
{
	border-color:#d7f8cc;
	background-color:#d7f8cc;
}

.RadGrid_R1 .rgSelectedRow .rgSorted,
.RadGrid_R1 .rgActiveRow .rgSorted,
.RadGrid_R1 .rgHoveredRow .rgSorted,
.RadGrid_R1 .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_R1 .rgRow a,
.RadGrid_R1 .rgAltRow a,
.RadGrid_R1 .rgEditRow a,
.RadGrid_R1 .rgFooter a,
.RadGrid_R1 .rgEditForm a
{
	color:#155800;
}

.RadGrid_R1 .rgSelectedRow
{
    background:#63ac38 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_R1 .rgSelectedRow .rgSorted{background-color:#63ac38}
* html .RadGrid_R1 .rgSelectedRow .rgSorted{background-color:#63ac38}

.RadGrid_R1 .rgActiveRow,
.RadGrid_R1 .rgHoveredRow
{
    background:#a2ea8b 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_R1 .rgActiveRow .rgSorted,
*+html .RadGrid_R1 .rgHoveredRow .rgSorted{background-color:#a2ea8b}
* html .RadGrid_R1 .rgActiveRow .rgSorted,
* html .RadGrid_R1 .rgHoveredRow .rgSorted{background-color:#a2ea8b}

.RadGrid_R1 .rgEditRow
{
    /*	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');*/ /*	background:#b9f0a7 0 -4900px repeat-x url('Grid/sprite.gif');*/
    background-position: 0 -4900px;
    background: #A4ECA9 url('Grid/sprite.gif') repeat-x 0 -4900px;
}
*+html .RadGrid_R1 .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_R1 .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_R1 .rgActiveRow td,
.RadGrid_R1 .rgActiveRow td.rgSorted,
.RadGrid_R1 .rgHoveredRow td,
.RadGrid_R1 .rgHoveredRow td.rgSorted
{
	border-bottom-color:#28a800;
}

.RadGrid_R1 .rgSelectedRow td,
.RadGrid_R1 .rgSelectedRow td.rgSorted
{
	border-bottom-color:#155800;
}

.RadGrid_R1 .rgEditRow td,
.RadGrid_R1 .rgEditRow td.rgSorted
{
	border-bottom-color:#333;
}

/*footer*/

.RadGrid_R1 .rgFooterDiv,
.RadGrid_R1 .rgFooter
{
	background:#eee;
}

.RadGrid_R1 .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_R1 .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #c9c9c9;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_R1 .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_R1 .rgPager
{
	background:#eee;
}

.RadGrid_R1 .rgPagerCell
{
	border:1px solid;
	border-color:#828282 #eee #eee;
	border-right:0;
	padding:5px 0 4px;
}

.RadGrid_R1 .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_R1 .rgArrPart1
{
	padding-right:0;
}

.RadGrid_R1 .rgArrPart2
{
	padding-left:0;
}

.RadGrid_R1 .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_R1 .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_R1 .rgArrPart1 img,
.RadGrid_R1 .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_R1 .rgPageFirst,
.RadGrid_R1 .rgPagePrev,
.RadGrid_R1 .rgPageNext,
.RadGrid_R1 .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_R1 .NextPrev .rgPageFirst,
.RadGrid_R1 .NextPrev .rgPagePrev,
.RadGrid_R1 .NextPrev .rgPageNext,
.RadGrid_R1 .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_R1 .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_R1 .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_R1 .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_R1 .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_R1 .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_R1 .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_R1 .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_R1 .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_R1 .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#eee repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_R1 .rgNumPart
{
	padding:0;
}

.RadGrid_R1 .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_R1 .rgNumPart a:hover,
.RadGrid_R1 .rgNumPart a:hover span,
.RadGrid_R1 .rgNumPart a.rgCurrentPage,
.RadGrid_R1 .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_R1 .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_R1 .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_R1 .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_R1 .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_R1 .rgNumPart a.rgCurrentPage,
.RadGrid_R1 .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_R1 .rgNumPart a.rgCurrentPage span,
.RadGrid_R1 .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_R1 .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_R1 .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_R1 .rgPagerLabel,
.RadGrid_R1 .rgPager .RadComboBox,
.RadGrid_R1 .rgPager .RadInput_R1
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_R1 .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_R1 .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_R1 .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_R1 .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_R1 .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_R1,
.GridReorderBottom_R1
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_R1
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_R1 .rgFilterRow
{
	background:#eee;
}

.RadGrid_R1 .rgFilterRow td
{
    border-bottom:1px solid #828282;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_R1 .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_R1 .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_R1 .rgFilterActive,
.RadGrid_R1 .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_R1 .rgFilterBox
{
	border:1px solid;
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_R1 .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_R1 .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_R1 .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_R1 .rgGroupPanel .rgSortAsc
{
	background-position:4px -143px;
}

.RadGrid_R1 .rgGroupPanel .rgSortDesc
{
	background-position:4px -93px;
}

.RadGrid_R1 .rgUngroup
{
	background-position:0 -7498px;
}

.RadGrid_R1 .rgGroupItem
{
	border:1px solid;
	border-color:#d0d0d0 #bdbdbd #8a8a8a;
	padding:0 2px 1px 3px;
	background:#e8e8e8 0 -6500px repeat-x url('Grid/sprite.gif');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_R1 .rgMasterTable td.rgGroupCol,
.RadGrid_R1 .rgMasterTable td.rgExpandCol
{
	border-color:#d2f8c5;
	background:#d2f8c5 none;
}

.RadGrid_R1 .rgGroupHeader,
.RadGrid_R1 .rgGroupHeader td.rgGroupCol
{
    background:#d2f8c5 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_R1 .rgGroupHeader
{
	font-size:1.1em;
	line-height:21px;
}

.RadGrid_R1 .rgGroupHeader td
{
	border-bottom:1px solid #98ec7d;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_R1 .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_R1 .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_R1 .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_R1 .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_R1 .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_R1 .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_R1 .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_R1 .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_R1 .rgDetailTable
{
	border:1px solid #828282;
	border-right:0;
}

/*command row*/

.RadGrid_R1 .rgCommandRow
{
	background:#b5b5b5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_R1 .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_R1 thead .rgCommandCell
{
	border-bottom:1px solid #8b8b8b;
}

.RadGrid_R1 tfoot .rgCommandCell
{
	border-top:1px solid #a1a1a1;
}

.RadGrid_R1 .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_R1 .rgCommandTable
{
	border:1px solid;
	border-color:#f5f5f5 #e4e4e4 #d5d5d5;
}

.RadGrid_R1 .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_R1 .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_R1 .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_R1 .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_R1 .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_R1
{
	background:#155800;
}

/*row drag n drop*/

.GridItemDropIndicator_R1
{
    border-top:1px dashed #155800;
}

/*tooltip*/

.GridToolTip_R1
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#000;
}

/*rtl*/

.RadGridRTL_R1 .rgHeader,
.RadGridRTL_R1 .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_R1 .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_R1 .rgWrap
{
	float:right;
}

.RadGridRTL_R1 .rgInfoPart
{
	float:left;
}

.RadGridRTL_R1 .rgNumPart
{
	width:220px;
}

.RadGridRTL_R1 .rgNumPart a
{
	float:right;
}

.RadGridRTL_R1 .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}












DIV.RadGrid_R1{}
DIV.RadGrid_R1 .rgCommandRow{}
DIV.RadGrid_R1 .rgCommandCell{}
DIV.RadGrid_R1 .rgHeader{}
DIV.RadGrid_R1 TH.rgResizeCol{BORDER-BOTTOM-COLOR: #828282; BORDER-TOP-COLOR: #00a1d6; BACKGROUND-COLOR: #3f7156}
DIV.RadGrid_R1 TH.rgSorted{}
DIV.RadGrid_R1 .rgHeader{BORDER-BOTTOM-COLOR: #828282; COLOR: #ffffff; BORDER-TOP-COLOR: #00a1d6; BACKGROUND-COLOR: #3f7156}
DIV.RadGrid_R1 .rgHeader A{COLOR: #ffffff}
DIV.RadGrid_R1 TH.rgSorted{}
DIV.RadGrid_R1 TH.rgSorted A{}
DIV.RadGrid_R1 .rgFilterRow{}
DIV.RadGrid_R1 .rgFilterRow TD{}
DIV.RadGrid_R1 .rgRow TD{}
DIV.RadGrid_R1 .rgSelectedRow TD{}
DIV.RadGrid_R1 .rgActiveRow TD{}
DIV.RadGrid_R1 .rgHoveredRow TD{}
DIV.RadGrid_R1 .rgRow{}
DIV.RadGrid_R1 TR.rgSelectedRow{}
DIV.RadGrid_R1 TABLE .rgActiveRow{}
DIV.RadGrid_R1 TABLE TR.rgHoveredRow{}
DIV.RadGrid_R1 .rgAltRow TD{BORDER-BOTTOM-COLOR: #d2f8c5}
DIV.RadGrid_R1 .rgAltRow{BACKGROUND-COLOR: #fcfdda}
DIV.RadGrid_R1 .rgFooter TD{}
DIV.RadGrid_R1 .rgFooter{}
DIV.RadGrid_R1 .rgPager{}
DIV.RadGrid_R1 .rgPager .rgPagerCell{}
DIV.RadGrid_R1 .rgGroupHeader{}
DIV.RadGrid_R1 .rgGroupHeader TD{}
DIV.RadGrid_R1 .rgEditForm{}
DIV.RadGrid_R1 .rgDetailTable{}


div.RadGrid_R1 {  }
div.RadGrid_R1 .rgCommandRow {  }
div.RadGrid_R1 .rgCommandCell {  }
div.RadGrid_R1 .rgHeader {  }
div.RadGrid_R1 th.rgResizeCol {  }
div.RadGrid_R1 th.rgSorted {  }
div.RadGrid_R1 .rgHeader { color: rgb(0, 0, 0); }
div.RadGrid_R1 .rgHeader a { color: rgb(0, 0, 0); }
div.RadGrid_R1 th.rgSorted {  }
div.RadGrid_R1 th.rgSorted a {  }
div.RadGrid_R1 .rgFilterRow {  }
div.RadGrid_R1 .rgFilterRow td {  }
div.RadGrid_R1 .rgRow td {  }
div.RadGrid_R1 .rgSelectedRow td {  }
div.RadGrid_R1 .rgActiveRow td {  }
div.RadGrid_R1 .rgHoveredRow td {  }
div.RadGrid_R1 .rgRow {  }
div.RadGrid_R1 tr.rgSelectedRow {  }
div.RadGrid_R1 table .rgActiveRow {  }
div.RadGrid_R1 table tr.rgHoveredRow {  }
div.RadGrid_R1 .rgAltRow td {  }
div.RadGrid_R1 .rgAltRow { background-color: rgb(238, 255, 232); }
div.RadGrid_R1 .rgFooter td {  }
div.RadGrid_R1 .rgFooter {  }
div.RadGrid_R1 .rgPager {  }
div.RadGrid_R1 .rgPager .rgPagerCell {  }
div.RadGrid_R1 .rgGroupHeader {  }
div.RadGrid_R1 .rgGroupHeader td {  }
div.RadGrid_R1 .rgEditForm {  }
div.RadGrid_R1 .rgDetailTable {  }