/*

RadTreeView Default skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */


.RadTreeView_tmac,
.RadTreeView_tmac .rtEdit .rtIn input
{
	font:11px tahoma,verdana,sans-serif;
	color:#595959;
	line-height:1.273em;
	background: #E3E3E3;
  
	
	
}


.RadTreeView_tmac .rtSelected
{
	
	background: #FDFCFA;
	
	
}

.RadTreeView_tmac .rtTop 
{
	padding: 7px 0 7px 10px;
	border-bottom: solid 1px white;
	 /* background: #E3E3E3 url('SelectBg.gif');*/
	
}
.RadTreeView_tmac .rtMid
{
	padding: 7px 0 7px 10px;
	border-bottom: solid 1px white;
	/*  background: #E3E3E3 url('RootItemBgSelected.gif') repeat-x bottom center;*/
	
	
} 
.RadTreeView_tmac .rtBot
{
	padding: 7px 0 7px 10px;
	border-bottom: solid 1px white;
	/*  background: #E3E3E3 url('SelectBgBottom.gif') repeat-x bottom center;*/
    /*add bottom boredr image here*/
	/*background:url(bgrd-expanding-box-bottom.gif)  bottom left;*/
	
}

.RadTreeView_tmac .rtPlus, 
.RadTreeView_tmac .rtMinus
{
   /* float:right;*/
    /*margin:0px 5px 0px 280px;*/
    
    /*padding-right:10px;*/
    /*float:right;*/
	/*width:16px;
	height:16px;*/
    /* padding: 0px 0px 0px 200px;*/
	
	
}

.RadTreeView_tmac .rtPlus
{
	background: transparent url(plus-minus.png) no-repeat 0 0;
	
}

.RadTreeView_tmac .rtMinus
{
	background: transparent url(plus-minus.png) no-repeat 0 -16px;
}

.RadTreeView_tmac .rtSp
{
	height:17px;
	
}

.RadTreeView_tmac .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
		
}

.RadTreeView_tmac .rtIn
{
	margin-left:3px;
	padding: 2px;
	color: #666666;
		
	
}

/* endof general styles */


/* node states */

.RadTreeView_tmac .rtHover .rtIn
{
	color: #f00a81;
	/*background: #e2e2e2;*/
	/*border: 1px solid #e2e2e2;
	padding: 1px;*/
}

.RadTreeView_tmac .rtSelected .rtIn
{
	color:#E13594;
	/*background:#454545 url(ItemSelectedBg.gif) repeat-x 0 0;
	border: 1px solid #040404;*/
	/*padding: 1px;*/
    
}

.RadTreeView_tmac_disabled .rtIn,
.RadTreeView_tmac .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_tmac .rtSelected .rtLoadingBelow
{
	color: #000;
}

/* endof node states */


/* in-line editing */

.RadTreeView_tmac .rtLI .rtEdit .rtIn
{
	border:1px solid black;
	padding: 1px;
	height:1.2em;
	background: #fff;
	

}

.RadTreeView_tmac .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_tmac,
.rtDropBelow_tmac
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_tmac
{
    border-bottom: 0;
}

.rtDropBelow_tmac
{
    border-top: 0;
}

/* endof drop targets */


/* node lines */


.RadTreeView_tmac .rtLines .rtLI,
.RadTreeView_tmac .rtLines .rtFirst .rtUL
{
	background:url(NodeSpan.gif) repeat-y 0 0;
	
	
}
.RadTreeView_tmac_rtl .rtLines .rtLI,
.RadTreeView_tmac_rtl .rtLines .rtFirst .rtUL
{
	background:url(NodeSpan_rtl.gif) repeat-y 100% 0;
}

.RadTreeView_tmac .rtLines .rtFirst
{
    background:url(FirstNodeSpan.gif) no-repeat 0 1.273em;
}

.RadTreeView_tmac_rtl .rtLines .rtFirst
{
    background:url(FirstNodeSpan_rtl.gif) no-repeat 100% 1.273em;
}

.RadTreeView_tmac .rtLines .rtFirst .rtUL
{
	background:url(FirstNodeSpan.gif) repeat-y 0 1.273em;
}

.RadTreeView_tmac_rtl .rtLines .rtFirst .rtUL
{
	background:url(FirstNodeSpan_rtl.gif) repeat-y 100% 1.273em;
}

.RadTreeView_tmac .rtLines .rtLast,
.RadTreeView_tmac .rtLines .rtLast .rtUL
{
	background:none;
		
}
.RadTreeView .rtUL .rtUL 
{
    background-color:#FDFCFA;
}

.RadTreeView_tmac .rtLines .rtTop
{
	background:url(TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_tmac_rtl .rtLines .rtTop
{
	background:url(TopLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_tmac .rtLines .rtLast .rtTop
{
	background:url(SingleLine.gif) 0 0 no-repeat;
}

.RadTreeView_tmac_rtl .rtLines .rtLast .rtTop
{
	background:url(SingleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_tmac .rtLines .rtMid
{
	background:url(MiddleLine.gif) 0 0 no-repeat;
	
	
}
.RadTreeView_tmac_rtl .rtLines .rtMid
{
	background:url(MiddleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_tmac .rtLines .rtBot
{
	background:url(BottomLine.gif) 0 0 no-repeat;
}
.RadTreeView_tmac_rtl .rtLines .rtBot
{
	background:url(BottomLine_rtl.gif) 100% 0 no-repeat;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_tmac_rtl .rtPlus,
.RadTreeView_tmac_rtl .rtMinus
{
	margin-right:-11px;
	right:-13px;
}

* html .RadTreeView_tmac_rtl .rtPlus,
* html .RadTreeView_tmac_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

*+html .RadTreeView_tmac_rtl .rtPlus,
*+html .RadTreeView_tmac_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

.RadTreeView_tmac_rtl .rtTop,
.RadTreeView_tmac_rtl .rtMid, 
.RadTreeView_tmac_rtl .rtBot
{
	padding: 0 20px 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_tmac_rtl .rtPlus,
	html:first-child .RadTreeView_tmac_rtl .rtMinus,
	html:first-child .RadTreeView_tmac_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_tmac_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_tmac_rtl .rtPlus,
	:root .RadTreeView_tmac_rtl .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	}
}

/* endof hacks */