/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Vista,
.RadTreeView_Vista a.rtIn,
.RadTreeView_Vista .rtEdit .rtIn input
{
    font:12px Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0;
	padding: 0 0 2px 10px;
	font-variant:small-caps;
	width:160px;
	white-space:normal;
	font-weight:normal;
}

.RadTreeView_Vista .rtTop, 
.RadTreeView_Vista .rtMid, 
.RadTreeView_Vista .rtBot
{
	padding:0;
	width:90%;
	background-image: url(../images/linea.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	display:block;
	font-weight:normal;
	
}

.RadTreeView_Vista .rtUL a
{
	padding: 0px;
	display:block;
	padding: 0 0 0 10px;
	background-image:none;
	width:140px;
	background: transparent url(TreeView/bullet_menu.gif) no-repeat 0 0;
	background-position:0px 4px;
	font-weight:normal;
	
	

}
.RadTreeView_Vista .rtUL a:hover
{
	background: transparent url(TreeView/bullet_menu_dos.gif) no-repeat 0 0;
	background-position:0px 4px;
	font-weight:normal;
	

}



.RadTreeView_Vista .rtUL .rtLI .rtUL a
{
	padding: 0px;
	display:block;
	padding: 0 0 0 10px;
	background-image:none;
	width:140px;
	background: transparent url(TreeView/sub_bullet_menu.gif) no-repeat 0 0;
	background-position:0px 4px;
	font-variant: normal;
	font-size:11px;
	white-space:normal
	font-weight:normal;

}

.RadTreeView_Vista .rtUL .rtLI .rtUL a:hover
{
	background: transparent url(TreeView/sub_bullet_menu_dos.gif) no-repeat 0 0;
	background-position:0px 4px;
	font-weight:normal;
}

.RadTreeView_Vista .rtPlus, 
.RadTreeView_Vista .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
	font-weight:normal;
}

.RadTreeView_Vista .rtPlus
{
}

.RadTreeView_Vista .rtMinus
{
}

.RadTreeView_Vista .rtSp
{
	height:10px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.RadTreeView_Vista .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
	font-weight:normal;
}

.RadTreeView_Vista .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	font-weight:normal;
	
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Vista .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
	font-weight:normal;
}

.RadTreeView_Vista .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
	font-weight:normal;
}

.RadTreeView_Vista .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
	font-weight:normal;
}
/* node states */

.RadTreeView_Vista .rtHover .rtIn
{
	color: #df5624;
	font-weight:normal;
}

.RadTreeView_Vista .rtSelected .rtIn
{
	
	color: #df5624;
	background: transparent url(TreeView/bullet_menu_dos.gif) no-repeat 0 0;
	background-position:0px 4px;
	font-weight:normal;
}

.RadTreeView_Vista_disabled .rtIn,
.RadTreeView_Vista .rtDisabled .rtIn
{
	color:#ccc;
	font-weight:normal;
}

.RadTreeView_Vista .rtSelected .rtLoadingBelow
{
	color: #333;
	font-weight:normal;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Vista .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
	font-weight:normal;
}

.RadTreeView_Vista .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
	font-weight:normal;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Vista,
.rtDropBelow_Vista
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
	font-weight:normal;
}

.rtDropAbove_Vista
{
    border-bottom: 0;
	font-weight:normal;
}

.rtDropBelow_Vista
{
    border-top: 0;
	font-weight:normal;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Vista_rtl .rtPlus
{
	background: transparent url(TreeView/bullet_menu.gif) no-repeat 0 0;
	font-weight:normal;

}

.RadTreeView_Vista_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus2.gif) no-repeat -9px -9px;
	font-weight:normal;
}

/* firefox */
.RadTreeView_Vista_rtl .rtPlus,
.RadTreeView_Vista_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
	font-weight:normal;
}

* html .RadTreeView_Vista_rtl .rtPlus,
* html .RadTreeView_Vista_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
	font-weight:normal;
}

*+html .RadTreeView_Vista_rtl .rtPlus,
*+html .RadTreeView_Vista_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
	font-weight:normal;
}

.RadTreeView_Vista_rtl .rtTop,
.RadTreeView_Vista_rtl .rtMid, 
.RadTreeView_Vista_rtl .rtBot
{
	padding: 0 15px 2px 0;
	margin:0;
	font-weight:normal;
	
}

/* 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_Vista_rtl .rtPlus,
	html:first-child .RadTreeView_Vista_rtl .rtMinus,
	html:first-child .RadTreeView_Vista_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Vista_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
		font-weight:normal;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Vista_rtl .rtPlus,
	:root .RadTreeView_Vista_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
		font-weight:normal;
	}
}

/* endof hacks */
.RadTreeView_Vista_designtime .rtPlus,
.RadTreeView_Vista_designtime .rtMinus
{
	left:3px;
	top:4px;
	font-weight:normal;
}