/*

RadTreeView Default skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_CaphriSkin,
.RadTreeView_CaphriSkin a.rtIn,
.RadTreeView_CaphriSkin .rtEdit .rtIn input
{
	/*
	font:11px Arial,sans-serif;
	color:#000;
	line-height:1.273em;
	*/
}

.RadTreeView_CaphriSkin .rtTop, 
.RadTreeView_CaphriSkin .rtMid, 
.RadTreeView_CaphriSkin .rtBot
{
	padding: 0 0 0 20px;
}

.RadTreeView_CaphriSkin .rtPlus, 
.RadTreeView_CaphriSkin .rtMinus
{
	margin: 4px 6px 0 -18px;
	width: 11px;
	height: 11px;
}

.RadTreeView_CaphriSkin .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_CaphriSkin .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -11px;
}

.RadTreeView_CaphriSkin .rtSp
{
	height: 16px;
}

.RadTreeView_CaphriSkin .rtChk
{
	/*margin: 0 2px;*/
	padding: 0;
	width: 13px;
	height: 13px;
}

.RadTreeView_CaphriSkin .rtIn
{
	/*margin: 1px 0;*/
	/*padding: 2px 3px 3px;*/
	margin: 0px !important;
	padding: 0px !important;
	height: 16px !important;
	overflow: hidden;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_CaphriSkin .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_CaphriSkin .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_CaphriSkin .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
        
/* node states */

.RadTreeView_CaphriSkin .rtHover .rtIn
{
	color: #c8c8c8;
	/*background: #e2e2e2;*/
	/*border: 1px solid #e2e2e2;*/
	/*padding: 2px 3px 3px;*/
	background: none !important;
	border: 0px !important;

	margin: 0px !important;
	padding: 0px !important;
	height: 16px !important;
	overflow: hidden;
}

.RadTreeView_CaphriSkin .rtSelected .rtIn
{
	color: #c8c8c8;
	/*background:#454545 url(TreeView/ItemSelectedBg.gif) repeat-x 0 0;*/
	/*border: 1px solid #040404;*/
	/*padding: 2px 3px 3px;*/
	background: none !important;
	border: 0px !important;
	
	margin: 0px !important;
	padding: 0px !important;
	height: 16px !important;
	overflow: hidden;
}

.RadTreeView_CaphriSkin_disabled .rtIn,
.RadTreeView_CaphriSkin .rtDisabled .rtIn
{
	color: #ccc;
}

.RadTreeView_CaphriSkin .rtSelected .rtLoadingBelow
{
	color: #000;
}

/* endof node states */


/* in-line editing */

.RadTreeView_CaphriSkin .rtLI .rtEdit .rtIn
{
	/*border:1px solid black;*/
	/*padding: 2px 1px 3px;*/
	/*height:1.2em;*/
	/*background: #fff;*/
	border: 0px !important;
	background: none !important;
	border: 0px !important;
}

.RadTreeView_CaphriSkin .rtEdit .rtIn input
{
	/*height:1.4em;*/
	/*line-height:1em;*/
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*
* html div.RadTreeView_CaphriSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px;  }
* html div.RadTreeView_CaphriSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em;}
*+html div.RadTreeView_CaphriSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px;  }
*+html div.RadTreeView_CaphriSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em;}
*/

/* endof in-line editing */


/* drop targets */

.rtDropAbove_CaphriSkin,
.rtDropBelow_CaphriSkin
{
    /*border: 1px dotted black;*/
    /*
	font-size: 3px;
    line-height: 3px;
    height: 3px;
	*/
    border: 0px !important;
}

.rtDropAbove_CaphriSkin
{
    border-bottom: 0;
}

.rtDropBelow_CaphriSkin
{
    border-top: 0;
}

/* endof drop targets */


/* node lines */

.RadTreeView_CaphriSkin .rtLines .rtLI,
.RadTreeView_CaphriSkin .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan.gif) repeat-y 0 0;
}
.RadTreeView_CaphriSkin_rtl .rtLines .rtLI,
.RadTreeView_CaphriSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan_rtl.gif) repeat-y 100% 0;
}

.RadTreeView_CaphriSkin .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan.gif) no-repeat 0 1.273em;
}

.RadTreeView_CaphriSkin_rtl .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 1.273em;
}

.RadTreeView_CaphriSkin .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan.gif) repeat-y 0 1.273em;
}

.RadTreeView_CaphriSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 1.273em;
}

.RadTreeView_CaphriSkin .rtLines .rtLast,
.RadTreeView_CaphriSkin .rtLines .rtLast .rtUL
{
	background:none;
}

.RadTreeView_CaphriSkin .rtLines .rtTop
{
	background:url(TreeView/TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_CaphriSkin_rtl .rtLines .rtTop
{
	background:url(TreeView/TopLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_CaphriSkin .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine.gif) 0 0 no-repeat;
}

.RadTreeView_CaphriSkin_rtl .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_CaphriSkin .rtLines .rtMid
{
	background:url(TreeView/MiddleLine.gif) 0 0 no-repeat;
}
.RadTreeView_CaphriSkin_rtl .rtLines .rtMid
{
	background:url(TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_CaphriSkin .rtLines .rtBot
{
	background:url(TreeView/BottomLine.gif) 0 0 no-repeat;
}
.RadTreeView_CaphriSkin_rtl .rtLines .rtBot
{
	background:url(TreeView/BottomLine_rtl.gif) 100% 0 no-repeat;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox 2.0 */

.RadTreeView_CaphriSkin_rtl .rtPlus,
.RadTreeView_CaphriSkin_rtl .rtMinus,
x:-moz-any-link 
{
	margin-right: -11px;
	right: -15px;
}

/* firefox 3.0 */

.RadTreeView_CaphriSkin_rtl .rtPlus,
.RadTreeView_CaphriSkin_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right: 0;
	right: -18px;
}

/* ie 6 */

* html .RadTreeView_CaphriSkin_rtl .rtPlus,
* html .RadTreeView_CaphriSkin_rtl .rtMinus
{
	margin-right: -18px;
	right: 0;
}

/* ie 7 */

*+html .RadTreeView_CaphriSkin_rtl .rtPlus,
*+html .RadTreeView_CaphriSkin_rtl .rtMinus
{
	margin-right: -18px;
	right: 0;
}

.RadTreeView_CaphriSkin_rtl .rtTop,
.RadTreeView_CaphriSkin_rtl .rtMid, 
.RadTreeView_CaphriSkin_rtl .rtBot
{
	padding: 0 20px 0px 0;
	margin: 0;
}

/* endof rtl-specific styles */

/* hacks for Opera & Safari */

@media all and (-webkit-min-device-pixel-ratio:10000),
      not all and (-webkit-min-device-pixel-ratio:0)
{
	/* fixes for opera (changes the paddings/margins automatically in rtl mode) */
	
    :root div.RadTreeView_CaphriSkin_rtl .rtLI .rtPlus,
    :root div.RadTreeView_CaphriSkin_rtl .rtLI .rtMinus,
    :root div.RadTreeView_CaphriSkin_rtl .rtFirst .rtLI .rtPlus,
    :root div.RadTreeView_CaphriSkin_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px;
		right:0;
	}
}
	
@media screen and (min-width:50px)
{
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root div.RadTreeView_CaphriSkin_rtl .rtLI .rtPlus,
	:root div.RadTreeView_CaphriSkin_rtl .rtLI .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	}
}

/* endof hacks */

.RadTreeView_CaphriSkin_designtime .rtPlus,
.RadTreeView_CaphriSkin_designtime .rtMinus
{
	left:3px;
	top:4px;
}