/* general styles */

.RadTreeView,
.RadTreeView .rtEdit .rtIn input
{
	font:12px arial,verdana,sans-serif;
	color:#1e2426;
	line-height:1.273em;
}

.RadTreeView .rtTop, 
.RadTreeView .rtMid, 
.RadTreeView .rtBot
{
	padding: 0 0 0 15px;
}

.RadTreeView .rtUL .rtLI .rtUL 
{
	padding-left: 15px;
}

.RadTreeView .rtPlus, 
.RadTreeView .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:12px;
}

.RadTreeView .rtPlus
{
	background: transparent url(img/SinglePlus.gif) no-repeat 0 3px;
}

.RadTreeView .rtMinus
{
	background: transparent url(img/SingleMinus.gif) no-repeat 0 3px;
}

.RadTreeView .rtSp
{
	height:20px;
	margin-bottom:5px;
}

.RadTreeView .rtIn
{
	margin-left:3px;	
	padding: 2px 2px 4px 18px;
	text-decoration:none;
	background: transparent url(img/template.gif) no-repeat 0 2px;
}


/* endof general styles */


/* node states */

.RadTreeView .cmsPageGroup,
.RadTreeView .cmsRoot
{
	background: transparent url(img/templatesAll.gif) no-repeat 0px 0;
	padding-left: 22px;	
}

.RadTreeView .cmsHomePageNode
{
	background: transparent url(img/home.gif) no-repeat 0 0;
	font-weight: bold;
}

.RadTreeView .cmsExternalPageNode
{
	background: transparent url(img/templateExternal.gif) no-repeat 0 0;	
}

.RadTreeView .cmsLockedPageNode
{
	background: transparent url(img/padlock.gif) no-repeat 0 0;
}

.RadTreeView .rtHover .rtIn
{	
	color: #07639a;			
}

.RadTreeView .rtSelected .rtIn
{	
	color:#fff;	
	background: #666 url(img/template.gif) no-repeat 2px 2px;	
	padding-right: 5px;
}

.RadTreeView .rtSelected .cmsPageGroup,
.RadTreeView .rtSelected .cmsRoot
{	
	color:#fff;	
	background: #666 url(img/templatesAll.gif) no-repeat 2px 0;
}

.RadTreeView .rtSelected .cmsHomePageNode
{	
	color:#fff;	
	background: #666 url(img/home.gif) no-repeat 2px 2px;	
}

.RadTreeView .rtSelected .cmsExternalPageNode
{	
	color:#fff;	
	background: #666 url(img/templateExternal.gif) no-repeat 2px 2px;
}

.RadTreeView .rtSelected .cmsLockedPageNode
{	
	color:#fff;	
	background: #666 url(img/padlock.gif) no-repeat 2px 2px;
}

.RadTreeView_disabled .rtIn,
.RadTreeView .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove,
.rtDropBelow
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove
{
    border-bottom: 0;
}

.rtDropBelow
{
    border-top: 0;
}

/* endof drop targets */



/* 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_rtl .rtPlus,
	html:first-child .RadTreeView_rtl .rtMinus,
	html:first-child .RadTreeView_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_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_rtl .rtPlus,
	:root .RadTreeView_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
