/*

RadTreeView Kanot skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Kanot,
.RadTreeView_Kanot a.rtIn,
.RadTreeView_Kanot .rtEdit .rtIn input
{
	font:11px Arial;
	color:#222222;
	line-height:2em;
}

.RadTreeView_Kanot a.rtIn:visited,
{
	font:11px Arial;
	color:#222222;
	line-height:2em;
}

.RadTreeView_Kanot a.rtIn:hover,
{
	font:11px Arial;
	color:#b47c17;
	line-height:2em;
}

.RadTreeView_Kanot .rtTop, 
.RadTreeView_Kanot .rtMid, 
.RadTreeView_Kanot .rtBot
{
	padding: 0 0 0 9px;
	border-top: 1px dotted #3d3d3d;
}

.RadTreeView_Kanot .rtTop:hover, 
.RadTreeView_Kanot .rtMid:hover, 
.RadTreeView_Kanot .rtBot:hover
{
	background-color: #ececec;
}

.RadTreeView_Kanot .rtUL .rtLI .rtUL 
{
	padding-left: 15px;
}

.RadTreeView_Kanot .rtPlus, 
.RadTreeView_Kanot .rtMinus
{
	margin:5px 1px 0 -10px;
	width: 9px;
	height:9px;
}

.RadTreeView_Kanot .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Kanot .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Kanot .rtSp
{
	height:20px;
}

.RadTreeView_Kanot .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Kanot .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
}

/* endof general styles */


/* node states */

.RadTreeView_Kanot .rtHover .rtIn
{
	color: #b47c17;
}


.RadTreeView_Kanot .rtSelected .rtIn
{
}

.RadTreeView_Kanot_disabled .rtIn,
.RadTreeView_Kanot .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Kanot .rtSelected .rtLoadingBelow
{
}

/* endof node states */


/* in-line editing */

.RadTreeView_Kanot .rtLI .rtEdit .rtIn
{
	border:1px solid #999;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Kanot .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Kanot,
.rtDropBelow_Kanot
{
    border: 1px dotted Kanot;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Kanot
{
    border-bottom: 0;
}

.rtDropBelow_Kanot
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Kanot_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Kanot_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Kanot_rtl .rtPlus,
.RadTreeView_Kanot_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Kanot_rtl .rtPlus,
* html .RadTreeView_Kanot_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Kanot_rtl .rtPlus,
*+html .RadTreeView_Kanot_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Kanot_rtl .rtTop,
.RadTreeView_Kanot_rtl .rtMid, 
.RadTreeView_Kanot_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_Kanot_rtl .rtPlus,
	html:first-child .RadTreeView_Kanot_rtl .rtMinus,
	html:first-child .RadTreeView_Kanot_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Kanot_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_Kanot_rtl .rtPlus,
	:root .RadTreeView_Kanot_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
