.RadTreeView_NWA,
.RadTreeView_NWA a.rtIn,
.RadTreeView_NWA .rtEdit .rtIn input
{
	color: #000;
	font: 12px/12px  Arial, sans-serif !important;
	line-height: 24px !important;



}

.RadTreeView_NWA .rtImg
{
	padding-right: 10px; /*3*/	
	padding-top: 4px !important;
}

.border
{
    /*border-bottom: 1px solid #999999;*/

}

#SiteExplorerTree
{
    margin-top:20px;
}

.firstNodesWithoutChilds
{
     background: url('../../_images/icon-link.gif') no-repeat left center;
     margin-left: 5px;
     padding-left: 15px !important;
}

.RadTreeView_NWA .rtSp
{
	height: 20px !important;	
	float:left;
}

.RadTreeView_NWA .rtPlus, 
.RadTreeView_NWA .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
	float:left;
}

#SiteExplorerTree.RadTreeView_NWA .rtPlus, 
#SiteExplorerTree.RadTreeView_NWA .rtMinus
{
	background-image: url('TreeView/PlusMinus2.png'); 
	/*_NWA.gif');*/
}


.RadTreeView_NWA .rtChecked,
.RadTreeView_NWA .rtUnchecked,
.RadTreeView_NWA .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

#SiteExplorerTree .RadTreeView_NWA .rtIn
{

	border: none !important;
	padding-left: 0px !important;
}

.RadTreeView_NWA span.rtIn
{
    min-height: 18px;
}

.RadTreeView_NWA .rtIn
{
	/*
	color: #000;
	border-color: #c4c4c4 #b5b5b5 #9e9e9e;
	background-color: #e1e1e1;
	background-image: url('TreeView/ItemHoveredBg.png');
	*/
	
	border: 0px solid transparent !important;
	padding-left: 0px !important;
	padding-top: 3px !important;
	/*text-decoration: underline;*/
}
.RadTreeView .rtHover .rtIn
{
    padding-top: 3px !important;
    border: 1px solid transparent !important;
}
.RadTreeView_NWA .rtHover .rtIn
{
	/*
	color: #000;
	border-color: #c4c4c4 #b5b5b5 #9e9e9e;
	background-color: #e1e1e1;
	background-image: url('TreeView/ItemHoveredBg.png');
    */ 
    
    border: none !important;	
	color: #990000;
	border-bottom: 1px solid transparent !important;
	/*text-decoration: underline;*/
}

#SiteExplorerTree .RadTreeView_NWA .rtHover .rtIn
{
	color: #990000;
}

.RadTreeView_NWA .rtSelected .rtIn
{
	/*color: #fff;
	border-color: #8d8d8d #7e7e7e #6c6c6c;
	background-color: #959595;
	background-image: url('TreeView/ItemSelectedBg.png');
	*/	
	color: #990000;
	border-color: #8d8d8d #7e7e7e #6c6c6c;
	font-weight: bold !important;
	border: none !important;
	/*text-decoration: underline;*/
}

.RadTreeView_NWA .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_NWA .rtLI .rtEdit .rtIn
{
	border-color: #6c6c6c;
	background: #fff;
}

.RadTreeView_NWA_disabled .rtIn,
.RadTreeView_NWA .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_NWA .rtLines .rtLI,
.RadTreeView_NWA .rtLines .rtFirst .rtUL { background-image: url('TreeView/NodeSpan.png'); }
.RadTreeView_NWA_rtl .rtLines .rtLI,
.RadTreeView_NWA_rtl .rtLines .rtFirst .rtUL { background-image:url('TreeView/NodeSpan_rtl.png'); }

.RadTreeView_NWA .rtLines .rtFirst,
.RadTreeView_NWA .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan.png'); }
.RadTreeView_NWA_rtl .rtLines .rtFirst,
.RadTreeView_NWA_rtl .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan_rtl.png'); }
.RadTreeView_NWA .rtLines .rtLast,
.RadTreeView_NWA .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_NWA .rtLines .rtTop { background-image:url('TreeView/TopLine.png'); }
.RadTreeView_NWA_rtl .rtLines .rtTop { background-image:url('TreeView/TopLine_rtl.png'); }
.RadTreeView_NWA .rtLines .rtMid { background-image:url('TreeView/MiddleLine.png'); }
.RadTreeView_NWA_rtl .rtLines .rtMid { background-image:url('TreeView/MiddleLine_rtl.png'); }
.RadTreeView_NWA .rtLines .rtBot { background-image:url('TreeView/BottomLine.png'); }
.RadTreeView_NWA_rtl .rtLines .rtBot { background-image: url('TreeView/BottomLine_rtl.png'); }
.RadTreeView_NWA .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine.png'); }
.RadTreeView_NWA_rtl .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine_rtl.png'); }





.RadTreeView .rtIn
{
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; /*pre-wrap;  Mozilla */
    display:inline-block;
    padding-right: 30px !important;
}

#SiteExplorerTree.RadTreeView .rtIn
{
    word-wrap: no-wrap;
    display:inline;
}
#SiteExplorerTree.RadTreeView .rtImg
{
    float:none;
}
.RadTreeView .rtImg
{
    float:right;
    padding-top: 3px;
    vertical-align: bottom;
    /*height: 100%; Chrome Problem*/
}


#SiteExplorerTree .rtUL .rtLI
{
    float:none !important;

}

#SiteExplorerTree .rtUL .rtLI
{
    float:none !important;
    margin-left:0px;
}


