/*

RadTreeView DFI skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_DFI,
.RadTreeView_DFI .rtEdit .rtIn input
{
	/*font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#000;
	line-height:1.273em;*/
	
	color:#336699;
}

/*CUSTOM STYLES*/
.RadTreeView_DFI ul.rtUL { }
.RadTreeView_DFI li.rtLI { border-bottom:1px dotted #c8c8c8; padding:3px 0; position:relative; }
.RadTreeView_DFI li.rtLI li { border:0; width:172px; white-space:normal; line-height:1.1em; margin-left:-10px; margin-bottom:0; text-indent:-11px; }


/* ----- */

.RadTreeView_DFI .rtTop, 
.RadTreeView_DFI .rtMid, 
.RadTreeView_DFI .rtBot
{
	padding: 0 0 0 24px;
	white-space:normal;
	text-indent:-10px;

	
}
.RadTreeView_DFI .rtTop { padding-top:2px; }

.RadTreeView_DFI .rtUL .rtLI .rtUL 
{
	padding-left: 16px; white-space:normal;
}

.RadTreeView_DFI .rtPlus, 
.RadTreeView_DFI .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px !important;
	height:9px !important;
}

.RadTreeView_DFI .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_DFI .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_DFI .rtSp
{
	height:20px;
}
.RadTreeView_DFI li.rtLI li .rtSp { height:0; }

.RadTreeView_DFI .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_DFI .rtIn
{
	margin-left:7px;
	padding: 2px 3px;
	text-decoration:none;
	border-width:0px !important;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_DFI .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_DFI .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_DFI .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_DFI .rtHover .rtIn
{
	/*padding: 1px 2px;*/
	color: #FF9933;
	cursor:pointer;
	/*border: 1px solid #99defd;*/
	/*background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;*/
}

.RadTreeView_DFI .rtSelected .rtIn
{
	/*padding: 1px 2px;*/
	color:#000;
	/*border: 1px solid #99defd;*/
	/*background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;*/
}

.RadTreeView_DFI_disabled .rtIn,
.RadTreeView_DFI .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_DFI .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_DFI .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_DFI .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_DFI,
.rtDropBelow_DFI
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_DFI
{
    border-bottom: 0;
}

.rtDropBelow_DFI
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_DFI_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_DFI_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_DFI_rtl .rtPlus,
.RadTreeView_DFI_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_DFI_rtl .rtPlus,
* html .RadTreeView_DFI_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_DFI_rtl .rtPlus,
*+html .RadTreeView_DFI_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_DFI_rtl .rtTop,
.RadTreeView_DFI_rtl .rtMid, 
.RadTreeView_DFI_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_DFI_rtl .rtPlus,
	html:first-child .RadTreeView_DFI_rtl .rtMinus,
	html:first-child .RadTreeView_DFI_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_DFI_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_DFI_rtl .rtPlus,
	:root .RadTreeView_DFI_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */

