.RadTreeView_NeoSystems,
.RadTreeView_NeoSystems a.rtIn,
.RadTreeView_NeoSystems .rtEdit .rtIn input
{
color: #339966; font-size: 12px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 15px; text-decoration: none;
}

.RadTreeView_NeoSystems .rtPlus,
.RadTreeView_NeoSystems .rtMinus
{
	background-image: url('img/nsplusminus.png');
}

.RadTreeView_NeoSystems .rtChecked,
.RadTreeView_NeoSystems .rtUnchecked,
.RadTreeView_NeoSystems .rtIndeterminate
{
	background-image: url('img/TriState.png');
}

.RadTreeView_NeoSystems .rtHover .rtIn
{
	color: #369;
	border-style:none !important;
}

.RadTreeView_NeoSystems .rtSelected .rtIn
{
	color: #666;
	border-style:none !important;
}

.RadTreeView_NeoSystems .rtSelected .rtLoadingBefore,
.RadTreeView_NeoSystems .rtSelected .rtLoadingAfter,
.RadTreeView_NeoSystems .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_NeoSystems .rtLI .rtEdit .rtIn
{
	background: #fff;
}

.RadTreeView_NeoSystems_disabled .rtIn,
.RadTreeView_NeoSystems .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_NeoSystems .rtLines .rtLI,
.RadTreeView_NeoSystems .rtLines .rtFirst .rtUL { background-image: url('../Common/img/NodeSpan.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtLI,
.RadTreeView_NeoSystems_rtl .rtLines .rtFirst .rtUL { background-image:url('../Common/img/NodeSpan_rtl.png'); }

.RadTreeView_NeoSystems .rtLines .rtFirst,
.RadTreeView_NeoSystems .rtLines .rtFirst .rtUL { background-image: url('../Common/img/FirstNodeSpan.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtFirst,
.RadTreeView_NeoSystems_rtl .rtLines .rtFirst .rtUL { background-image: url('../Common/img/FirstNodeSpan_rtl.png'); }
.RadTreeView_NeoSystems .rtLines .rtLast,
.RadTreeView_NeoSystems .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_NeoSystems .rtLines .rtTop { background-image:url('../Common/img/TopLine.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtTop { background-image:url('../Common/img/TopLine_rtl.png'); }
.RadTreeView_NeoSystems .rtLines .rtMid { background-image:url('../Common/img/MiddleLine.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtMid { background-image:url('../Common/img/MiddleLine_rtl.png'); }
.RadTreeView_NeoSystems .rtLines .rtBot { background-image:url('../Common/img/BottomLine.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtBot { background-image: url('../Common/img/BottomLine_rtl.png'); }
.RadTreeView_NeoSystems .rtLines .rtLast .rtTop { background-image:url('../Common/img/SingleLine.png'); }
.RadTreeView_NeoSystems_rtl .rtLines .rtLast .rtTop { background-image:url('../Common/img/SingleLine_rtl.png'); }

/* </node lines> */
