/*

RadTreeView Web20 skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_ElKontrol,
.RadTreeView_ElKontrol .rtEdit .rtIn input
{
	font:11px verdana,arial,sans-serif;
	color:#333399;
	line-height:2em;
	
}

.RadTreeView_ElKontrol .rtTop, 
.RadTreeView_ElKontrol .rtMid, 
.RadTreeView_ElKontrol .rtBot
{
	padding: 0 0 0 24px;
}

.RadTreeView_ElKontrol .rtUL .rtLI .rtUL
{
	padding-left: 24px;
}

.RadTreeView_ElKontrol_rtl .rtUL .rtLI .rtUL
{
	padding-right: 24px;
	padding-left: 0;
}

.RadTreeView_ElKontrol .rtPlus, 
.RadTreeView_ElKontrol .rtMinus
{
	margin:4px 4px 0pt -21px;
	width:18px;
	height:18px;
}

.RadTreeView_ElKontrol .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_ElKontrol .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -18px;
}

.RadTreeView_ElKontrol .rtSp
{
	height:24px;
}

.RadTreeView_ElKontrol .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
}

.RadTreeView_ElKontrol .rtIn
{
	margin-left:3px;
	padding: 2px;
}

/* endof general styles */

/*Three state checkboxes*/
.RadTreeView_ElKontrol .rtLI .rtIndeterminate,
.RadTreeView_ElKontrol .rtLI .rtChecked,
.RadTreeView_ElKontrol .rtLI .rtUnchecked
{
	height: 15px;
	width: 17px;
}

.RadTreeView_ElKontrol .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -30px;
}

.RadTreeView_ElKontrol .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_ElKontrol .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -15px ;
}
/* node states */

.RadTreeView_ElKontrol .rtHover .rtIn
{
	color:#ff9900;
	background:#ffffff;
	
	text-decoration: underline;
}

.RadTreeView_ElKontrol .rtSelected .rtIn
{
	color:#ff9900;
	background:#ffffff;
	
	text-decoration: underline;
}

.RadTreeView_ElKontrol_disabled .rtIn,
.RadTreeView_ElKontrol .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_ElKontrol .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_ElKontrol .rtLI .rtEdit .rtIn
{
	border:1px solid black;
	padding: 1px;
	height: 1.83em;
	background: #fff;
}

.RadTreeView_ElKontrol .rtEdit .rtIn input
{
	height:1.67em;
	line-height:1.67em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_ElKontrol,
.rtDropBelow_ElKontrol
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_ElKontrol
{
    border-bottom: 0;
}

.rtDropBelow_ElKontrol
{
    border-top: 0;
}

/* endof drop targets */


/* node lines */

.RadTreeView_ElKontrol .rtLines .rtLI
{
	background:url(TreeView/NodeSpan.gif) repeat-y 0 0;
}
.RadTreeView_ElKontrol_rtl .rtLines .rtLI
{
	background:url(TreeView/NodeSpan_rtl.gif) repeat-y 100% 0;
}

.RadTreeView_ElKontrol .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan.gif) no-repeat 0 1.273em;
}
.RadTreeView_ElKontrol_rtl .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 1.273em;
}

.RadTreeView_ElKontrol .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan.gif) repeat-y 0 1.273em;
}

.RadTreeView_ElKontrol_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 1.273em;
}

.RadTreeView_ElKontrol .rtLines .rtLast,
.RadTreeView_ElKontrol .rtLines .rtLast .rtUL
{
	background:none;
}

.RadTreeView_ElKontrol .rtLines .rtTop
{
	background:url(TreeView/TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_ElKontrol_rtl .rtLines .rtTop
{
	background:url(TreeView/TopLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_ElKontrol .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine.gif) 0 0 no-repeat;
}

.RadTreeView_ElKontrol_rtl .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_ElKontrol .rtLines .rtMid
{
	background:url(TreeView/MiddleLine.gif) 0 0 no-repeat;
}
.RadTreeView_ElKontrol_rtl .rtLines .rtMid
{
	background:url(TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_ElKontrol .rtLines .rtBot
{
	background:url(TreeView/BottomLine.gif) 0 0 no-repeat;
}
.RadTreeView_ElKontrol_rtl .rtLines .rtBot
{
	background:url(TreeView/BottomLine_rtl.gif) 100% 0 no-repeat;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_ElKontrol_rtl .rtPlus,
.RadTreeView_ElKontrol_rtl .rtMinus
{
	margin-right:-11px;
	right:-13px;
}

* html .RadTreeView_ElKontrol_rtl .rtPlus,
* html .RadTreeView_ElKontrol_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

*+html .RadTreeView_ElKontrol_rtl .rtPlus,
*+html .RadTreeView_ElKontrol_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

.RadTreeView_ElKontrol_rtl .rtTop,
.RadTreeView_ElKontrol_rtl .rtMid, 
.RadTreeView_ElKontrol_rtl .rtBot
{
	padding: 0 20px 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_ElKontrol_rtl .rtUL .rtLI .rtUL
	{
		padding-left: 24px;
		padding-right: 0;
	}

	html:first-child .RadTreeView_ElKontrol_rtl .rtPlus,
	html:first-child .RadTreeView_ElKontrol_rtl .rtMinus,
	html:first-child .RadTreeView_ElKontrol_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_ElKontrol_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_ElKontrol_rtl .rtPlus,
	:root .RadTreeView_ElKontrol_rtl .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	}
}

/* endof hacks */
