/*
RadTreeView skin
* For notes on some CSS class names, please check RadTreeView common skin file *
*/

/* general styles */
/* Hele trĉet udseende*/
.RadTreeView_SkinForum,
.RadTreeView_SkinForum a.rtIn,
.RadTreeView_SkinForum .rtEdit .rtIn input{
	font-family:Verdana;
	font-size:9px;
	color:#484848;	
	font-weight:normal;
	margin:0px 0 0px 0px;
	border-right: dotted 1px #cfcfcf;
	
	border-left: solid 0px #cfcfcf;
	border-bottom: dotted 0px #cfcfcf;	
}

/* Tree Text position level 1 */
.RadTreeView_SkinForum .rtIn
{
	margin-left:0px;
	padding: 0px 3px 0px 0px;
	text-decoration:none;
	
}

/* Tree Text position level 2 */
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtIn
{
	margin-left:0px;
	padding: 0px 3px 0px 5px;
	text-decoration:none;	
}

/* Tree Text position level 3 */
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtLI .rtUL .rtIn
{
	margin-left:0px;
	padding: 0px 3px 0px 10px;
	text-decoration:none;	
}

/* Tree Text position level 4 */
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL .rtIn
{
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	text-decoration:none;	
}
/* Tree Text Height*/
/* noden text afstand*/
.RadTreeView_SkinForum .rtSp
{
	height:16px;
	border-right: dotted 0px #cfcfcf;
}

/* Tree node padding*/
.RadTreeView_SkinForum .rtTop, 
.RadTreeView_SkinForum .rtMid, 
.RadTreeView_SkinForum .rtBot{
	padding: 2px 0px 0px 10px;	
	width:100%; 
	height:20px; 
	margin-bottom:0px; 
	z-index:1001; 	
	
}




/* level 1*/
.RadTreeView_SkinForum .rtUL
{
	padding:0px 0px 0px 0px;	
	color:#484848;	
	font-family:Verdana;
	font-size:11px;
	background: url('TreeView/ElbilForumLeftMenuBg.gif') repeat-y;

}

/* level 1*/
.RadTreeView_SkinForum .rtUL .rtLI .rtUL{
	padding:0px 0px 0px 0px;	
	color:#484848;
	font-family:Verdana;
	font-size:11px;	
	margin-left:-5px;	
	
}

/* level 2*/
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtLI .rtUL{
	padding:0px 0px 0px 0px;
	color:#484848;	
	margin-left:-5px;
	
}

/* level 3*/
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL {
	padding:0px 0px 0px 16px;
	color:#484848;	
}



/*Level 1 Selected round images*/
.RadTreeView_SkinForum .rtUL .rtSelected{
	margin:0px 0px 0px 0px;
	/*background: transparent url(TreeView/Selected.gif) no-repeat -2px 8px;
	/* background-color:Orange;	*/
}

/*Level 2 Selected*/
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtSelected{
	margin:0px 0px 0px 0px;
	/*background: transparent url(TreeView/Selected.gif) no-repeat -2px 8px;	
	/* background-color:Orange;	*/
}
/*Level 3 Selected*/
.RadTreeView_SkinForum .rtUL .rtLI .rtUL .rtLI .rtUL .rtSelected{
	margin:0px 0px 0px 0px;
	/*background: transparent url(TreeView/Selected.gif) no-repeat -2px 8px;	
	/* background-color:Orange;	*/
}

.RadTreeView_SkinForum .rtPlus, 
.RadTreeView_SkinForum .rtMinus{
	margin:6px 0px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_SkinForum .rtPlus
{		
	/*background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;	*/
}

.RadTreeView_SkinForum .rtMinus
{	
	
	/*background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;	*/
}



/*Check box*/
.RadTreeView_SkinForum .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

/* endof general styles */



/* node states onhover */

.RadTreeView_SkinForum .rtHover .rtIn
{
	/*padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
    */
	cursor:pointer;
	color:#464646; 
	font-weight:bold; 
	text-decoration:none;
}

/* Noden valgt*/
.RadTreeView_SkinForum .rtSelected .rtIn
{
	text-decoration:none;
	color:#464646; 
	font-weight:bold; 
	
	
}

/*Three state checkboxes*/

.RadTreeView_SkinForum .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_SkinForum .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_SkinForum .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}



.RadTreeView_SkinForum_disabled .rtIn,
.RadTreeView_SkinForum .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_SkinForum .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */






/* in-line editing */

.RadTreeView_SkinForum .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_SkinForum .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_SkinForum,
.rtDropBelow_SkinForum
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_SkinForum
{
    border-bottom: 0;
}

.rtDropBelow_SkinForum
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_SkinForum_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_SkinForum_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_SkinForum_rtl .rtPlus,
.RadTreeView_SkinForum_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_SkinForum_rtl .rtPlus,
* html .RadTreeView_SkinForum_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_SkinForum_rtl .rtPlus,
*+html .RadTreeView_SkinForum_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_SkinForum_rtl .rtTop,
.RadTreeView_SkinForum_rtl .rtMid, 
.RadTreeView_SkinForum_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_SkinForum_rtl .rtPlus,
	html:first-child .RadTreeView_SkinForum_rtl .rtMinus,
	html:first-child .RadTreeView_SkinForum_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_SkinForum_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_SkinForum_rtl .rtPlus,
	:root .RadTreeView_SkinForum_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
