/*************************
 * Global
 *************************/

.RadGrid_RDL
{
    background:Transparent none;
}

.RadGrid_RDL td
{
   height:25px;
   /*padding-left:10px;*/
   text-decoration:none;
}

.RadGrid_RDL,
.RadGrid_RDL .rgMasterTable,
.RadGrid_RDL .rgDetailTable,
.RadGrid_RDL .rgGroupPanel table,
.RadGrid_RDL .rgCommandRow table,
.RadGrid_RDL .rgEditForm table,
.RadGrid_RDL .rgPager table,
.GridToolTip_RDL
{
    /*font:12px/16px "segoe ui",arial,sans-serif;*/
    font-family:Arial, Verdana;
    font-size:11px;
}

.RadGrid_RDL .rgMasterTable,
.RadGrid_RDL .rgDetailTable
{
    border-collapse:separate !important;
}

.RadGrid_RDL .rgRow,
.RadGrid_RDL .rgAltRow,
.RadGrid_RDL .rgHeader,
.RadGrid_RDL .rgResizeCol,
.RadGrid_RDL .rgPager,
.RadGrid_RDL .rgGroupPanel,
.RadGrid_RDL .rgGroupHeader
{
	cursor:default;
}

.RadGrid_RDL input[type="image"]
{
	cursor:pointer;
}

.RadGrid_RDL .rgRow td,
.RadGrid_RDL .rgAltRow td,
.RadGrid_RDL .rgEditRow td,
.RadGrid_RDL .rgFooter td,
.RadGrid_RDL .rgFilterRow td,
.RadGrid_RDL .rgHeader,
.RadGrid_RDL .rgResizeCol,
.RadGrid_RDL .rgGroupHeader td
{
	/*padding-left:7px;*/
	/*padding-right:7px;*/
}

.RadGrid_RDL .rgClipCells .rgHeader,
.RadGrid_RDL .rgClipCells .rgRow>td,
.RadGrid_RDL .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_RDL .rgAdd,
.RadGrid_RDL .rgRefresh,
.RadGrid_RDL .rgEdit,
.RadGrid_RDL .rgDel,
.RadGrid_RDL .rgFilter,
.RadGrid_RDL .rgPagePrev,
.RadGrid_RDL .rgPageNext,
.RadGrid_RDL .rgPageFirst,
.RadGrid_RDL .rgPageLast,
.RadGrid_RDL .rgExpand,
.RadGrid_RDL .rgCollapse,
.RadGrid_RDL .rgSortAsc,
.RadGrid_RDL .rgSortDesc,
.RadGrid_RDL .rgUpdate,
.RadGrid_RDL .rgCancel,
.RadGrid_RDL .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_RDL .rgGroupItem input,
.RadGrid_RDL .rgCommandRow img,
.RadGrid_RDL .rgHeader input,
.RadGrid_RDL .rgFilterRow img,
.RadGrid_RDL .rgFilterRow input,
.RadGrid_RDL .rgPager img
{
	vertical-align:middle;
}

/***************************
 * Header
 ***************************/
.RadGrid_RDL th
{
   height:25px;
   /*padding-left:10px;*/
   text-decoration:none;
}
    
.RadGrid_RDL .rgHeaderDiv
{
	/*background:#eee 0 -5900px repeat-x url('Grid/sprite.gif');*/
}
.rgTwoLines .rgHeaderDiv
{
	/*background-position:0 -6200px;*/
}

.rgNoScrollImage .rgHeaderDiv
{
	/*background-image:none;*/
}

.RadGrid_RDL .rgHeader,
.RadGrid_RDL th.rgResizeCol
{
	/*border:0;
	border-bottom:1px solid #828282;
	padding-top:5px;
	padding-bottom:4px;
	background:#eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal; */
	text-align:left;
	background-color:#333333;
	border-bottom:2px solid #538099;
}

.RadGrid_RDL th.rgSorted
{
	/*background-color:#c4c4c4;
	background-position:0 -2600px;*/
}

.RadGrid_RDL .rgHeader,
.RadGrid_RDL .rgHeader a
{
    /*color:#333;
    text-decoration:none;*/
    color:#ccc;
    font-weight:bold;
    text-decoration:none;
}
.RadGrid_RDL .rgHeader a:hover
{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

.RadGrid_RDL .rgCheck
{
	/*height:15px;
	margin:0;
	padding:0; */
}

/*********************
 * Rows
 *********************/

.RadGrid_RDL .rgRow td,
.RadGrid_RDL .rgAltRow td,
.RadGrid_RDL .rgEditRow td,
.RadGrid_RDL .rgFooter td
{
	/*border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;*/
	color:#888888;
	font-weight:bold;
	text-decoration:none;
}

.RadGrid_RDL .rgRow td
{
	/*border-color:#fff;*/
}

.RadGrid_RDL .rgAltRow
{
	/*background:#f2f2f2;*/
	 background-color:#f2f4f5;
}

.RadGrid_RDL .rgAltRow td
{
	/*border-color:#f2f2f2;*/
}

.RadGrid_RDL .rgRow .rgSorted
{
	/*border-bottom-color:#f2f2f2;
	background-color:#f2f2f2;*/
}

.RadGrid_RDL .rgAltRow .rgSorted
{
	/*border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;*/
}

.RadGrid_RDL .rgSelectedRow .rgSorted,
.RadGrid_RDL .rgActiveRow .rgSorted,
.RadGrid_RDL .rgHoveredRow .rgSorted,
.RadGrid_RDL .rgEditRow .rgSorted
{
	/*background-color:transparent;*/
}

.RadGrid_RDL .rgRow a,
.RadGrid_RDL .rgAltRow a,
.RadGrid_RDL .rgEditRow a,
.RadGrid_RDL .rgFooter a,
.RadGrid_RDL .rgEditForm a
{
	color:#717375;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
.RadGrid_RDL .rgRow a:hover,
.RadGrid_RDL .rgAltRow a:hover,
.RadGrid_RDL .rgEditRow a:hover,
.RadGrid_RDL .rgFooter a:hover,
.RadGrid_RDL .rgEditForm a:hover
{
	color:#538099;
	font-weight:bold;
	text-decoration:none;
}

.RadGrid_RDL .rgSelectedRow
{
    /*background:#828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;*/
    background-color:#eaeaea;
    color:#333333;
}

/*
*+html .RadGrid_RDL .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_RDL .rgSelectedRow .rgSorted{background-color:#828282}
*/

.RadGrid_RDL .rgSelectedRow a,
.RadGrid_RDL .rgSelectedRow a:hover
{
	background-color:#eaeaea;
    color:#666666;
}

.RadGrid_RDL .rgActiveRow,
.RadGrid_RDL .rgHoveredRow
{
    /*background:#c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#333;*/
}

/*
*+html .RadGrid_RDL .rgActiveRow .rgSorted,
*+html .RadGrid_RDL .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_RDL .rgActiveRow .rgSorted,
* html .RadGrid_RDL .rgHoveredRow .rgSorted{background-color:#c5c5c5}
*/

.RadGrid_RDL .rgEditRow
{
	/*background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');*/
	color:#9a9c9e;
    text-decoration:none;
}

/*
*+html .RadGrid_RDL .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_RDL .rgEditRow .rgSorted{background-color:#fff}
*/

.RadGrid_RDL .rgActiveRow td,
.RadGrid_RDL .rgActiveRow td.rgSorted,
.RadGrid_RDL .rgHoveredRow td,
.RadGrid_RDL .rgHoveredRow td.rgSorted
{
	/*border-bottom-color:#9e9e9e;*/
}

.RadGrid_RDL .rgSelectedRow td,
.RadGrid_RDL .rgSelectedRow td.rgSorted
{
	/*border-bottom-color:#6c6c6c;*/
}


/**********************
 * Footer
 **********************/
.RadGrid_RDL .rgFooterDiv,
.RadGrid_RDL .rgFooter
{
	/*background:#eee;*
}

.RadGrid_RDL .rgFooter td
{
	/*border-top:1px solid #828282;
	border-bottom:1px solid #fff; */
}


/************************
 * Status
 ************************/
.RadGrid_RDL .rgPager .rgStatus
{
	/*width:35px;
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #c9c9c9;
	border-left:0;
	padding:3px 0 2px;*/
}

.RadGrid_RDL .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_RDL .rgPager .lnkNBRPager
{
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;			
	color:#717375;		
	border:1px solid #a2adb3;
	background-color:#f2f4f5;
	padding:4px 20px 4px 20px;	
	line-height:24px;			
	font-weight: bold;
	text-decoration:none;
}

.RadGrid_RDL .rgPager .lnkNBRPager:hover
{
	color:#fff;		
	border:1px solid #538099;
	background-color:#538099;
	cursor:pointer;
}

 
.RadGrid_RDL .rgPager
{
	background:#fff;
}

.RadGrid_RDL .rgPager td
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;  
	border-top:1px solid #538099;
	padding:5px 10px;
	line-height:24px;
    text-align:right;
    color:#717375;
}

.RadGrid_RDL .rgPager a
{
    font-family:Arial, Verdana, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
    color:#9a9c9e;
}

.RadGrid_RDL .rgPager a:hover
{
    color:#538099;
    cursor:pointer;
}

.RadGrid_RDL .rgPager .inputBox{color:#717375; font-weight:bold;}

.RadGrid_RDL .rgPager .rgPagerCell
{
	/*border:1px solid;
	border-color:#828282 #eee #eee;
	border-right:0;
	padding:5px 0 4px;*/
}

.RadGrid_RDL .rgWrap
{
	/*float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;*/
}

.RadGrid_RDL .rgArrPart1
{
	/*padding-right:0;*/
}

.RadGrid_RDL .rgArrPart2
{
	/*padding-left:0;*/
}

.RadGrid_RDL .rgInfoPart
{
	/*float:right;
	color:#8a8a8a;*/
}

.RadGrid_RDL .rgInfoPart strong
{
	/*font-weight:normal;
	color:#4c4e54;*/
}

.RadGrid_RDL .rgArrPart1 img,
.RadGrid_RDL .rgArrPart2 img
{
	/*margin:0 8px;*/
}

.RadGrid_RDL .rgPageFirst,
.RadGrid_RDL .rgPagePrev,
.RadGrid_RDL .rgPageNext,
.RadGrid_RDL .rgPageLast
{
	/*width:22px;
	height:22px;
	vertical-align:top;*/
}

.RadGrid_RDL .NextPrev .rgPageFirst,
.RadGrid_RDL .NextPrev .rgPagePrev,
.RadGrid_RDL .NextPrev .rgPageNext,
.RadGrid_RDL .NextPrev .rgPageLast
{
	/*vertical-align:middle;*/
}

.RadGrid_RDL .rgPageFirst
{
	/*background-position:0 -550px;*/
}
.RadGrid_RDL .rgPageFirst:hover
{
	/*background-position:0 -600px;*/
}
.RadGrid_RDL .rgPagePrev
{
	/*background-position:0 -700px;*/
}
.RadGrid_RDL .rgPagePrev:hover
{
	/*background-position:0 -750px;*/
}
.RadGrid_RDL .rgPageNext
{
	/*background-position:0 -850px;*/
}
.RadGrid_RDL .rgPageNext:hover
{
	/*background-position:0 -900px;*/
}
.RadGrid_RDL .rgPageLast
{
	/*background-position:0 -1000px;*/
}
.RadGrid_RDL .rgPageLast:hover
{
	/*background-position:0 -1050px;*/
}

.RadGrid_RDL .rgPagerButton
{
	/*height:22px;
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	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_RDL .rgNumPart
{
	/*padding:0;*/
}

.RadGrid_RDL .NumericPages .rgNumPart
{
	/*padding:0 10px;*/
}

.RadGrid_RDL .rgNumPart a:hover,
.RadGrid_RDL .rgNumPart a:hover span,
.RadGrid_RDL .rgNumPart a.rgCurrentPage,
.RadGrid_RDL .rgNumPart a.rgCurrentPage span
{
	/*background:no-repeat url('Grid/sprite.gif');*/
}

.RadGrid_RDL .rgNumPart a
{
	/*float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;*/
}

.RadGrid_RDL .rgNumPart span
{
	/*float:left;
	padding:0 0 0 5px;*/
}

.RadGrid_RDL .rgNumPart a:hover
{
	/*background-position:100% -1250px;*/
}

.RadGrid_RDL .rgNumPart a:hover span
{
	/*background-position:0 -1150px;
	cursor:pointer;*/
}

.RadGrid_RDL .rgNumPart a.rgCurrentPage,
.RadGrid_RDL .rgNumPart a.rgCurrentPage:hover
{
	/*background-position:100% -1450px;
	cursor:default;*/
}

.RadGrid_RDL .rgNumPart a.rgCurrentPage span,
.RadGrid_RDL .rgNumPart a.rgCurrentPage:hover span
{
	/*background-position:0 -1350px;
	cursor:default;*/
}

.RadGrid_RDL .NextPrevNumericAndAdvanced .rgAdvPart
{
	/*float:none;
	text-align:center;*/
}

.RadGrid_RDL .rgPager .RadSlider
{
	/*float:left;
	margin:0 10px 0 0;*/
}

.RadGrid_RDL .rgPagerLabel,
.RadGrid_RDL .rgPager .RadComboBox,
.RadGrid_RDL .rgPager .RadInput_RDL
{
	/*margin:0 4px 0 0;
	vertical-align:middle;*/
}

/*
*+html .RadGrid_RDL .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_RDL .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}
*/

.RadGrid_RDL .rgPagerTextBox
{
	/*text-align:center;*/
}


/***********************************
 * Sorting, reordering
 ***********************************/

.RadGrid_RDL .rgHeader .rgSortAsc
{
	/*background-position:3px -248px;
	height:10px;*/
	height:6px;
	width:11px;
	margin-left:4px;
	background-image: url('Grid/SortAsc.gif');	
}

.RadGrid_RDL .rgHeader .rgSortDesc
{
	height:6px;
	width:11px;
	margin-left:4px;
	background-image: url('Grid/SortDesc.gif');
	/*background-position:3px -198px;
	height:10px;*/
}

.GridReorderTop_RDL,
.GridReorderBottom_RDL
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_RDL
{
	background-position:0 -50px;
}


/*****************************
 * Filtering
 *****************************/
.RadGrid_RDL .rgFilterRow
{
	background:#eee;
}

.RadGrid_RDL .rgFilterRow td
{
    border-bottom:1px solid #828282;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_RDL .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_RDL .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_RDL .rgFilterActive,
.RadGrid_RDL .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_RDL .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_RDL .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_RDL .rgGroupPanel td
{
	border:0;
	/*padding:3px 4px;*/
}

.RadGrid_RDL .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_RDL .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_RDL .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_RDL .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_RDL .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	/*padding:0px 2px 1px 3px;*/
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_RDL .rgMasterTable td.rgGroupCol,
.RadGrid_RDL .rgMasterTable td.rgExpandCol
{
	background:Transparent none;
}

.RadGrid_RDL .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000;
}

.RadGrid_RDL .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_RDL .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_RDL .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_RDL .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_RDL .rgGroupHeader td p
{
    display:inline;
    margin:0;
    /*padding:0 10px;*/
}

.RadGrid_RDL .rgGroupHeader td div div
{
	top:-0.8em;
	/*padding:0 10px;*/
}

.RadGrid_RDL .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}


/********************************
 * Editing
 ********************************/
.RadGrid_RDL .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_RDL .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_RDL .rgCancel
{
	background-position:2px -1848px;
}

/*******************************
 * Hierarchy
 *******************************/
.RadGrid_RDL .rgDetailTable
{
	border:1px solid #000;
}

/*******************************
 * Command row
 *******************************/
.RadGrid_RDL .rgCommandRow
{
	/*background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;*/
}

.RadGrid_RDL .rgCommandCell
{
	/*border:1px solid;
	border-color:#9a9c9e #f2f2f2;
	border-top:0;
	padding:0;*/
}

.RadGrid_RDL tfoot .rgCommandCell
{
	/*border-top:1px solid;
	border-bottom:0;*/
}

.RadGrid_RDL .rgCommandTable td
{
	/*border:0;
	padding:3px 7px 4px;*/
}

.RadGrid_RDL .rgCommandTable
{
	/*border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;*/
}

.RadGrid_RDL .rgCommandRow td
{
    background-color:Transparent;
    font-weight:bold;
}
    
.RadGrid_RDL .rgCommandRow a
{
	/*color:#000;
	text-decoration:none;*/
	color:#9a9c9e;
	text-decoration:underline;
}
.RadGrid_RDL .rgCommandRow a:hover
{
    color:#333333;
	text-decoration:underline
}

.RadGrid_RDL .rgCommandRow a img
{
	vertical-align:bottom;
}

.RadGrid_RDL .rgAdd
{
	/*margin-right:3px;
	background-position:0 -1650px;*/
}

.RadGrid_RDL .rgRefresh
{
	/*margin-right:3px;
	background-position:0 -1600px;*/
}

.RadGrid_RDL .rgEdit
{
	/*background-position:0 -1700px;*/
}

.RadGrid_RDL .rgDel
{
	/*background-position:0 -1750px;*/
}


/*********************************
 * Multirow Select
 *********************************/
.GridRowSelector_RDL
{
	/*background:#4c4e54;*/
}


/********************************
 * Row drag n drop
 ********************************/
.GridItemDropIndicator_RDL
{
   /* border-top:1px dashed #666;*/
}

/*******************************
 * Tooltip
 *******************************/
.GridToolTip_RDL
{
	/*border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;*/
}


/*******************************
 * Rtl
 *******************************/
.RadGridRTL_RDL .rgHeader,
.RadGridRTL_RDL .rgResizeCol
{
	/*text-align:right;*/
}

.RadGridRTL_RDL .rgPager .rgStatus
{
	/*border-right:0;
	border-left-width:1px;*/
}

.RadGridRTL_RDL .rgWrap
{
	/*float:right;*/
}

.RadGridRTL_RDL .rgInfoPart
{
	/*float:left;*/
}

.RadGridRTL_RDL .rgNumPart
{
	/*width:220px;*/
}

.RadGridRTL_RDL .rgNumPart a
{
	/*float:right;*/
}

.RadGridRTL_RDL .rgDetailTable
{
	/*border-right:1px solid;
	border-left:0;*/
}

