/*Telerik RadGrid Sunset Skin*/

/*global*/

.RadGrid_sbw
{
    border:1px solid #bababa;
    background:#ffffff;
    color:#262626;
}

.RadGrid_sbw,
.RadGrid_sbw .rgMasterTable,
.RadGrid_sbw .rgDetailTable,
.RadGrid_sbw .rgGroupPanel table,
.RadGrid_sbw .rgCommandRow table,
.RadGrid_sbw .rgEditForm table,
.RadGrid_sbw .rgPager table,
.GridToolTip_sbw
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_sbw .rgMasterTable,
.RadGrid_sbw .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_sbw .rgRow,
.RadGrid_sbw .rgAltRow,
.RadGrid_sbw .rgHeader,
.RadGrid_sbw .rgResizeCol,
.RadGrid_sbw .rgPager,
.RadGrid_sbw .rgGroupPanel,
.RadGrid_sbw .rgGroupHeader
{
	cursor:default;
}

.RadGrid_sbw input[type="image"]
{
	cursor:pointer;
}

.RadGrid_sbw .rgRow td,
.RadGrid_sbw .rgAltRow td,
.RadGrid_sbw .rgEditRow td,
.RadGrid_sbw .rgFooter td,
.RadGrid_sbw .rgFilterRow td,
.RadGrid_sbw .rgHeader,
.RadGrid_sbw .rgResizeCol,
.RadGrid_sbw .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_sbw .rgClipCells .rgHeader,
.RadGrid_sbw .rgClipCells .rgRow>td,
.RadGrid_sbw .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_sbw .rgHeader:first-child,
.RadGrid_sbw th.rgResizeCol:first-child,
.RadGrid_sbw .rgFilterRow>td:first-child,
.RadGrid_sbw .rgRow>td:first-child,
.RadGrid_sbw .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_sbw .rgAdd,
.RadGrid_sbw .rgRefresh,
.RadGrid_sbw .rgEdit,
.RadGrid_sbw .rgDel,
.RadGrid_sbw .rgFilter,
.RadGrid_sbw .rgPagePrev,
.RadGrid_sbw .rgPageNext,
.RadGrid_sbw .rgPageFirst,
.RadGrid_sbw .rgPageLast,
.RadGrid_sbw .rgExpand,
.RadGrid_sbw .rgCollapse,
.RadGrid_sbw .rgSortAsc,
.RadGrid_sbw .rgSortDesc,
.RadGrid_sbw .rgUpdate,
.RadGrid_sbw .rgCancel,
.RadGrid_sbw .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_sbw .rgGroupItem input,
.RadGrid_sbw .rgCommandRow img,
.RadGrid_sbw .rgHeader input,
.RadGrid_sbw .rgFilterRow img,
.RadGrid_sbw .rgFilterRow input,
.RadGrid_sbw .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_sbw .rgHeaderDiv
{
	background:#e0e0e0 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_sbw .rgHeader,
.RadGrid_sbw th.rgResizeCol
{
	border:1px solid;
	border-color:#e8e8e8 #cccccc #707070 #878787;
	border-top:0;
	padding-top:4px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #bababa url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_sbw th.rgSorted
{
	border-color:#ededed #cccccc #858585 #8c8c8c;
	background-color:#c2c2c2;
	background-position:0 -2600px;
}

.RadGrid_sbw .rgHeader,
.RadGrid_sbw .rgHeader a
{
    color:#ffffff;
    text-decoration:none;
}

.RadGrid_sbw .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_sbw .rgRow td,
.RadGrid_sbw .rgAltRow td,
.RadGrid_sbw .rgEditRow td,
.RadGrid_sbw .rgFooter td
{
	border:1px solid;
	border-top:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_sbw .rgRow td
{
	border-color:#ffffff #ffffff #ffffff #c9c9c9;
}

.RadGrid_sbw .rgAltRow
{
	background:#f2f2f2;
}

.RadGrid_sbw .rgAltRow td
{
	border-color:#f2f2f2 #f2f2f2 #f2f2f2 #c9c9c9;
}

.RadGrid_sbw .rgRow .rgSorted
{
	border-bottom-color:#f5f5f5;
	background-color:#f5f5f5;
}

.RadGrid_sbw .rgSelectedRow .rgSorted,
.RadGrid_sbw .rgActiveRow .rgSorted,
.RadGrid_sbw .rgHoveredRow .rgSorted,
.RadGrid_sbw .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_sbw .rgRow a,
.RadGrid_sbw .rgAltRow a,
.RadGrid_sbw .rgEditRow a,
.RadGrid_sbw .rgFooter a,
.RadGrid_sbw .rgEditForm a
{
	color:#5c5c5c;
}

.RadGrid_sbw .rgSelectedRow
{
    background:#e3e3e3 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_sbw .rgSelectedRow .rgSorted{background-color:#e3e3e3}
* html .RadGrid_sbw .rgSelectedRow .rgSorted{background-color:#e3e3e3}

.RadGrid_sbw .rgActiveRow,
.RadGrid_sbw .rgHoveredRow
{
    background:#f2f2f2 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_sbw .rgActiveRow .rgSorted,
*+html .RadGrid_sbw .rgHoveredRow .rgSorted{background-color:#f2f2f2}
* html .RadGrid_sbw .rgActiveRow .rgSorted,
* html .RadGrid_sbw .rgHoveredRow .rgSorted{background-color:#f2f2f2}

.RadGrid_sbw .rgEditRow
{
	background:#e0e0e0;
}
*+html .RadGrid_sbw .rgEditRow .rgSorted{background-color:#e0e0e0}
* html .RadGrid_sbw .rgEditRow .rgSorted{background-color:#e0e0e0}

.RadGrid_sbw .rgSelectedRow td,
.RadGrid_sbw .rgActiveRow td,
.RadGrid_sbw .rgHoveredRow td,
.RadGrid_sbw .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_sbw .rgSelectedRow td,
.RadGrid_sbw .rgSelectedRow td.rgSorted
{
	border-bottom-color:#adadad;
}

.RadGrid_sbw .rgActiveRow td,
.RadGrid_sbw .rgHoveredRow td,
.RadGrid_sbw .rgActiveRow td.rgSorted,
.RadGrid_sbw .rgHoveredRow td.rgSorted
{
	border-bottom-color:#c9c9c9;
}

.RadGrid_sbw .rgEditRow td,
.RadGrid_sbw .rgEditRow td.rgSorted
{
	border-color:#e0e0e0;
}

/*footer*/

.RadGrid_sbw .rgFooterDiv,
.RadGrid_sbw .rgFooter
{
	background:#e0e0e0;
}

.RadGrid_sbw .rgFooter td
{
	border-top-width:1px;
	border-color:#c9c9c9 #e0e0e0 #f2f2f2 #e0e0e0;
}

/*status*/

.RadGrid_sbw .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#c9c9c9 #c9c9c9 #f2f2f2 #c9c9c9;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_sbw .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_sbw .rgPager
{
	background:#e0e0e0;
}

.RadGrid_sbw .rgPager td
{
	padding:0;
}

.RadGrid_sbw .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#c9c9c9 #f2f2f2 #f2f2f2;
	border-right:0;
	padding:5px 0 4px;
}

.RadGrid_sbw .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_sbw .rgArrPart1
{
	padding-right:0;
}

.RadGrid_sbw .rgArrPart2
{
	padding-left:0;
}

.RadGrid_sbw .rgInfoPart
{
	float:right;
	color:#666666;
}

.RadGrid_sbw .rgInfoPart strong
{
	font-weight:normal;
	color:#262626;
}

.RadGrid_sbw .rgArrPart1 img,
.RadGrid_sbw .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_sbw .rgPageFirst,
.RadGrid_sbw .rgPagePrev,
.RadGrid_sbw .rgPageNext,
.RadGrid_sbw .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_sbw .NextPrev .rgPageFirst,
.RadGrid_sbw .NextPrev .rgPagePrev,
.RadGrid_sbw .NextPrev .rgPageNext,
.RadGrid_sbw .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_sbw .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_sbw .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_sbw .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_sbw .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_sbw .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_sbw .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_sbw .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_sbw .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_sbw .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#bababa #9e9e9e #828282;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#f5f5f5 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#3d3d3d;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_sbw .rgNumPart
{
	padding:0;
}

.RadGrid_sbw .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_sbw .rgNumPart a:hover,
.RadGrid_sbw .rgNumPart a:hover span,
.RadGrid_sbw .rgNumPart a.rgCurrentPage,
.RadGrid_sbw .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_sbw .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#262626;
	text-decoration:none;
}

.RadGrid_sbw .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_sbw .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#878787;
}

.RadGrid_sbw .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_sbw .rgNumPart a.rgCurrentPage,
.RadGrid_sbw .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#5c5c5c;
	cursor:default;
}

.RadGrid_sbw .rgNumPart a.rgCurrentPage span,
.RadGrid_sbw .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_sbw .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_sbw .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_sbw .rgPager .rgPagerLabel,
.RadGrid_sbw .rgPager .RadComboBox,
.RadGrid_sbw .rgPager .RadInput_sbw
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_sbw .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_sbw .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_sbw .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_sbw .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_sbw .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.GridReorderTop_sbw,
.GridReorderBottom_sbw
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_sbw
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_sbw .rgFilterRow
{
	background:#e0e0e0;
}

.RadGrid_sbw .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#e0e0e0 #e0e0e0 #8a8a8a;
}

.RadGrid_sbw .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_sbw .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_sbw .rgFilterActive,
.RadGrid_sbw .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_sbw .rgFilterBox
{
	border:1px solid #949494;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#262626;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_sbw .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #4f4f4f;
	background:#b0b0b0 0 -1900px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_sbw .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_sbw .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_sbw .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_sbw .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_sbw .rgUngroup
{
	background-position:0 -7000px;
}

.RadGrid_sbw .rgGroupItem
{
	border:1px solid #8f8f8f;
	padding:0 2px 1px 3px;
	background:#e3e3e3 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#5c5c5c;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_sbw .rgGroupHeader
{
    background:#a3a3a3;
    font-size:1.1em;
    line-height:21px;
	color:#ffffff;
}

.RadGrid_sbw .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_sbw td.rgGroupCol,
.RadGrid_sbw td.rgExpandCol
{
	background:#a3a3a3 none;
	border-color:#a3a3a3;
}

.RadGrid_sbw .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_sbw .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_sbw .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_sbw .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_sbw .rgGroupHeader td div div div
{
	top:0;
	padding:0;
}

/*editing*/

.RadGrid_sbw .rgEditForm
{
	border-bottom:1px solid #c9c9c9;
	background:#ebebeb;
}

.RadGrid_sbw .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_sbw .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_sbw .rgDetailTable
{
	border:1px solid #c9c9c9;
	border-right:0;
}

/*command row*/

.RadGrid_sbw .rgCommandRow
{
	background:#575757 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_sbw .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_sbw thead .rgCommandCell
{
	border-bottom:1px solid #363636;
}

.RadGrid_sbw tfoot .rgCommandCell
{
	border-top:1px solid #4f4f4f;
}

.RadGrid_sbw .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_sbw .rgCommandTable
{
	border:1px solid;
	border-color:#969696 #8c8c8c #6e6e6e;
}

.RadGrid_sbw .rgCommandRow a
{
	color:#ffffff;
	text-decoration:none;
}

.RadGrid_sbw .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_sbw .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_sbw .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_sbw .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_sbw
{
	background:#707070;
}

/*row drag n drop*/

.GridItemDropIndicator_sbw
{
    border-top:1px dashed #707070;
}

/*tooltip*/

.GridToolTip_sbw
{
	border:1px solid #c9c9c9;
	padding:3px;
	background:#f5f5f5;
	color:#262626;
}

/*rtl*/

.RadGridRTL_sbw .rgHeader,
.RadGridRTL_sbw .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_sbw .rgHeader:first-child,
.RadGridRTL_sbw th.rgResizeCol:first-child,
.RadGridRTL_sbw .rgFilterRow>td:first-child,
.RadGridRTL_sbw .rgRow>td:first-child,
.RadGridRTL_sbw .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_sbw .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_sbw .rgWrap
{
	float:right;
}

.RadGridRTL_sbw .rgInfoPart
{
	float:left;
}

.RadGridRTL_sbw .rgNumPart
{
	width:220px;
}

.RadGridRTL_sbw .rgNumPart a
{
	float:right;
}

.RadGridRTL_sbw .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}


div.RadGrid_sbw {  }
div.RadGrid_sbw .rgCommandRow {  }
div.RadGrid_sbw .rgCommandCell {  }
div.RadGrid_sbw .rgHeader {  }
div.RadGrid_sbw th.rgResizeCol { background-image: url('Grid/sprite.gif'); }
div.RadGrid_sbw th.rgSorted {  }
div.RadGrid_sbw .rgHeader { background-image: url('Grid/sprite.gif'); }
div.RadGrid_sbw .rgHeader a {  }
div.RadGrid_sbw th.rgSorted {  }
div.RadGrid_sbw th.rgSorted a {  }
div.RadGrid_sbw .rgFilterRow {  }
div.RadGrid_sbw .rgFilterRow td {  }
div.RadGrid_sbw .rgRow td {  }
div.RadGrid_sbw .rgSelectedRow td {  }
div.RadGrid_sbw .rgActiveRow td {  }
div.RadGrid_sbw .rgHoveredRow td {  }
div.RadGrid_sbw .rgRow {  }
div.RadGrid_sbw tr.rgSelectedRow {  }
div.RadGrid_sbw table .rgActiveRow {  }
div.RadGrid_sbw table tr.rgHoveredRow {  }
div.RadGrid_sbw .rgAltRow td {  }
div.RadGrid_sbw .rgAltRow {  }
div.RadGrid_sbw .rgFooter td {  }
div.RadGrid_sbw .rgFooter {  }
div.RadGrid_sbw .rgPager {  }
div.RadGrid_sbw .rgPager .rgPagerCell {  }
div.RadGrid_sbw .rgGroupHeader {  }
div.RadGrid_sbw .rgGroupHeader td {  }
div.RadGrid_sbw .rgEditForm {  }
div.RadGrid_sbw .rgDetailTable {  }