/*Telerik RadGrid USG Skin*/

/*global*/

.RadGrid_USG
{
    
    background:#fff;
    color:#6f6f6f;
    border: solid 1px #d0d8e0;
}

.RadGrid_USG,
.RadGrid_USG .rgMasterTable,
.RadGrid_USG .rgDetailTable,
.RadGrid_USG .rgGroupPanel table,
.RadGrid_USG .rgCommandRow table,
.RadGrid_USG .rgEditForm table,
.GridToolTip_USG
{
    font:10px/12px arial,sans-serif;
}

.RadGrid_USG .rgMasterTable,
.RadGrid_USG .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_USG .rgRow,
.RadGrid_USG .rgAltRow,
.RadGrid_USG .rgHeader,
.RadGrid_USG .rgResizeCol,
.RadGrid_USG .rgPager,
.RadGrid_USG .rgGroupPanel,
.RadGrid_USG .rgGroupHeader
{
	
}

.RadGrid_USG .rgRow td,
.RadGrid_USG .rgEditRow td,
.RadGrid_USG .rgFooter td,
.RadGrid_USG .rgFilterRow td,
.RadGrid_USG .rgHeader,
.RadGrid_USG .rgResizeCol,
.RadGrid_USG .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_USG .rgAltRow td
{
 padding-left  :7px;
	padding-right:7px;
	
}

.RadGrid_USG .rgAdd,
.RadGrid_USG .rgRefresh,
.RadGrid_USG .rgEdit,
.RadGrid_USG .rgDel,
.RadGrid_USG .rgFilter,
.RadGrid_USG .rgPagePrev,
.RadGrid_USG .rgPageNext,
.RadGrid_USG .rgPageFirst,
.RadGrid_USG .rgPageLast,
.RadGrid_USG .rgExpand,
.RadGrid_USG .rgCollapse,
.RadGrid_USG .rgSortAsc,
.RadGrid_USG .rgSortDesc,
.RadGrid_USG .rgUpdate,
.RadGrid_USG .rgCancel
{
	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_USG .rgGroupItem input,
.RadGrid_USG .rgCommandRow img,
.RadGrid_USG .rgHeader input,
.RadGrid_USG .rgFilterRow img,
.RadGrid_USG .rgFilterRow input,
.RadGrid_USG .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_USG .rgHeaderDiv
{
	background:#eee 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_USG .rgHeader,
.RadGrid_USG th.rgResizeCol
{
	border:0;
	font:11px Verdana, arial,sans-serif;
	padding-top:5px;
	padding-bottom:4px;
	background:#eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:bold;
}

.RadGrid_USG th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_USG .rgHeader,
.RadGrid_USG .rgHeader a
{
    color:#6f6f6f;
    text-decoration:none;
}

/*rows*/

.RadGrid_USG .rgRow td,
.RadGrid_USG .rgAltRow td,
.RadGrid_USG .rgEditRow td,
.RadGrid_USG .rgFooter td
{
	border:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_USG .rgRow td
{
	border-color:#fff;
	
}

.RadGrid_USG .rgRow
{
	background:#f2f2f2;
}

.RadGrid_USG .rgAltRow
{
	background:#f2f2f2;
}

.RadGrid_USG .rgAltRow td
{
	border-color:#f2f2f2;
}

.RadGrid_USG .rgRow .rgSorted
{
	border-bottom-color:#f2f2f2;
	background-color:#f2f2f2;
}

.RadGrid_USG .rgAltRow .rgSorted
{
	border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;
}

.RadGrid_USG .rgSelectedRow .rgSorted,
.RadGrid_USG .rgActiveRow .rgSorted,
.RadGrid_USG .rgHoveredRow .rgSorted,
.RadGrid_USG .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_USG .rgRow a,
.RadGrid_USG .rgAltRow a,
.RadGrid_USG .rgEditRow a,
.RadGrid_USG .rgFooter a,
.RadGrid_USG .rgEditForm a
{
	color:#000;
}

.RadGrid_USG .rgSelectedRow
{
    background:#828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_USG .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_USG .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_USG .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_USG .rgActiveRow,
.RadGrid_USG .rgHoveredRow
{
    background:#c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#333;
}
*+html .RadGrid_USG .rgActiveRow .rgSorted,
*+html .RadGrid_USG .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_USG .rgActiveRow .rgSorted,
* html .RadGrid_USG .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_USG .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_USG .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_USG .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_USG .rgActiveRow td,
.RadGrid_USG .rgActiveRow td.rgSorted,
.RadGrid_USG .rgHoveredRow td,
.RadGrid_USG .rgHoveredRow td.rgSorted
{
	border-bottom-color:#9e9e9e;
}

.RadGrid_USG .rgSelectedRow td,
.RadGrid_USG .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6c6c6c;
}

/*footer*/

.RadGrid_USG .rgFooterDiv,
.RadGrid_USG .rgFooter
{
	background:#eee;
}

.RadGrid_USG .rgFooter td
{
	
}

/*status*/

.RadGrid_USG .rgPager .rgStatus
{
	width:35px;
	
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_USG .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Grid/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_USG .rgPager
{
	background:#eee;
}

.RadGrid_USG .rgPager td
{
	padding:0;
}

.RadGrid_USG .rgPager .rgPagerCell
{
	
	border-right:0;
	padding:3px 0 2px;
}

.RadGrid_USG .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_USG .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_USG .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_USG .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_USG .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_USG .rgWrap a img
{
	margin:3px 8px 0;
}

.RadGrid_USG .rgPageFirst,
.RadGrid_USG .rgPagePrev,
.RadGrid_USG .rgPageNext,
.RadGrid_USG .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_USG .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_USG .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_USG .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_USG .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_USG .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_USG .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_USG .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_USG .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_USG .rgPagerButton
{
	height:22px;
	
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#e8e8e8 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_USG .rgNumPart
{
	padding:2px 0;
}

.RadGrid_USG .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_USG .rgNumPart a:hover,
.RadGrid_USG .rgNumPart a:hover span,
.RadGrid_USG .rgNumPart a.rgCurrentPage,
.RadGrid_USG .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_USG .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_USG .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_USG .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_USG .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_USG .rgNumPart a.rgCurrentPage,
.RadGrid_USG .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:USG;
}

.RadGrid_USG .rgNumPart a.rgCurrentPage span,
.RadGrid_USG .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:USG;
}

.RadGrid_USG .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_USG .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_USG .rgPagerLabel,
.RadGrid_USG .rgPager .RadComboBox,
.RadGrid_USG .rgPager .RadInput_USG
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_USG .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_USG .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_USG .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_USG .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_USG .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_USG .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_USG,
.GridReorderBottom_USG
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_USG
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_USG .rgFilterRow
{
	background:#eee;
}

.RadGrid_USG .rgFilterRow td
{
    
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_USG .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_USG .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_USG .rgFilterActive,
.RadGrid_USG .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_USG .rgFilterBox
{
	
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_USG .rgGroupPanel
{
	height:24px;
	border:0;
	
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_USG .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_USG .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_USG .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_USG .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_USG .rgGroupItem
{
	
	padding:0 2px 1px 3px;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_USG .rgMasterTable td.rgGroupCol,
.RadGrid_USG .rgMasterTable td.rgExpandCol
{
	
	background:#d9d9d9 none;
}

.RadGrid_USG .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000;
}

.RadGrid_USG .rgGroupHeader td
{
	
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_USG .rgGroupHeader td.rgGroupCol
{
	
}

.RadGrid_USG .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_USG .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_USG .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_USG .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_USG .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_USG .rgEditForm
{
	
}

.RadGrid_USG .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_USG .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_USG .rgDetailTable
{
	
	border-right:0;
}

/*command row*/

.RadGrid_USG .rgCommandRow
{
	background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_USG .rgCommandRow td
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top:0;
	padding:0;
}

.RadGrid_USG tfoot .rgCommandRow td
{
	border-top:1px solid;
	border-bottom:0;
}

.RadGrid_USG tr.rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_USG tr.rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_USG .rgCommandRow table
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_USG .rgCommandRow table table
{
	border:0;
}

.RadGrid_USG .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_USG .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_USG .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_USG .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_USG .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_USG
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_USG
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_USG
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_USG .rgHeader,
.RadGridRTL_USG .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_USG .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_USG .rgWrap
{
	float:right;
}

.RadGridRTL_USG .rgInfoPart
{
	float:left;
}

.RadGridRTL_USG .rgNumPart
{
	width:220px;
}

.RadGridRTL_USG .rgNumPart a
{
	float:right;
}