/*

RadTreeView TV1 skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_TV1,
.RadTreeView_TV1 a.rtIn,
.RadTreeView_TV1 .rtEdit .rtIn input
{
	font:11px tahoma,verdana,sans-serif;
	color:#000;
	line-height:1.273em;
}

.RadTreeView_TV1 .rtTop, 
.RadTreeView_TV1 .rtMid, 
.RadTreeView_TV1 .rtBot
{
	padding: 0 0 0 20px;
}

.RadTreeView_TV1 .rtPlus, 
.RadTreeView_TV1 .rtMinus
{
	margin:4px 6px 0 -18px;
	width:11px;
	height:11px;
}

.RadTreeView_TV1 .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_TV1 .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -11px;
}

.RadTreeView_TV1 .rtSp
{
	height:18px;
}

.RadTreeView_TV1 .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
}

.RadTreeView_TV1 .rtIn
{
	margin-left:3px;
	padding: 2px;
}

/* endof general styles */


/* node states */

.RadTreeView_TV1 .rtHover .rtIn
{
	color: #363636;
	text-decoration:underline;
}

.RadTreeView_TV1 .rtSelected .rtIn
{
	color:#fff;
	background-color:#316ac5;
}

.RadTreeView_TV1_disabled .rtIn,
.RadTreeView_TV1 .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_TV1 .rtSelected .rtLoadingBelow
{
	color: #000;
}

/* endof node states */


/* in-line editing */

.RadTreeView_TV1 .rtLI .rtEdit .rtIn
{
	border:1px solid black;
	padding: 1px;
	height:1.2em;
	background: #fff;
	text-decoration:none;
}

.RadTreeView_TV1 .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_TV1,
.rtDropBelow_TV1
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_TV1
{
    border-bottom: 0;
}

.rtDropBelow_TV1
{
    border-top: 0;
}

/* endof drop targets */


/* node lines */

.RadTreeView_TV1 .rtLines .rtLI,
.RadTreeView_TV1 .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan.gif) repeat-y 0 0;
}
.RadTreeView_TV1_rtl .rtLines .rtLI,
.RadTreeView_TV1_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan_rtl.gif) repeat-y 100% 0;
}

.RadTreeView_TV1 .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan.gif) no-repeat 0 1.273em;
}
.RadTreeView_TV1_rtl .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 1.273em;
}

.RadTreeView_TV1 .rtLines .rtLast,
.RadTreeView_TV1 .rtLines .rtLast .rtUL
{
	background:none;
}

.RadTreeView_TV1 .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan.gif) repeat-y 0 1.273em;
}

.RadTreeView_TV1_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 1.273em;
}

.RadTreeView_TV1 .rtLines .rtTop
{
	background:url(TreeView/TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_TV1_rtl .rtLines .rtTop
{
	background:url(TreeView/TopLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_TV1 .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine.gif) 0 0 no-repeat;
}

.RadTreeView_TV1_rtl .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_TV1 .rtLines .rtMid
{
	background:url(TreeView/MiddleLine.gif) 0 0 no-repeat;
}
.RadTreeView_TV1_rtl .rtLines .rtMid
{
	background:url(TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_TV1 .rtLines .rtBot
{
	background:url(TreeView/BottomLine.gif) 0 0 no-repeat;
}
.RadTreeView_TV1_rtl .rtLines .rtBot
{
	background:url(TreeView/BottomLine_rtl.gif) 100% 0 no-repeat;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_TV1_rtl .rtPlus,
.RadTreeView_TV1_rtl .rtMinus
{
	margin-right:-11px;
	right:-13px;
}

* html .RadTreeView_TV1_rtl .rtPlus,
* html .RadTreeView_TV1_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

*+html .RadTreeView_TV1_rtl .rtPlus,
*+html .RadTreeView_TV1_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

.RadTreeView_TV1_rtl .rtTop,
.RadTreeView_TV1_rtl .rtMid, 
.RadTreeView_TV1_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_TV1_rtl .rtPlus,
	html:first-child .RadTreeView_TV1_rtl .rtMinus,
	html:first-child .RadTreeView_TV1_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_TV1_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_TV1_rtl .rtPlus,
	:root .RadTreeView_TV1_rtl .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	}
}

/* endof hacks */