/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_W247
{
    border:0px solid #999;
    background:#fff;
    color:#000;
}

.RadGrid_W247,
.RadGrid_W247 .rgMasterTable,
.RadGrid_W247 .rgDetailTable,
.RadGrid_W247 .rgGroupPanel table,
.RadGrid_W247 .rgCommandRow table,
.RadGrid_W247 .rgEditForm table,
.RadGrid_W247 .rgPager table,
.GridToolTip_W247
{
    font:12px/16px arial,sans-serif;
}

.RadGrid_W247 .rgMasterTable,
.RadGrid_W247 .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_W247 .rgRow,
.RadGrid_W247 .rgAltRow,
.RadGrid_W247 .rgHeader,
.RadGrid_W247 .rgResizeCol,
.RadGrid_W247 .rgPager,
.RadGrid_W247 .rgGroupPanel,
.RadGrid_W247 .rgGroupHeader
{
	cursor:default;	
}

.RadGrid_W247 input[type="image"]
{
	cursor:pointer;
}

.RadGrid_W247 .rgRow td,
.RadGrid_W247 .rgAltRow td,
.RadGrid_W247 .rgEditRow td,
.RadGrid_W247 .rgFooter td,
.RadGrid_W247 .rgFilterRow td,
.RadGrid_W247 .rgHeader,
.RadGrid_W247 .rgResizeCol,
.RadGrid_W247 .rgGroupHeader td
{
	padding-left:0px;
	padding-right:0px;
	vertical-align: top;
		
}

.RadGrid_W247 .rgClipCells .rgHeader,
.RadGrid_W247 .rgClipCells .rgRow>td,
.RadGrid_W247 .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_W247 .rgHeader:first-child,
.RadGrid_W247 th.rgResizeCol:first-child,
.RadGrid_W247 .rgFilterRow>td:first-child,
.RadGrid_W247 .rgRow>td:first-child,
.RadGrid_W247 .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:0px;
}

.RadGrid_W247 .rgAdd,
.RadGrid_W247 .rgRefresh,
.RadGrid_W247 .rgEdit,
.RadGrid_W247 .rgDel,
.RadGrid_W247 .rgFilter,
.RadGrid_W247 .rgPagePrev,
.RadGrid_W247 .rgPageNext,
.RadGrid_W247 .rgPageFirst,
.RadGrid_W247 .rgPageLast,
.RadGrid_W247 .rgExpand,
.RadGrid_W247 .rgCollapse,
.RadGrid_W247 .rgSortAsc,
.RadGrid_W247 .rgSortDesc,
.RadGrid_W247 .rgUpdate,
.RadGrid_W247 .rgCancel,
.RadGrid_W247 .rgUngroup,
.RadGrid_W247 .rgExpXLS,
.RadGrid_W247 .rgExpDOC,
.RadGrid_W247 .rgExpPDF,
.RadGrid_W247 .rgExpCSV
{
	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_W247 .rgGroupItem input,
.RadGrid_W247 .rgCommandRow img,
.RadGrid_W247 .rgHeader input,
.RadGrid_W247 .rgFilterRow img,
.RadGrid_W247 .rgFilterRow input,
.RadGrid_W247 .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_W247 .rgHeaderDiv
{
	background:#e4e4e4;
}

.RadGrid_W247 .rgHeader,
.RadGrid_W247 th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #7c7c7c;
	border-left:1px solid #9e9e9e;
	padding-top:5px;
	padding-bottom:5px;
	background:#e4e4e4;
	text-align:left;
	font-weight:normal;
}

.RadGrid_W247 th.rgSorted
{
	background-color:#fffaeb;
}

.RadGrid_W247 .rgHeader,
.RadGrid_W247 .rgHeader a
{
    color:#000;
    text-decoration:none;
}

.RadGrid_W247 th.rgSorted,
.RadGrid_W247 th.rgSorted a
{
    color:#892500;
}

.RadGrid_W247 .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_W247 .rgRow td,
.RadGrid_W247 .rgAltRow td,
.RadGrid_W247 .rgEditRow td,
.RadGrid_W247 .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	border-left:1px solid;
	padding-top:4px;
	padding-bottom:3px;
	}

.RadGrid_W247 .rgRow td
{
	border-color:#fff #fff;
	padding-bottom:3px;
}

.RadGrid_W247 .rgAltRow
{
	background:#fff;
	
}

.RadGrid_W247 .rgAltRow td
{
	border-color:#fff #fff;
	background-color: #fff;
}

.RadGrid_W247 .rgRow .rgSorted
{
	border-bottom-color:#fffaeb;
	background-color:#fffaeb;
}


.RadGrid_W247 .rgAltRow .rgSorted
{
	border-bottom-color:#f1ecdd;
	background-color:#f1ecdd;
}

.RadGrid_W247 .rgSelectedRow .rgSorted,
.RadGrid_W247 .rgActiveRow .rgSorted,
.RadGrid_W247 .rgHoveredRow .rgSorted,
.RadGrid_W247 .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_W247 .rgRow a,
.RadGrid_W247 .rgAltRow a,
.RadGrid_W247 .rgEditRow a,
.RadGrid_W247 .rgFooter a,
.RadGrid_W247 .rgEditForm a
{
	color:#cc0000;
}

.RadGrid_W247 .rgSelectedRow
{
    background:#ffa517;
    color:#892500;
}
*+html .RadGrid_W247 .rgSelectedRow .rgSorted{background-color:#ffa517}
* html .RadGrid_W247 .rgSelectedRow .rgSorted{background-color:#ffa517}

.RadGrid_W247 .rgSelectedRow a
{
	color:#892500;
}

.RadGrid_W247 .rgActiveRow,
.RadGrid_W247 .rgHoveredRow
{
    background:#ffe79c 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#892500;
}
*+html .RadGrid_W247 .rgActiveRow .rgSorted,
*+html .RadGrid_W247 .rgHoveredRow .rgSorted{background-color:#ffe79c}
* html .RadGrid_W247 .rgActiveRow .rgSorted,
* html .RadGrid_W247 .rgHoveredRow .rgSorted{background-color:#ffe79c}

.RadGrid_W247 .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_W247 .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_W247 .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_W247 .rgSelectedRow td,
.RadGrid_W247 .rgSelectedRow td.rgSorted
{
	border-color:#ca4b0c #ffa517;
}

.RadGrid_W247 .rgActiveRow td,
.RadGrid_W247 .rgActiveRow td.rgSorted,
.RadGrid_W247 .rgHoveredRow td,
.RadGrid_W247 .rgHoveredRow td.rgSorted
{
	border-color:#c98400 #ffe79c;
}

.RadGrid_W247 .rgEditRow td,
.RadGrid_W247 .rgEditRow td.rgSorted
{
	border-color:#616161 #c3c3c3;
}

/*footer*/

.RadGrid_W247 .rgFooterDiv,
.RadGrid_W247 .rgFooter
{
	background:#e4e4e4;
}

.RadGrid_W247 .rgFooter td
{
	border-top:1px solid;
	border-color:#999 #c3c3c3;
}

/*status*/

.RadGrid_W247 .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#999 #999 #e4e4e4 #e4e4e4;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_W247 .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_W247 .rgPager
{
	background:#e4e4e4;
}

.RadGrid_W247 .rgPager td
{
	padding:0;
}

.RadGrid_W247 .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#999 #e4e4e4 #e4e4e4;
	border-right:0;
	padding: 5px 0 3px;
}

.RadGrid_W247 .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_W247 .rgArrPart1
{
	padding-right:0;
}

.RadGrid_W247 .rgArrPart2
{
	padding-left:0;
}

.RadGrid_W247 .rgInfoPart
{
	float:right;
	color:#777;
}

.RadGrid_W247 .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_W247 .rgArrPart1 img,
.RadGrid_W247 .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_W247 .rgPageFirst,
.RadGrid_W247 .rgPagePrev,
.RadGrid_W247 .rgPageNext,
.RadGrid_W247 .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_W247 .NextPrev .rgPageFirst,
.RadGrid_W247 .NextPrev .rgPagePrev,
.RadGrid_W247 .NextPrev .rgPageNext,
.RadGrid_W247 .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_W247 .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_W247 .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_W247 .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_W247 .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_W247 .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_W247 .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_W247 .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_W247 .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_W247 .rgPager .rgPagerButton
{
	height:22px;
	border:1px solid #7e7e7e;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#c6c6c6;
	color:#000;
	font:12px/12px arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_W247 .rgNumPart
{
	padding:0;
}

.RadGrid_W247 .NumericPages .rgNumPart
{
	padding:0 10px 0 10px;
}

.RadGrid_W247 .rgNumPart a
{
	float:left;
	line-height:20px;
	border:1px solid #fff;
	margin: 0px 5px 0px 5px;
	padding:0 10px 0 5px;
	color:#fff;
	text-decoration:underline;
}

.RadGrid_W247 .rgNumPart a:hover
{
    text-decoration: none;
	border-color:#cc0000;
	background:#cc0000;
	color:#fff;
}

.RadGrid_W247 .rgNumPart a:hover span
{
	cursor:pointer;
}

.RadGrid_W247 .rgNumPart a.rgCurrentPage,
.RadGrid_W247 .rgNumPart a.rgCurrentPage:hover
{
	border-color:#fff;
	background:#cc0000;
	color:#fff;
	cursor:default;
	text-decoration: none;
}

.RadGrid_W247 .rgNumPart a.rgCurrentPage span,
.RadGrid_W247 .rgNumPart a.rgCurrentPage:hover span
{
	cursor:default;
}

.RadGrid_W247 .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_W247 .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_W247 .rgPagerLabel,
.RadGrid_W247 .rgPager .RadComboBox,
.RadGrid_W247 .rgPager .RadInput_W247
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_W247 .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_W247 .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_W247 .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_W247 .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_W247 .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_W247,
.GridReorderBottom_W247
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_W247
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_W247 .rgFilterRow
{
	background:#e4e4e4;
}

.RadGrid_W247 .rgFilterRow td
{
    border-bottom:1px solid #999;
    border-left:1px solid #e4e4e4;
    padding-top:5px;
    padding-bottom:6px;
}

.RadGrid_W247 .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_W247 .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_W247 .rgFilterActive,
.RadGrid_W247 .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_W247 .rgFilterBox
{
	border:1px solid #616161;
	padding:2px 1px 3px;
	font:12px arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_W247 .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #7c7c7c;
	background:#c6c6c6;
}

.RadGrid_W247 .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_W247 .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_W247 .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_W247 .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_W247 .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_W247 .rgGroupItem
{
	border:1px solid #7e7e7e;
	padding:0 2px 1px 3px;
	background:#c6c6c6;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_W247 .rgMasterTable td.rgGroupCol,
.RadGrid_W247 .rgMasterTable td.rgExpandCol
{
	border-color:#c9c9c9;
	background:#c9c9c9 none;
}

.RadGrid_W247 .rgGroupHeader
{
    background:#c9c9c9;
    font-size:1.1em;
    line-height:22px;
	color:#000;
}

.RadGrid_W247 .rgGroupHeader td
{
	padding:0 7px 2px 8px;
}

.RadGrid_W247 .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_W247 .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_W247 .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_W247 .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_W247 .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_W247 .rgEditForm
{
	border-bottom:1px solid #999;
}

.RadGrid_W247 .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_W247 .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_W247 .rgDetailTable
{
	border:1px solid #999;
	border-right:0;
}

/*command row*/

.RadGrid_W247 .rgCommandRow
{
	background:#c6c6c6;
	color:#000;
}

.RadGrid_W247 .rgCommandCell
{
	border:0;
	border-bottom:1px solid #7e7e7e;
	padding:0;
}

.RadGrid_W247 tfoot .rgCommandCell
{
	border-top:1px solid #7e7e7e;
	border-bottom:0;
}

.RadGrid_W247 .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_W247 .rgCommandTable
{
	border:0;
}

.RadGrid_W247 .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_W247 .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_W247 .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_W247 .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_W247 .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_W247 .rgExpXLS,
.RadGrid_W247 .rgExpDOC,
.RadGrid_W247 .rgExpPDF,
.RadGrid_W247 .rgExpCSV
{
	background-image:url('Grid/export.gif');
}

.RadGrid_W247 .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_W247 .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_W247 .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_W247 .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_W247
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_W247
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_W247
{
	border:1px solid #c98400;
	padding:3px;
	background:#ffefbd;
	color:#333;
}

/*rtl*/

.RadGridRTL_W247 .rgHeader,
.RadGridRTL_W247 .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_W247 .rgHeader:first-child,
.RadGridRTL_W247 th.rgResizeCol:first-child,
.RadGridRTL_W247 .rgFilterRow>td:first-child,
.RadGridRTL_W247 .rgRow>td:first-child,
.RadGridRTL_W247 .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_W247 .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_W247 .rgWrap
{
	float:right;
}

.RadGridRTL_W247 .rgInfoPart
{
	float:left;
}

.RadGridRTL_W247 .rgNumPart
{
	width:220px;
}

.RadGridRTL_W247 .rgNumPart a
{
	float:right;
}

.RadGridRTL_W247 .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_W247 .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_W247 .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_W247 .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_W247 .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_W247 .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_W247 .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_W247 .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_W247 .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}


DIV.RadGrid_W247{}
DIV.RadGrid_W247 .rgCommandRow{}
DIV.RadGrid_W247 .rgCommandCell{}
DIV.RadGrid_W247 .rgHeader{}
DIV.RadGrid_W247 TH.rgResizeCol{}
DIV.RadGrid_W247 TH.rgSorted{}
DIV.RadGrid_W247 .rgHeader{}
DIV.RadGrid_W247 .rgHeader A{}
DIV.RadGrid_W247 TH.rgSorted{}
DIV.RadGrid_W247 TH.rgSorted A{}
DIV.RadGrid_W247 .rgFilterRow{}
DIV.RadGrid_W247 .rgFilterRow TD{}
DIV.RadGrid_W247 .rgRow TD{}
DIV.RadGrid_W247 .rgSelectedRow TD{}
DIV.RadGrid_W247 .rgActiveRow TD{}
DIV.RadGrid_W247 .rgHoveredRow TD{}
DIV.RadGrid_W247 .rgRow{}
DIV.RadGrid_W247 TR.rgSelectedRow{}
DIV.RadGrid_W247 TABLE .rgActiveRow{}
DIV.RadGrid_W247 TABLE TR.rgHoveredRow{}
DIV.RadGrid_W247 .rgAltRow TD{}
DIV.RadGrid_W247 .rgAltRow{}
DIV.RadGrid_W247 .rgFooter TD{COLOR: #fff; BACKGROUND-COLOR: #092d5f}
DIV.RadGrid_W247 .rgFooter{}
DIV.RadGrid_W247 .rgPager{COLOR: #fff; FONT-FAMILY: Arial; BACKGROUND-COLOR: #092d5f}
DIV.RadGrid_W247 .rgPager .rgPagerCell{BORDER-BOTTOM-COLOR: #e4e4e4; BORDER-TOP-COLOR: transparent; TEXT-INDENT: 5px; FONT-FAMILY: Arial; BACKGROUND-COLOR: #092d5f}
DIV.RadGrid_W247 .rgGroupHeader{}
DIV.RadGrid_W247 .rgGroupHeader TD{}
DIV.RadGrid_W247 .rgEditForm{}
DIV.RadGrid_W247 .rgDetailTable{}

