.RadTreeView_WorldPort,
.RadTreeView_WorldPort a.rtIn,
.RadTreeView_WorldPort .rtEdit .rtIn input
{
	color: #00156e;
	font: 12px/18px "Segoe UI", Arial, sans-serif;
}

.RadTreeView_WorldPort .rtPlus, 
.RadTreeView_WorldPort .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_WorldPort .rtChecked,
.RadTreeView_WorldPort .rtUnchecked,
.RadTreeView_WorldPort .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_WorldPort .rtHover .rtIn
{
	color: #000;
	border-color: #a79d87 #b89f73;
	background-color: #FFE086;
	background-image: url('TreeView/ItemHoveredBg.png');
}

.RadTreeView_WorldPort .rtSelected .rtIn
{
	color: #000;
	border-color: #8f8267 #a79d87;
	background-color: #fcdb89;
	background-image: url('TreeView/ItemSelectedBg.png');
}

.RadTreeView_WorldPort .rtSelected .rtLoadingBefore,
.RadTreeView_WorldPort .rtSelected .rtLoadingAfter,
.RadTreeView_WorldPort .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_WorldPort .rtLoadingIcon
{
	background-image: url('TreeView/LoadingIcon.gif');
}

.RadTreeView .rtLI .rtEdit .rtIn
{
	border-color: #0f3789;
	background: #fff;
}

.RadTreeView_WorldPort_disabled .rtIn,
.RadTreeView_WorldPort .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_WorldPort .rtLines .rtLI,
.RadTreeView_WorldPort .rtLines .rtFirst .rtUL { background-image: url('../Common/TreeView/NodeSpan.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtLI,
.RadTreeView_WorldPort_rtl .rtLines .rtFirst .rtUL { background-image:url('../Common/TreeView/NodeSpan_rtl.png'); }

.RadTreeView_WorldPort .rtLines .rtFirst,
.RadTreeView_WorldPort .rtLines .rtFirst .rtUL { background-image: url('../Common/TreeView/FirstNodeSpan.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtFirst,
.RadTreeView_WorldPort_rtl .rtLines .rtFirst .rtUL { background-image: url('../Common/TreeView/FirstNodeSpan_rtl.png'); }
.RadTreeView_WorldPort .rtLines .rtLast,
.RadTreeView_WorldPort .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_WorldPort .rtLines .rtTop { background-image:url('../Common/TreeView/TopLine.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtTop { background-image:url('../Common/TreeView/TopLine_rtl.png'); }
.RadTreeView_WorldPort .rtLines .rtMid { background-image:url('../Common/TreeView/MiddleLine.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtMid { background-image:url('../Common/TreeView/MiddleLine_rtl.png'); }
.RadTreeView_WorldPort .rtLines .rtBot { background-image:url('../Common/TreeView/BottomLine.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtBot { background-image: url('../Common/TreeView/BottomLine_rtl.png'); }
.RadTreeView_WorldPort .rtLines .rtLast .rtTop { background-image:url('../Common/TreeView/SingleLine.png'); }
.RadTreeView_WorldPort_rtl .rtLines .rtLast .rtTop { background-image:url('../Common/TreeView/SingleLine_rtl.png'); }

/* </node lines> */
