/* r.a.d.menu Web 2.0 skin */

.RadMenu_APA_Custom 
{

}

.RadMenu_APA_Custom_Context
{
	background: url('images/menu/MenuItemBackground.gif');
	border:0;
}

.RadMenu_APA_Custom .rmLink, .RadMenu_APA_Custom .rmLink:visited, .RadMenu_APA_Custom .rmLink:active
{
	float: left;
	text-decoration: none;
	color: #0060a9;
	background: transparent;
}

.radmenu a.rmLink{ cursor:pointer; width: 100%; }


.RadMenu_APA_Custom .rmItem{ width: 100%; background: url('images/menu/menu_divider.jpg') bottom center repeat-x; cursor:pointer; }

.RadMenu_APA_Custom .rmLink:hover,
.RadMenu_APA_Custom .rmFocused,
.RadMenu_APA_Custom .rmExpanded
{
	color: #ef3e42;
}

.RadMenu_APA_Custom .rmRootGroup .rmText
{
	/*background: transparent url('images/menu/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 5px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 32px;
	padding-right: 5px;
}

.RadMenu_APA_Custom .rmRootGroup .rmText
{
    background-image:none;
}

.RadMenu_APA_Custom .rmHorizontal .rmExpandBottom,  
.RadMenu_APA_Custom .rmHorizontal .rmExpandTop  
{  
  background: transparent url('images/menu/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_APA_Custom .rmVertical .rmExpandLeft,
.RadMenu_APA_Custom .rmVertical .rmExpandRight  
{  
  background: transparent url(images/menu/groupImage.gif) right center no-repeat;  
} 

.RadMenu_APA_Custom .rmSlide
{
	margin-top:-1px;
}

.RadMenu_APA_Custom .rmGroup
{
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	border-left: solid 2px #ccc;
	background: white;
}

.RadMenu_APA_Custom .rmGroup .rmLink
{
	background: white;
	border: 0px;
	border-bottom: solid 2px #ccc;
	color: #0060a9;
}

.RadMenu_APA_Custom .rmGroup .rmText
{
	font-weight: bold;
	background: none;
	margin-right: 0px !important;
	font-size: 11px;
}

.RadMenu_APA_Custom .rmGroup .rmLink:hover,
.RadMenu_APA_Custom .rmGroup .rmFocused,
.RadMenu_APA_Custom .rmGroup .rmExpanded
{
	border: 0px;
	border-bottom: solid 2px #ccc;
	color: #ef3e42;
}

.RadMenu_APA_Custom .rmLeftArrow,
.RadMenu_APA_Custom .rmRightArrow,
.RadMenu_APA_Custom .rmTopArrow,
.RadMenu_APA_Custom .rmBottomArrow,
.RadMenu_APA_Custom .rmLeftArrowDisabled,
.RadMenu_APA_Custom .rmRightArrowDisabled,
.RadMenu_APA_Custom .rmTopArrowDisabled,
.RadMenu_APA_Custom .rmBottomArrowDisabled
{
	background: #e7f1ff url('images/menu/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_APA_Custom .rmTopArrow,
.RadMenu_APA_Custom .rmTopArrowDisabled
{
	background-image: url('images/menu/top.gif');
	width: 100%;
}

.RadMenu_APA_Custom .rmBottomArrow,
.RadMenu_APA_Custom .rmBottomArrowDisabled
{
	background-image:url('images/menu/bottom.gif');
	width: 100%;
}

.RadMenu_APA_Custom .rmRightArrow,
.RadMenu_APA_Custom .rmLeftArrow
{
	height: 100%;
}

.RadMenu_APA_Custom .rmRightArrow,
.RadMenu_APA_Custom .rmRightArrowDisabled
{
	background-image: url('images/menu/right.gif');
}

.RadMenu_APA_Custom .rmVertical .rmSeparator .rmText
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_APA_Custom .rmExpandLeft,
.RadMenu_APA_Custom .rmExpandRight,
.RadMenu_APA_Custom .rmFocused .rmExpandLeft, 
.RadMenu_APA_Custom .rmFocused .rmExpandRight,
.RadMenu_APA_Custom .rmExpanded .rmExpandLeft,
.RadMenu_APA_Custom .rmExpanded .rmExpandRight
{
	background: transparent url(images/menu/groupImage.gif) right center no-repeat;
}

.RadMenu_APA_Custom .rmGroup .rmExpandLeft,
.RadMenu_APA_Custom .rmGroup .rmExpandRight,
.RadMenu_APA_Custom .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_APA_Custom .rmGroup .rmFocused .rmExpandRight,
.RadMenu_APA_Custom .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_APA_Custom .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(images/menu/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_APA_Custom .rmLink.disabled,
.RadMenu_APA_Custom .rmLink.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_APA_Custom_rtl,
.RadMenu_APA_Custom_rtl *
{
    text-align:right;
}

.RadMenu_APA_Custom_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_APA_Custom_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_APA_Custom_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_APA_Custom_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_APA_Custom_rtl .rmVertical .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url('images/menu/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_APA_Custom_rtl .rmGroup .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url('images/menu/groupImageRTL.gif') no-repeat 5px center;  
}

.RadMenu_APA_Custom_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_APA_Custom_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_APA_Custom_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(images/menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_APA_Custom_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_APA_Custom_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_APA_Custom_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_APA_Custom_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(images/menu/groupImageRTL.gif) 5px center no-repeat;
}

/* Rad Grid  TMS & TSP 4/20/11 */

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid .rgRow,
.RadGrid .rgAltRow,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgPager,
.RadGrid .rgGroupPanel,
.RadGrid .rgGroupHeader
{
	cursor:default;
}

.RadGrid input[type="image"]
{
	cursor:pointer;
}

.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td,
.RadGrid .rgFilterRow td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid .rgClipCells .rgHeader,
.RadGrid .rgClipCells .rgFilterRow>td,
.RadGrid .rgClipCells .rgRow>td,
.RadGrid .rgClipCells .rgAltRow>td,
.RadGrid .rgClipCells .rgEditRow>td,
.RadGrid .rgClipCells .rgFooter>td
{
	overflow:hidden;
}

.RadGrid .rgAdd,
.RadGrid .rgRefresh,
.RadGrid .rgEdit,
.RadGrid .rgDel,
.RadGrid .rgDrag,
.RadGrid .rgFilter,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageFirst,
.RadGrid .rgPageLast,
.RadGrid .rgExpand,
.RadGrid .rgCollapse,
.RadGrid .rgSortAsc,
.RadGrid .rgSortDesc,
.RadGrid .rgUpdate,
.RadGrid .rgCancel,
.RadGrid .rgUngroup,
.RadGrid .rgExpXLS,
.RadGrid .rgExpDOC,
.RadGrid .rgExpPDF,
.RadGrid .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid .rgGroupItem input,
.RadGrid .rgCommandRow img,
.RadGrid .rgHeader input,
.RadGrid .rgFilterRow img,
.RadGrid .rgFilterRow input,
.RadGrid .rgPager img
{
	vertical-align:middle;
}

/*header*/

.rgNoScrollImage div.rgHeaderDiv
{
	background-image:none;
}

.RadGrid .rgHeader,
.RadGrid th.rgResizeCol
{
	padding-top:5px;
	padding-bottom:4px;
	text-align:left;
	font-weight:normal;
}

.RadGrid .rgHeader a
{
    text-decoration:none;
}

.RadGrid .rgCheck input
{
	height:15px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	cursor:default;
}

.rfdCheckbox .RadGrid .rgCheck input /*Safari,Chrome fix*/
{
	height:20px;
}

/*rows*/

.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td
{
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid table.rgMasterTable tr .rgDragCol
{
	padding-left:0;
	padding-right:0;
	text-align:center;
}

.RadGrid .rgDrag
{
	width:15px;
	height:15px;
	cursor:url('Common/grab.cur'), move;
}

/*status*/

.RadGrid .rgPager .rgStatus
{
	width:35px;
	padding:3px 0 2px;
}

.RadGrid .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-2222px;
}

/*pager*/

.RadGrid .rgPager td
{
	padding:0;
}

.RadGrid td.rgPagerCell
{
	border:0;
	padding:5px 0 4px;
}

.RadGrid .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid .rgArrPart1
{
	padding-right:0;
}

.RadGrid .rgArrPart2
{
	padding-left:0;
}

.RadGrid .rgInfoPart
{
	float:right;
}

.RadGrid .rgInfoPart strong
{
	font-weight:normal;
}

.RadGrid .rgArrPart1 img,
.RadGrid .rgArrPart2 img
{
	border:0;
	margin:-3px 8px 0;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid .NextPrev .rgPageFirst,
.RadGrid .NextPrev .rgPagePrev,
.RadGrid .NextPrev .rgPageNext,
.RadGrid .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev
{
	margin-right:1px;
}

.RadGrid .rgPageNext,
.RadGrid .rgPageLast
{
	margin-left:1px;
}

.RadGrid .rgPager .rgPagerButton
{
	height:22px;
	border-style:solid;
	border-width:1px;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	font-size:12px;
	line-height:12px;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid .rgNumPart
{
	padding:0;
}

.RadGrid .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	text-decoration:none;
}

.RadGrid .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid .rgNumPart a:hover span
{
	cursor:pointer;
}

.RadGrid .rgNumPart a.rgCurrentPage,
.RadGrid .rgNumPart a.rgCurrentPage:hover,
.RadGrid .rgNumPart a.rgCurrentPage span,
.RadGrid .rgNumPart a.rgCurrentPage:hover span
{
	cursor:default;
}

.RadGrid .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid .rgPagerLabel,
.RadGrid .rgPager .RadComboBox,
.RadGrid .rgPager .RadInput
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid .rgPagerTextBox
{
	text-align:center;
}

/*reordering*/

.GridReorderTop,
.GridReorderBottom
{
	width:9px;
	height:9px;
	margin:0 0 0 -5px;
	padding:0;
}

/*filtering*/

.RadGrid .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
}

.RadGrid .rgFilterBox
{
	border-width:1px;
	border-style:solid;
	margin:0;
	padding:2px 1px 3px;
	font-size:12px;
	vertical-align:middle;
}

.RadGrid .rgFilterRow .RadRating
{
	display:inline-block;
	vertical-align:middle;
}
*+html .RadGrid .rgFilterRow .RadRating{display:inline;zoom:1;}
* html .RadGrid .rgFilterRow .RadRating{display:inline;zoom:1;}

/*context menu*/

.GridContextMenu .rmLeftImage
{
	background-repeat:no-repeat;
	background-color:transparent;
}

/*filter context menu*/

.RadMenu .rmGroup .rgHCMItem .rmText
{
	width:161px;
	padding:6px 5px 5px 30px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMShow,
.rgHCMItem .rgHCMAnd,
.rgHCMItem .rgHCMFilter
{
	display:block;
}

.rgHCMItem .rgHCMShow,
.rgHCMItem .rgHCMAnd
{
	padding-top:5px;
	line-height:12px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMShow,
.rgHCMItem .RadComboBox,
.rgHCMItem .rgHCMAnd
{
	margin:0 0 5px;
}

.rgHCMItem .rgHCMAnd
{
	margin-top:5px;
}

.rgHCMItem .rgHCMFilter
{
	margin-top:11px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMFilter
{
	width:160px;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:1px 0;
	font-size:12px;
	cursor:pointer;
}

/*grouping*/

.RadGrid .rgGroupPanel
{
	height:24px;
}

.RadGrid .rgGroupItem
{
	padding:0 2px 1px 3px;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid .rgGroupHeader td
{
	padding-top:0;
	padding-bottom:0;
}

.RadGrid .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

/*IE quirks mode*/
* html .RadGrid .rgGroupHeader td div div
{
	top /**/:0;
}

.RadGrid .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid .rgUpdate,
.RadGrid .rgCancel
{
	width:18px;
	height:18px;
}

/*hierarchy*/

.RadGrid .rgDetailTable
{
	border-style:solid;
	border-width:1px;
	border-right-width:0;
}

/*command row*/

.RadGrid .rgAdd,
.RadGrid .rgRefresh
{
	width:18px;
	height:18px;
	vertical-align:bottom;
}

*+html .RadGrid .rgAdd,
*+html .RadGrid .rgRefresh
{
	vertical-align:middle;
}
* html .RadGrid .rgAdd,
* html .RadGrid .rgRefresh
{
	vertical-align:middle;
}

.RadGrid .rgEdit,
.RadGrid .rgDel
{
	width:15px;
	height:15px;
}

/*rtl*/

.RadGridRTL .rgHeader,
.RadGridRTL .rgResizeCol
{
	text-align:right;
}

.RadGridRTL .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL .rgWrap
{
	float:right;
}

.RadGridRTL .rgArrPart1
{
	padding-left:0;
	padding-right:10px;
}

.RadGridRTL .rgPageFirst,
.RadGridRTL .rgPagePrev
{
	margin-right:0;
	margin-left:1px;
}

.RadGridRTL .rgPageNext,
.RadGridRTL .rgPageLast
{
	margin-left:0;
	margin-right:1px;
}

.RadGridRTL .rgInfoPart
{
	float:left;
}

.RadGridRTL .rgNumPart
{
	width:220px;
}

.RadGridRTL .rgNumPart a
{
	float:right;
}

.RadGridRTL .rgDetailTable
{
	border-right-width:1px;
	border-left-width:0;
}

/* skin specific */

.RadGrid_APA_Custom
{
    border:1px solid #688caf;
    background:#fff;
    color:#333;
}

.RadGrid_APA_Custom,
.RadGrid_APA_Custom .rgMasterTable,
.RadGrid_APA_Custom .rgDetailTable,
.RadGrid_APA_Custom .rgGroupPanel table,
.RadGrid_APA_Custom .rgCommandRow table,
.RadGrid_APA_Custom .rgEditForm table,
.RadGrid_APA_Custom .rgPager table,
.GridToolTip_APA_Custom
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_APA_Custom .rgHeader:first-child,
.RadGrid_APA_Custom th.rgResizeCol:first-child,
.RadGrid_APA_Custom .rgFilterRow>td:first-child,
.RadGrid_APA_Custom .rgRow>td:first-child,
.RadGrid_APA_Custom .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_APA_Custom .rgAdd,
.RadGrid_APA_Custom .rgRefresh,
.RadGrid_APA_Custom .rgEdit,
.RadGrid_APA_Custom .rgDel,
.RadGrid_APA_Custom .rgFilter,
.RadGrid_APA_Custom .rgPagePrev,
.RadGrid_APA_Custom .rgPageNext,
.RadGrid_APA_Custom .rgPageFirst,
.RadGrid_APA_Custom .rgPageLast,
.RadGrid_APA_Custom .rgExpand,
.RadGrid_APA_Custom .rgCollapse,
.RadGrid_APA_Custom .rgSortAsc,
.RadGrid_APA_Custom .rgSortDesc,
.RadGrid_APA_Custom .rgUpdate,
.RadGrid_APA_Custom .rgCancel,
.RadGrid_APA_Custom .rgUngroup,
.RadGrid_APA_Custom .rgExpXLS,
.RadGrid_APA_Custom .rgExpDOC,
.RadGrid_APA_Custom .rgExpPDF,
.RadGrid_APA_Custom .rgExpCSV
{
	background-image:url('images/grid/sprite.gif');
}

/*header*/

.RadGrid_APA_Custom .rgHeaderDiv
{
	background:#d6e5f3 0 -8050px repeat-x url('images/grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7550px;
}

.RadGrid_APA_Custom .rgHeader,
.RadGrid_APA_Custom th.rgResizeCol
{
	border:solid #5d8cc9;
	border-width:0 0 1px 1px;
	background:0 -2300px repeat-x #c3d8f1 url('images/grid/sprite.gif');
}

.RadGrid_APA_Custom th.rgSorted
{
	border-bottom-color:#ff9b35;
	background-color:#ffca5e;
	background-position:0 -2600px;
}

.RadGrid_APA_Custom .rgHeader,
.RadGrid_APA_Custom .rgHeader a
{
    color:#00156e;
}

.RadGrid_APA_Custom th.rgSorted,
.RadGrid_APA_Custom th.rgSorted a
{
    color:#000;
}

/*rows*/

.RadGrid_APA_Custom .rgRow td,
.RadGrid_APA_Custom .rgAltRow td,
.RadGrid_APA_Custom .rgEditRow td,
.RadGrid_APA_Custom .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 1px;
}

.RadGrid_APA_Custom .rgRow td,
.RadGrid_APA_Custom .rgAltRow td
{
	border-color:#d0d7e5;
}

.RadGrid_APA_Custom .rgRow .rgSorted,
.RadGrid_APA_Custom .rgAltRow .rgSorted
{
	background-color:#f2f2f2;
}

.RadGrid_APA_Custom .rgSelectedRow .rgSorted,
.RadGrid_APA_Custom .rgActiveRow .rgSorted,
.RadGrid_APA_Custom .rgHoveredRow .rgSorted,
.RadGrid_APA_Custom .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_APA_Custom .rgRow a,
.RadGrid_APA_Custom .rgAltRow a,
.RadGrid_APA_Custom .rgEditRow a,
.RadGrid_APA_Custom .rgFooter a,
.RadGrid_APA_Custom .rgEditForm a
{
	color:#00156e;
}

.RadGrid_APA_Custom .rgSelectedRow
{
    background:#ffcb60 0 -3900px repeat-x url('images/grid/sprite.gif');
}
*+html .RadGrid_APA_Custom .rgSelectedRow .rgSorted{background-color:#ffcb60}
* html .RadGrid_APA_Custom .rgSelectedRow .rgSorted{background-color:#ffcb60}

.RadGrid_APA_Custom .rgActiveRow,
.RadGrid_APA_Custom .rgHoveredRow
{
    background:#ecf4ff;
}
*+html .RadGrid_APA_Custom .rgActiveRow .rgSorted,
*+html .RadGrid_APA_Custom .rgHoveredRow .rgSorted{background-color:#ecf4ff}
* html .RadGrid_APA_Custom .rgActiveRow .rgSorted,
* html .RadGrid_APA_Custom .rgHoveredRow .rgSorted{background-color:#ecf4ff}

.RadGrid_APA_Custom .rgEditRow
{
	background:#ffe5ad;
}
*+html .RadGrid_APA_Custom .rgEditRow .rgSorted{background-color:#ffe5ad}
* html .RadGrid_APA_Custom .rgEditRow .rgSorted{background-color:#ffe5ad}

.RadGrid_APA_Custom .rgSelectedRow td,
.RadGrid_APA_Custom .rgActiveRow td,
.RadGrid_APA_Custom .rgHoveredRow td,
.RadGrid_APA_Custom .rgEditRow td
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_APA_Custom .rgSelectedRow td
{
	border-bottom-color:#ff9b35;
}

.RadGrid_APA_Custom .rgActiveRow td,
.RadGrid_APA_Custom .rgHoveredRow td,
.RadGrid_APA_Custom .rgEditRow td
{
	border-bottom-color:#d0d7e5;
}

.RadGrid_APA_Custom .rgDrag
{
	background-image:url('images/grid/rgDrag.gif');
}

/*footer*/

.RadGrid_APA_Custom .rgFooterDiv,
.RadGrid_APA_Custom .rgFooter
{
	background:#9ab5db 0 -6500px repeat-x url('images/grid/sprite.gif');
}

.RadGrid_APA_Custom .rgFooter td
{
	border-width:1px 0;
	border-color:#567db0 #fff #fff;
	padding-left:8px;
}

/*status*/

.RadGrid_APA_Custom .rgPager .rgStatus
{
	border:1px solid;
	border-width:1px 1px 0 0;
	border-color:#5d8cc9 #9cb9dc;
}

.RadGrid_APA_Custom .rgStatus div
{
	background-image:url('images/common/loading_small.gif');
}

/*pager*/

.RadGrid_APA_Custom .rgPager
{
	background:#ecf3fc 0 -7000px repeat-x url('images/grid/sprite.gif');
	color:#00156e;
}

.RadGrid_APA_Custom td.rgPagerCell
{
	border-top:1px solid #5d8cc9;
	border-left:1px solid #fff;
}

.RadGrid_APA_Custom .rgInfoPart
{
	color:#3e69a3;
}

.RadGrid_APA_Custom .rgPageFirst
{
	margin:0 3px 0 0;
	background-position:0 -550px;
}
.RadGrid_APA_Custom .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_APA_Custom .rgPagePrev
{
	margin:0 3px 0 0;
	background-position:0 -700px;
}
.RadGrid_APA_Custom .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_APA_Custom .rgPageNext
{
	margin:0 0 0 3px;
	background-position:0 -850px;
}
.RadGrid_APA_Custom .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_APA_Custom .rgPageLast
{
	margin:0 0 0 3px;
	background-position:0 -1000px;
}
.RadGrid_APA_Custom .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_APA_Custom .rgPager .rgPagerButton
{
	border-color:#7793b9;
	background:#e8f1fc repeat-x 0 -1550px url('images/grid/sprite.gif');
	color:#00156e;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_APA_Custom .rgNumPart a:hover,
.RadGrid_APA_Custom .rgNumPart a:hover span,
.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage,
.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('images/grid/sprite.gif');
}

.RadGrid_APA_Custom .rgNumPart a
{
	color:#00156e;
}

.RadGrid_APA_Custom .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_APA_Custom .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage,
.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage span,
.RadGrid_APA_Custom .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_APA_Custom .rgHeader .rgSortAsc
{
	background-position:3px -147px;
	height:10px;
}

.RadGrid_APA_Custom .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.GridReorderTop_APA_Custom,
.GridReorderBottom_APA_Custom
{
	height:12px;
	background:0 0 no-repeat url('images/grid/sprite.gif');
}

.GridReorderBottom_APA_Custom
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_APA_Custom .rgFilterRow
{
	background:#d6e5f3;
}

.RadGrid_APA_Custom .rgFilterRow td
{
    border:solid #9eb6ce;
    border-width:0 0 1px 1px;
}

.RadGrid_APA_Custom .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_APA_Custom .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_APA_Custom .rgFilterActive,
.RadGrid_APA_Custom .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_APA_Custom .rgFilterBox
{
	border-color:#abc1de;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
}

/*filter context menu*/

.RadMenu_APA_Custom .rgHCMClear,
.RadMenu_APA_Custom .rgHCMFilter
{
	border-color:#a7bedb #7d98bd #a3bad8;
	background:#e8f1fc center -23px repeat-x url('images/formDecorator/ButtonSprites.gif');
	color:#00156e;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_APA_Custom .rgHCMClear:hover,
.RadMenu_APA_Custom .rgHCMFilter:hover
{
	border-color:#d8ca95 #b9a073 #c6ba9d;
	background-position:center -67px;
	background-color:#ffe18a;
	color:#000;
}

/*context menu*/

.GridContextMenu_APA_Custom .rmLeftImage
{
	background-image:url('images/common/grid/contextMenu.gif');
}

.GridContextMenu_APA_Custom .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_APA_Custom .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_APA_Custom .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_APA_Custom .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_APA_Custom .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_APA_Custom .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_APA_Custom .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_APA_Custom .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_APA_Custom .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #688caf;
	background:#ecf3fc;
}

.RadGrid_APA_Custom .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
	vertical-align:middle;
}

.RadGrid_APA_Custom .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_APA_Custom .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_APA_Custom .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_APA_Custom .rgUngroup
{
	background-position:0 -7500px;
}

.RadGrid_APA_Custom .rgGroupItem
{
	border:1px solid #4b78ca;
	background:#e6ebf5 0 -1900px repeat-x url('images/grid/sprite.gif');
	color:#00156e;
}

.RadGrid_APA_Custom .rgGroupHeader
{
    background:#d7e6f7;
    font-size:1.1em;
    line-height:21px;
	color:#567db0;
}

.RadGrid_APA_Custom .rgGroupHeader td
{
	border-top:1px solid #fcfcfd;
	border-bottom:1px solid #6f92b3;
    padding-left:8px;
}

.RadGrid_APA_Custom td.rgGroupCol,
.RadGrid_APA_Custom td.rgExpandCol
{
	background:#d7e6f7 none;
	border-color:#d7e6f7;
}

.RadGrid_APA_Custom .rgGroupHeader .rgExpand
{
	background-position:5px -495px;
}

.RadGrid_APA_Custom .rgGroupHeader .rgCollapse
{
	background-position:3px -93px;
}

/*editing*/

.RadGrid_APA_Custom .rgEditForm
{
	border-bottom:1px solid #d0d7e5;
}

.RadGrid_APA_Custom .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_APA_Custom .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_APA_Custom .rgDetailTable
{
	border-color:#688caf;
}

.RadGrid_APA_Custom .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_APA_Custom .rgCollapse
{
	background-position:3px -94px;
}

/*command row*/

.RadGrid_APA_Custom .rgCommandRow
{
	background:#c4d9f1 0 -2099px repeat-x url('images/grid/sprite.gif');
	color:#333;
}

.RadGrid_APA_Custom .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_APA_Custom thead .rgCommandCell
{
	border-bottom:1px solid #688caf;
}

.RadGrid_APA_Custom .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_APA_Custom .rgCommandTable
{
	border:1px solid #9eb6ce;
}

.RadGrid_APA_Custom .rgCommandRow a
{
	color:#00156e;
	text-decoration:none;
}

.RadGrid_APA_Custom .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_APA_Custom .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_APA_Custom .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_APA_Custom .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_APA_Custom .rgExpXLS,
.RadGrid_APA_Custom .rgExpDOC,
.RadGrid_APA_Custom .rgExpPDF,
.RadGrid_APA_Custom .rgExpCSV
{
	background-image:url('images/common/grid/export.gif');
}

.RadGrid_APA_Custom .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_APA_Custom .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_APA_Custom .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_APA_Custom .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_APA_Custom
{
	background:#00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_APA_Custom
{
    border-top:1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_APA_Custom
{
	border:1px solid #6187b8;
	padding:3px;
	background:#d7e3f2;
	color:#333;
}

/*rtl*/

.RadGridRTL_APA_Custom .rgHeader:first-child,
.RadGridRTL_APA_Custom th.rgResizeCol:first-child,
.RadGridRTL_APA_Custom .rgFilterRow>td:first-child,
.RadGridRTL_APA_Custom .rgRow>td:first-child,
.RadGridRTL_APA_Custom .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_APA_Custom .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_APA_Custom .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_APA_Custom .rgPagePrev
{
	margin:0 0 0 3px;
	background-position:0 -850px;
}
.RadGridRTL_APA_Custom .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_APA_Custom .rgPageNext
{
	margin:0 3px 0 0;
	background-position:0 -700px;
}
.RadGridRTL_APA_Custom .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_APA_Custom .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_APA_Custom .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_APA_Custom .rgGroupHeader .rgExpand
{
	background-position:-20pxpx -495px;
}

.RadGridRTL_APA_Custom .rgExpand
{
	background-position:-20px -496px;
}

/* Rad TreeView  TMS & TSP 4/20/11 */

.RadTreeView
{
	white-space:nowrap;
	cursor: default;
}

.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot,
.RadTreeView .rtUL
{
	zoom:1;
}

.RadTreeView .rtSp,
.RadTreeView .rtImg,
.RadTreeView .rtIn,
.RadTreeView .rtChk
{
	vertical-align:middle;
}

.RadTreeView .rtUL
{
	margin: 0;
	padding: 0;
	-moz-user-select: -moz-none;
}

.RadTreeView .rtLI
{
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
}

.RadTreeView .rtUL .rtLI .rtUL
{
	padding-left: 20px;
}

.RadTreeView .rtTop, 
.RadTreeView .rtMid, 
.RadTreeView .rtBot
{
	padding: 1px 0 1px 20px;
}

/* <expand/collapse images> */

.RadTreeView .rtPlus, 
.RadTreeView .rtMinus
{
	font-size: 0;
	padding: 0;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 6px 7px 0 -18px;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}

* html .RadTreeView .rtPlus, 
* html .RadTreeView .rtMinus { margin-right: 1px; }
*+html .RadTreeView .rtPlus, 
*+html .RadTreeView .rtMinus { margin-right: 1px; }

.RadTreeView .rtPlus { background-position: 0 0; }
.RadTreeView .rtPlusHover { background-position: 0 -22px; }
.RadTreeView .rtMinus { background-position: 0 -11px; }
.RadTreeView .rtMinusHover { background-position: 0 -33px; }

/* </expand/collapse images> */

/* <tristate checkboxes> */

.RadTreeView .rtChecked,
.RadTreeView .rtUnchecked,
.RadTreeView .rtIndeterminate
{
	display: -moz-inline-box;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 0 3px 0 0;
	line-height: 0;
	font-size: 0;
}

.RadTreeView .rtChecked { background-position: 0 0; }
.RadTreeView .rtUnchecked { background-position: 0 -13px; }
.RadTreeView .rtIndeterminate { background-position: 0 -26px; }

/* </tristate checkboxes> */

.RadTreeView .rtSp
{
	display: -moz-inline-box;
	display: inline-block;
	width: 1px;
	margin-left: -1px;
	height: 22px;
}

.RadTreeView .rtChk
{
	margin: 0 2px;
	padding: 0;
	width: 12px;
	height: 12px;
}

.RadTreeView .rtIn
{
	margin-left: 1px;
	padding: 4px 3px 3px;
	text-decoration:none;
}

/* <navigation link> */
.RadTreeView a.rtIn
{
	cursor: pointer;
}
/* </navigation link> */

/* <templates> */

.RadTreeView div.rtIn
{
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
}

/* <massage> */
*+html .RadTreeView_rtl .rtIn { padding: 2px 3px; }
* html .RadTreeView_rtl .rtIn { padding: 2px 3px; }

* html .RadTreeView div.rtIn { display:inline-block; }
* html .RadTreeView div.rtIn { display:inline; }
*+html .RadTreeView div.rtIn { display:inline-block; }
*+html .RadTreeView div.rtIn { display:inline; }
/* </massage> */

.RadTreeView .rtTemplate,
.RadTreeView input
{ 
	-moz-user-select: text;
}

/* </templates> */

/* <loading messages> */
.RadTreeView .rtLoadingIcon
{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: text-top;
	width: 21px;
	height: 16px;
	margin-top: -1px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 2px 0;
}
*+html .RadTreeView .rtLoadingIcon { margin: 0; }
* html .RadTreeView .rtLoadingIcon { margin: 0; }

.RadTreeView .rtLoadingBelow
{
	display: block;
}

*+html .RadTreeView_rtl .rtLoadingIcon { text-indent: 0; }
* html .RadTreeView_rtl .rtLoadingIcon { text-indent: 0; }

/* </loading messages> */

/* </general styles> */

/* <node states> */

.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn
{
	padding: 3px 2px 2px;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 0;
}

*+html .RadTreeView_rtl .rtHover .rtIn,
*+html .RadTreeView_rtl .rtSelected .rtIn { padding: 1px 2px; }
* html .RadTreeView_rtl .rtHover .rtIn,
* html .RadTreeView_rtl .rtSelected .rtIn { padding: 1px 2px; }

/* <in-line editing> */

/* editing of wrapped nodes should add white-space nowrap to make the input box stay on the same line;
   if the white-space: normal is added through inline styles (on a per-node basis), it can be overriden only by using !important */
.RadTreeView .rtEdit *
{
	white-space: nowrap !important;
}

.RadTreeView .rtEdit .rtIn,
.RadTreeView .rtEdit .rtIn input
{
	outline: 0; /* disable safari glow effect - RadTreeView look consistency */
	cursor: text;
}


.RadTreeView .rtLI .rtEdit .rtIn
{
	border-width: 1px;
	border-style: solid;
	padding: 2px 1px 1px;
	height: 1.4em;
	text-decoration: none;
	vertical-align: middle;
}

* html .RadTreeView .rtLI .rtEdit .rtIn { padding/* */: 0 1px; }

.RadTreeView .rtEdit .rtIn input
{
	height: 1.4em;
	line-height: 1.4em;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* </in-line editing> */

/* </node states> */

/* <node lines> */

.RadTreeView .rtLines .rtLI,
.RadTreeView .rtLines .rtFirst .rtUL
{
	background-repeat: repeat-y;
	background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtLI,
.RadTreeView_rtl .rtLines .rtFirst .rtUL
{
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.RadTreeView .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtLast,
.RadTreeView .rtLines .rtLast .rtUL
{
	background: none;
}

.RadTreeView .rtLines .rtTop,
.RadTreeView .rtLines .rtMid,
.RadTreeView .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtTop,
.RadTreeView_rtl .rtLines .rtMid,
.RadTreeView_rtl .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 100% 0;
}

/* </node lines> */

/* <drop targets> */

.rtDropAbove,
.rtDropBelow
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
	margin-top: -1px;
}

.rtDropAbove
{
    border-bottom: 0;
}

.rtDropBelow
{
    border-top: 0;
}

/* </drop targets> */

/* <RTL support> */
.RadTreeView_rtl .rtPlus, 
.RadTreeView_rtl .rtMinus
{
	position: relative;
}

/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */
* html .RadTreeView_rtl .rtPlus, 
* html .RadTreeView_rtl .rtMinus { position:static; }

*+html .RadTreeView_rtl .rtPlus, 
*+html .RadTreeView_rtl .rtMinus { position:static; }

/* fixes IE6/7 "disappearing content" bug */
*+html .RadTreeView_rtl .rtLI,
*+html .RadTreeView_rtl .rtIn
{
	zoom: 1;
}
* html .RadTreeView_rtl .rtLI,
* html .RadTreeView_rtl .rtIn
{
	zoom: 1;
}
* html .RadTreeView_rtl .rtIn
{
	margin-top: -1px;
}

.RadTreeView_rtl .rtUL .rtLI .rtUL
{
	padding-right: 15px;
	padding-left: 0;
}

.RadTreeView_rtl .rtTop,
.RadTreeView_rtl .rtMid, 
.RadTreeView_rtl .rtBot
{
	padding: 0 15px 0 0;
	margin: 0;
}

.RadTreeView_rtl .rtPlus { background-position: -11px 0; }
.RadTreeView_rtl .rtPlusHover { background-position: -11px -22px; }
.RadTreeView_rtl .rtMinus { background-position: -11px -11px; }
.RadTreeView_rtl .rtMinusHover { background-position: -11px -33px; }

.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus
{
	margin-right:7px;
	right:-20px;
}

/* firefox 2 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link
{
	margin-right:-11px;
	right:-8px;
}

/* firefox 3 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:7px;
	right:-20px;
}

/* ie 6 */
* html .RadTreeView_rtl .rtPlus,
* html .RadTreeView_rtl .rtMinus
{
	margin-right:-13px;
	right:0;
}

/* ie 7 */
*+html .RadTreeView_rtl .rtPlus,
*+html .RadTreeView_rtl .rtMinus
{
	margin-right: -13px;
	right: 0;
	width: 0;
	padding-left: 11px;
}

/* safari & opera */
@media screen and (min-width:50px)
{
	.RadTreeView .rtPlus,
	.RadTreeView .rtMinus
	{
		margin-right: 7px;
		margin-left: -18px;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_rtl .rtPlus,
	:root .RadTreeView_rtl .rtMinus
	{
		right: 0;
		margin-right: -13px;
		margin-left: 2px;
	}
}

/* opera */
@media all and(-webkit-max-device-pixel-ratio:10000),
   not all and(-webkit-min-device-pixel-ratio:0) {

	:root .RadTreeView_rtl .rtPlus,
	:root .RadTreeView_rtl .rtMinus
	{
		position: relative;
		margin-left: 2px;
		margin-right: -13px;
		right: -15px;
	}
}

/* </RTL support> */

/* <design-time support> */
div.RadTreeView_designtime .rtTop, 
div.RadTreeView_designtime .rtMid, 
div.RadTreeView_designtime .rtBot
{
	position: relative;
}

div.RadTreeView_designtime .rtPlus, 
div.RadTreeView_designtime .rtMinus
{
	margin: 0;
	position: absolute;
	left: 3px;
	top: 4px;
}
/* </design-time support> */

/* skin specific */

.RadTreeView_APA_Custom,
.RadTreeView_APA_Custom a.rtIn,
.RadTreeView_APA_Custom .rtEdit .rtIn input
{
	color: #00156e;
	font: 12px/18px "Segoe UI", Arial, sans-serif;
}

.RadTreeView_APA_Custom .rtPlus, 
.RadTreeView_APA_Custom .rtMinus
{
	background-image: url('images/treeView/PlusMinus.png');
}

.RadTreeView_APA_Custom .rtChecked,
.RadTreeView_APA_Custom .rtUnchecked,
.RadTreeView_APA_Custom .rtIndeterminate
{
	background-image: url('images/treeView/TriState.png');
}

.RadTreeView_APA_Custom .rtHover .rtIn
{
	color: #000;
	border-color: #a79d87 #b89f73;
	background-color: #FFE086;
	background-image: url('images/treeView/ItemHoveredBg.png');
}

.RadTreeView_APA_Custom .rtSelected .rtIn
{
	color: #000;
	border-color: #8f8267 #a79d87;
	background-color: #fcdb89;
	background-image: url('images/treeView/ItemSelectedBg.png');
}

.RadTreeView_APA_Custom .rtSelected .rtLoadingBefore,
.RadTreeView_APA_Custom .rtSelected .rtLoadingAfter,
.RadTreeView_APA_Custom .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_APA_Custom .rtLoadingIcon
{
	background-image: url('images/treeView/LoadingIcon.gif');
}

.RadTreeView .rtLI .rtEdit .rtIn
{
	border-color: #0f3789;
	background: #fff;
}

.RadTreeView_APA_Custom_disabled .rtIn,
.RadTreeView_APA_Custom .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_APA_Custom .rtLines .rtLI,
.RadTreeView_APA_Custom .rtLines .rtFirst .rtUL { background-image: url('images/common/TreeView/NodeSpan.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtLI,
.RadTreeView_APA_Custom_rtl .rtLines .rtFirst .rtUL { background-image:url('images/common/TreeView/NodeSpan_rtl.png'); }

.RadTreeView_APA_Custom .rtLines .rtFirst,
.RadTreeView_APA_Custom .rtLines .rtFirst .rtUL { background-image: url('images/common/TreeView/FirstNodeSpan.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtFirst,
.RadTreeView_APA_Custom_rtl .rtLines .rtFirst .rtUL { background-image: url('images/common/TreeView/FirstNodeSpan_rtl.png'); }
.RadTreeView_APA_Custom .rtLines .rtLast,
.RadTreeView_APA_Custom .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_APA_Custom .rtLines .rtTop { background-image:url('images/common/TreeView/TopLine.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtTop { background-image:url('images/common/TreeView/TopLine_rtl.png'); }
.RadTreeView_APA_Custom .rtLines .rtMid { background-image:url('images/common/TreeView/MiddleLine.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtMid { background-image:url('images/common/TreeView/MiddleLine_rtl.png'); }
.RadTreeView_APA_Custom .rtLines .rtBot { background-image:url('images/common/TreeView/BottomLine.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtBot { background-image: url('images/common/TreeView/BottomLine_rtl.png'); }
.RadTreeView_APA_Custom .rtLines .rtLast .rtTop { background-image:url('images/common/TreeView/SingleLine.png'); }
.RadTreeView_APA_Custom_rtl .rtLines .rtLast .rtTop { background-image:url('images/common/TreeView/SingleLine_rtl.png'); }

