.RadTreeView_D3Soft,
.RadTreeView_D3Soft a.rtIn,
.RadTreeView_D3Soft .rtEdit .rtIn input
{
	color: #000;
	font-size: 11px;
	padding:0px;
	margin:0px;
}

.RadTreeView_D3Soft .rtPlus, 
.RadTreeView_D3Soft .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_D3Soft .rtChecked,
.RadTreeView_D3Soft .rtUnchecked,
.RadTreeView_D3Soft .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_D3Soft .rtHover .rtIn
{
	color: #000;
	border-color: #b5b5b5 #b5b5b5 #9e9e9e;
	background-color: #C5C5C5;
	background-image: url('TreeView/ItemHoveredBg.png');
}

.RadTreeView_D3Soft .rtSelected .rtIn
{
	color: #fff;
	border-color: #8d8d8d #7e7e7e #6c6c6c;
	background-color: #828282;
	background-image: url('TreeView/ItemSelectedBg.png');
}

.RadTreeView_D3Soft .rtSelected .rtLoadingBefore,
.RadTreeView_D3Soft .rtSelected .rtLoadingAfter,
.RadTreeView_D3Soft .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_D3Soft .rtLoadingIcon
{
	background-image: url('TreeView/LoadingIcon.gif');
}

.RadTreeView_D3Soft .rtLI .rtEdit .rtIn
{
	border-color: #6c6c6c;
	background: #fff;
}

.RadTreeView_D3Soft_disabled .rtIn,
.RadTreeView_D3Soft .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_D3Soft .rtLines .rtLI,
.RadTreeView_D3Soft .rtLines .rtFirst .rtUL { background-image: url('TreeView/Common/NodeSpan.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtLI,
.RadTreeView_D3Soft_rtl .rtLines .rtFirst .rtUL { background-image:url('TreeView/Common/NodeSpan_rtl.png'); }

.RadTreeView_D3Soft .rtLines .rtFirst,
.RadTreeView_D3Soft .rtLines .rtFirst .rtUL { background-image: url('TreeView/Common/FirstNodeSpan.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtFirst,
.RadTreeView_D3Soft_rtl .rtLines .rtFirst .rtUL { background-image: url('TreeView/Common/FirstNodeSpan_rtl.png'); }
.RadTreeView_D3Soft .rtLines .rtLast,
.RadTreeView_D3Soft .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_D3Soft .rtLines .rtTop { background-image:url('TreeView/Common/TopLine.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtTop { background-image:url('TreeView/Common/TopLine_rtl.png'); }
.RadTreeView_D3Soft .rtLines .rtMid { background-image:url('TreeView/Common/MiddleLine.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtMid { background-image:url('TreeView/Common/MiddleLine_rtl.png'); }
.RadTreeView_D3Soft .rtLines .rtBot { background-image:url('TreeView/Common/BottomLine.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtBot { background-image: url('TreeView/Common/BottomLine_rtl.png'); }
.RadTreeView_D3Soft .rtLines .rtLast .rtTop { background-image:url('TreeView/Common/SingleLine.png'); }
.RadTreeView_D3Soft_rtl .rtLines .rtLast .rtTop { background-image:url('TreeView/Common/SingleLine_rtl.png'); }

/* </node lines> */
