/*

RadTreeView Mac skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */



.RadTreeView_orse,
.RadTreeView_orse .rtEdit .rtIn input
{
	font:11px tahoma,verdana,sans-serif;
	color:#a1a1a1;
	line-height:1.273em;
}

.RadTreeView_orse a
{
	
	color:#a1a1a1;
    
}

.RadTreeView_orse .rtTop, 
.RadTreeView_orse .rtMid, 
.RadTreeView_orse .rtBot
{
	padding: 0 0 0 17px;
}

.RadTreeView_orse .rtPlus, 
.RadTreeView_orse .rtMinus
{
	margin:4px 3px 0 -15px;
	width:11px;
	height:11px;
}

.RadTreeView_orse .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_orse .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -11px;
}

.RadTreeView_orse .rtSp
{
	height:20px;
}

.RadTreeView_orse .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
}

.RadTreeView_orse .rtIn
{
	margin-left:3px;
	padding: 2px;
}

/* endof general styles */


/* node states */

.RadTreeView_orse .rtHover .rtIn
{
	text-decoration: none;
}

.RadTreeView_orse .rtSelected .rtIn
{
	/*background-color:#9dccfb;*/
	color: #c3992b;
}

.RadTreeView_orse_disabled .rtIn,
.RadTreeView_orse .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_orse .rtSelected .rtLoadingBelow
{
	background-color:#9dccfb;
	color: #fff;
}

/* endof node states */


/* in-line editing */

.RadTreeView_orse .rtLI .rtEdit .rtIn
{
	border:1px solid black;
	padding: 1px;
	height: 1.2em;
	background: #fff;
	text-decoration: none;
}

.RadTreeView_orse .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_orse,
.rtDropBelow_orse
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_orse
{
    border-bottom: 0;
}

.rtDropBelow_orse
{
    border-top: 0;
}

/* endof drop targets */

/* rtl-specific styles */

.RadTreeView_orse_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -11px 0;
}

.RadTreeView_orse_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -11px -11px;
}

/* firefox */
.RadTreeView_orse_rtl .rtPlus,
.RadTreeView_orse_rtl .rtMinus
{
	margin-right:-11px;
	right:-3px;
}

* html .RadTreeView_orse_rtl .rtPlus,
* html .RadTreeView_orse_rtl .rtMinus
{
	margin-right:-15px;
	right:0;
}

*+html .RadTreeView_orse_rtl .rtPlus,
*+html .RadTreeView_orse_rtl .rtMinus
{
	margin-right:-15px;
	right:0;
}

.RadTreeView_orse_rtl .rtTop,
.RadTreeView_orse_rtl .rtMid, 
.RadTreeView_orse_rtl .rtBot
{
	padding: 0 17px 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_orse_rtl .rtPlus,
	html:first-child .RadTreeView_orse_rtl .rtMinus,
	html:first-child .RadTreeView_orse_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_orse_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 3px 0 -15px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_orse_rtl .rtPlus,
	:root .RadTreeView_orse_rtl .rtMinus
	{
		right: 0;
		margin-right: -15px;
		margin-left: 3px;
	}
}

/* endof hacks */
