/*
RadTreeView helpToc skin
* For notes on some CSS class names, please check RadTreeView common skin file *
*/

/* general styles */

.RadTreeView_helpToc
{
	font:12px arial,sans-serif;
	color:#fff;
	line-height:14px;
	overflow:visible !important;	
}

.RadTreeView.RadTreeView_helpToc .rtTop, 
.RadTreeView.RadTreeView_helpToc .rtMid, 
.RadTreeView.RadTreeView_helpToc .rtBot
{
	padding: 0 0 0 5px;
}

/* FIX Category Items */
a.categoryItem
{	
	margin-left: 0px;	
	text-decoration:none;
	color: #fff;		
	margin-top: 4px;
	padding-left: 4px !important;
	background: none !important ;	
}

.RadTreeView .rtSelected a.categoryItem
{
	padding-left: 21px;
	color: #9d3c39 !important;
	background: url(TreeView/cat_selected.gif) no-repeat 2px 0 !important ;
	border: none;
	
}
/* END FIX Category Items */

.RadTreeView_helpToc .rtUL .rtLI .rtUL 
{
	margin-left: 5px;
}

.RadTreeView.RadTreeView_helpToc .rtPlus, 
.RadTreeView.RadTreeView_helpToc .rtMinus
{
	margin:2px 1px 0 0px;
	width:16px;
	height:16px;	
}

.RadTreeView_helpToc .rtPlus,
.RadTreeView_helpToc .rtPlus.rtPlusHover
{
	background: transparent url(TreeView/dir.gif) no-repeat 0 0 ;
}

.RadTreeView.RadTreeView_helpToc .rtMinus,
.RadTreeView_helpToc .rtMinus.rtMinusHover
{
	background: transparent url(TreeView/dir_open.gif) no-repeat 0 0 ;
}

.RadTreeView.RadTreeView_helpToc .rtSp {	
	height:20px;
}

.RadTreeView_helpToc .rtChk
{
	margin: 0 10px;
	padding:0;
	width:12px;
	height:12px;	
}

.RadTreeView.RadTreeView_helpToc .rtIn
{	
	margin-left:0px;
	padding: 2px 3px 2px 4px;
	text-decoration:none;
	color: #fff;	
	cursor: pointer;	
}

.RadTreeView.RadTreeView_helpToc a.rtIn
{	
	color: #fff;
	margin-top: 4px;
	padding-left: 21px;
	background: transparent url(TreeView/file.gif) no-repeat 0 2px ;
}

/* endof general styles */


/* node states */

.RadTreeView.RadTreeView_helpToc .rtHover .rtIn,
.RadTreeView.RadTreeView_helpToc .rtSelected .rtIn
{
	padding: 2px 3px 2px 4px;
	color: #fff;	
	border: none;	
}

.RadTreeView.RadTreeView_helpToc .rtHover a.rtIn
{	
	color: #fff;	
	margin-top: 2px;
	padding-left: 21px;
	background: transparent url(TreeView/file.gif) no-repeat 0 2px ;
	border: none;
}
           
.RadTreeView.RadTreeView_helpToc .rtSelected .rtIn
{
	padding-left: 21px;
	color: #9d3c39;
	background: url(TreeView/file_selected.gif) no-repeat 0 1px ;

}

.RadTreeView.RadTreeView_helpToc .rtSelected .rtIn:hover
{
	padding-left: 21px;
	color: #9d3c39;
	background: url(TreeView/file_selected.gif) no-repeat 0 1px ;	
	padding-top: 2px; 
	padding-bottom: 2px; 
}

.RadTreeView.RadTreeView_helpToc_disabled .rtIn,
.RadTreeView.RadTreeView_helpToc .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView.RadTreeView_helpToc .rtSelected .rtLoadingBelow
{
	color: #fff;	
}

/* endof node states */


/* in-line editing */

.RadTreeView.RadTreeView_helpToc .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height: 12px;
	background: #fff;
	text-decoration: none;
}

.RadTreeView.RadTreeView_helpToc .rtEdit .rtIn input
{
	height:12px;
	border:0;
	line-height:12px;
	font:11px tahoma,verdana,sans-serif;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_helpToc,
.rtDropBelow_helpToc
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_helpToc
{
    border-bottom: 0;
}

.rtDropBelow_helpToc
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_helpToc_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;	
}

.RadTreeView_helpToc_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -90px -9px;
}

/* firefox */
.RadTreeView_helpToc_rtl .rtPlus,
.RadTreeView_helpToc_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;	
}

* html .RadTreeView_helpToc_rtl .rtPlus,
* html .RadTreeView_helpToc_rtl .rtMinus
{
	margin-right:-10px;
	right:0;	
}

*+html .RadTreeView_helpToc_rtl .rtPlus,
*+html .RadTreeView_helpToc_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_helpToc_rtl .rtTop,
.RadTreeView_helpToc_rtl .rtMid, 
.RadTreeView_helpToc_rtl .rtBot
{
	padding: 0 15px 2px 0;
	margin:0;
}

/* endof rtl-specific styles */


/* hacks for Opera & Safari */
@media screen and (min-width:550px)
{
	/* fixes for opera (changes the paddings/margins automatically in rtl mode) */

	html:first-child .RadTreeView_helpToc_rtl .rtPlus,
	html:first-child .RadTreeView_helpToc_rtl .rtMinus,
	html:first-child .RadTreeView_helpToc_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_helpToc_rtl .rtFirst .rtLI .rtMinus {
		
		margin:5px 1px 0 -10px;
		right:0;
		
	}
		
	html:first-child .RadTreeView_helpToc {		
		line-height:18px;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_helpToc_rtl .rtPlus,
	:root .RadTreeView_helpToc_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */

/* Enable selecting nodes in the tree */
.RadTreeView .rtUL
{
    user-select: text !important;
   -o-user-select: text !important;
   -moz-user-select:  text !important;
   -khtml-user-select:  text !important;
   -webkit-user-select:  text !important;
}
