﻿/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Hughes
{
	line-height:5px;
	overflow: visible !important; 
	background: #f6f6f6;
	margin-right:2px;
	margin-left:2px;
	width:185px;	
}
.RadTreeView_Hughes a.rtIn,
.RadTreeView_Hughes .rtEdit .rtIn input
{
	font:11px Arial;
	color: #7a7a7a;	
}
.RadTreeView_Hughes .rtUL .rtIn
{
	 display: inline-block;
     white-space: normal;	
}
.RadTreeView_Hughes .rtUL .rtLI a.rtIn,
{	
	padding:0px 2px 0px 3px;
	border:0px white solid;
	white-space:normal;	
	font-weight:bold;	
	text-align:left;
	display:inline-block !important;	
	
}
.RadTreeView_Hughes .rtTop,
.RadTreeView_Hughes .rtMid, 
.RadTreeView_Hughes .rtBot
{
	padding: 0 0 0 2px;
}
/**inner nodes**/
.RadTreeView_Hughes .rtUL .rtLI .rtUL .rtLI a.rtIn
{		
	color: #485ba1;
	font-weight:normal;
	display:inline-block;
	padding: 2px 5px 2px 1px;	
}

.RadTreeView_Hughes .rtUL .rtLI .rtUL .rtLI a.rtIn:hover
{		
	color: #485ba1;
	font-weight:normal;
	display:inline-block;
	text-decoration:underline;
}
.RadTreeView_Hughes .rtUL .rtLI .rtUL
{
	/*background:#ebebec;*/
	padding-left: 1px;	
	margin-right:2px;
	
}
.RadTreeView_Hughes .rtPlus, 
.RadTreeView_Hughes .rtMinus
{
	margin:5px 1px 0 -2px;	
	width:9px;
	height:9px;
}
.RadTreeView_Hughes .rtPlus
{
	background: transparent url(Images/WebResource.png) no-repeat 0 0;
}
.RadTreeView_Hughes .rtMinus
{
	background: transparent url(Images/WebResource.png) no-repeat 0 -9px;
}

/* endof general styles */

/* node states */

.RadTreeView_Hughes .rtHover .rtIn
{
	border:0px #f6f6f6 solid;
	padding-left:2px;		
}
/*.RadTreeView_Hughes .rtUL div.rtSelected 
{	
	background:#ebebec;
}*/
.RadTreeView_Hughes .rtSelected,
.RadTreeView_Hughes .rtSelected a.rtIn
{		
	padding:-1px -1px -1px 2px;
	color: #485ba1;
	background:#ebebec;
	border:0px #ebebec solid;	
}	
.RadTreeView_Hughes_disabled .rtIn,
.RadTreeView_Hughes .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Hughes .rtSelected .rtLoadingBelow
{
	color: #333;background:#ebebec;

}

/* endof node states */


/* in-line editing */

/*.RadTreeView_Hughes .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Hughes .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

/*.rtDropAbove_Hughes,
.rtDropBelow_Hughes
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Hughes
{
    border-bottom: 0;
}

.rtDropBelow_Hughes
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Hughes_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;background:#ebebec;

}

.RadTreeView_Hughes_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;background:#ebebec;

}

/* firefox */
.RadTreeView_Hughes_rtl .rtPlus,
.RadTreeView_Hughes_rtl .rtMinus,
x:-moz-any-link
{
	margin-right:-9px;
	right:-8px;
}

.RadTreeView_Hughes_rtl .rtPlus,
.RadTreeView_Hughes_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:0;
	right:-10px;
}

* html .RadTreeView_Hughes_rtl .rtPlus,
* html .RadTreeView_Hughes_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Hughes_rtl .rtPlus,
*+html .RadTreeView_Hughes_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Hughes_rtl .rtTop,
.RadTreeView_Hughes_rtl .rtMid, 
.RadTreeView_Hughes_rtl .rtBot
{
	padding: 0 15px 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_Hughes_rtl .rtPlus,
	html:first-child .RadTreeView_Hughes_rtl .rtMinus,
	html:first-child .RadTreeView_Hughes_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Hughes_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_Hughes_rtl .rtPlus,
	:root .RadTreeView_Hughes_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
.RadTreeView_Hughes_designtime .rtPlus,
.RadTreeView_Hughes_designtime .rtMinus
{
	left:3px;
	top:4px;
}
