/*
RadTreeView helpToc skin
* For notes on some CSS class names, please check RadTreeView common skin file *
*/

/* general styles */
.RadTreeView .rtPlus:hover
{
	background-position: 0px 0px !important;	
}



.RadTreeView_helpToc
{
	font:12px arial,sans-serif !important;
	color:#fff !important;
	line-height:14px !important;
	overflow:visible !important;	
}

.RadTreeView_helpToc .rtTop, 
.RadTreeView_helpToc .rtMid, 
.RadTreeView_helpToc .rtBot
{
	padding: 0 0 0 5px !important;
}

/* FIX Category Items */
a.categoryItem
{	
	margin-left: 0px  !important;	
	text-decoration:none  !important;
	color: #fff  !important;		
	margin-top: 4px  !important;
	padding-left: 4px !important;
	background: none !important ;	
}

.rtSelected a.categoryItem
{
	padding-left: 21px  !important;
	color: #9d3c39 !important;
	background: url(TreeView/cat_selected.gif) no-repeat 2px 0 !important ;
	
}
/* END FIX Category Items */

.RadTreeView_helpToc .rtUL .rtLI .rtUL 
{
	margin-left: 5px  !important;
}

.RadTreeView_helpToc .rtPlus, 
.RadTreeView_helpToc .rtMinus
{
	margin:2px 1px 0 0px  !important;
	width:16px  !important;
	height:16px  !important;	
}

.RadTreeView_helpToc .rtPlus
{
	background: transparent url(TreeView/dir.gif) no-repeat 0 0 ;
}

.RadTreeView_helpToc .rtMinus
{
	background: transparent url(TreeView/dir_open.gif) no-repeat 0 0 ;
	background-position: 0px  !important;
}

.RadTreeView_helpToc .rtSp {	
	height:20px !important;
}

.RadTreeView_helpToc .rtChk
{
	margin: 0 10px  !important;
	padding:0 !important;
	width:12px !important;
	height:12px !important;	
}

.RadTreeView_helpToc .rtIn
{	
	margin-left:0px !important;
	padding: 2px 3px 2px 4px !important;
	text-decoration:none !important;
	color: #fff !important;	
	cursor: pointer !important;	
}

.RadTreeView_helpToc a.rtIn
{	
	color: #fff;
	margin-top: 4px !important;
	/*padding-left: 21px !important;*/
	/*background: transparent url(TreeView/file.gif) no-repeat 0 2px ;*/
}


/* endof general styles */


/* node states */

.RadTreeView_helpToc .rtHover .rtIn
{
	padding: 2px 3px 2px 4px !important;
	color: #fff !important;		
}

/* selected item */
.RadTreeView_helpToc .rtHover a.rtIn
{	
	color: #fff !important;	
	margin-top: 2px !important;
	/*padding-left: 21px !important;*/
	/*background: transparent url(TreeView/file.gif) no-repeat 0 2px ;*/
	
}

.RadTreeView_helpToc .rtSelected .rtIn
{
	/*padding-left: 21px !important;
	color: #9d3c39 !important;
	background: url(TreeView/file_selected.gif) no-repeat 0 1px ;*/
	
}

.RadTreeView_helpToc .rtSelected .rtIn:hover
{
	color: #FFF !important;
	background-color: #3c5ea0;
	/*padding-left: 21px !important;
	background: url(TreeView/file_selected.gif) no-repeat 0 1px;*/
	padding-top: 2px !important; 
	padding-bottom: 2px !important; 
}

.RadTreeView_helpToc_disabled .rtIn,
.RadTreeView_helpToc .rtDisabled .rtIn
{
	color:#ccc !important
}

.RadTreeView_helpToc .rtSelected .rtLoadingBelow
{
	color: #fff !important;	
}

/* endof node states */


/* in-line editing */

.RadTreeView_helpToc .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd !important;
	padding: 0 2px !important;
	height: 12px !important;
	background: #fff !important;
	text-decoration: none !important;
}

.RadTreeView_helpToc .rtEdit .rtIn input
{
	height:12px !important;
	border:0 !important;
	line-height:12px !important;
	font:11px tahoma,verdana,sans-serif !important;
	margin:0 !important;
	padding:0 !important;
	background:transparent !important;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_helpToc,
.rtDropBelow_helpToc
{
    border: 1px dotted black !important;
    font-size: 3px !important;
    line-height: 3px !important;
    height: 3px !important;
}

.rtDropAbove_helpToc
{
    border-bottom: 0 !important;
}

.rtDropBelow_helpToc
{
    border-top: 0 !important;
}

/* 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 !important;
	right:-8px !important;	
}

* html .RadTreeView_helpToc_rtl .rtPlus,
* html .RadTreeView_helpToc_rtl .rtMinus
{
	margin-right:-10px !important;
	right:0 !important;	
}

*+html .RadTreeView_helpToc_rtl .rtPlus,
*+html .RadTreeView_helpToc_rtl .rtMinus
{
	margin-right:-10px !important;
	right:0 !important;
}

.RadTreeView_helpToc_rtl .rtTop,
.RadTreeView_helpToc_rtl .rtMid, 
.RadTreeView_helpToc_rtl .rtBot
{
	padding: 0 15px 2px 0 !important;
	margin:0 !important;
}

/* 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 !important ;
		right:0;
		
	}
		
	html:first-child .RadTreeView_helpToc {		
		line-height:18px  !important;
	}
	
	/* 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  !important;
		margin-right: -10px !important;
		margin-left: 1px !important;
	}
}

/* endof hacks */

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
	background-position:0 100%;
	background-repeat:repeat-x;
	border-style:dotted !important;
	border-width:1px !important;
	padding:3px 2px 2px;
}

