.RadTreeView_Outlook,
.RadTreeView_Outlook a.rtIn,
.RadTreeView_Outlook .rtEdit .rtIn input
{
	color: #000;
	font: 11px tahoma, verdana, sans-serif;
	
}

.RadTreeView_Outlook .rtPlus, 
.RadTreeView_Outlook .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_Outlook .rtChecked,
.RadTreeView_Outlook .rtUnchecked,
.RadTreeView_Outlook .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_Outlook .rtHover .rtIn
{
	/*border-color: #002d96;*/
	border:none 0 #fff; 
	background-color: #fff3ca;
	text-decoration:underline;
	/*background-image: url('TreeView/ItemHoveredBg.png');*/
}

.RadTreeView_Outlook .rtSelected .rtIn
{
	/*border-color: #002d96;*/
	border:none 0 #fff; 
	color:#fff;
	background-color: #316ac5;
	/*background-image: url('TreeView/ItemSelectedBg.png');*/
}

.RadTreeView_Outlook .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_Outlook .rtLI .rtEdit .rtIn
{
	border-color: #0f3789;
	background: #fff;
}

.RadTreeView_Outlook_disabled .rtIn,
.RadTreeView_Outlook .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_Outlook .rtLines .rtLI,
.RadTreeView_Outlook .rtLines .rtFirst .rtUL { background-image: url('TreeView/NodeSpan.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtLI,
.RadTreeView_Outlook_rtl .rtLines .rtFirst .rtUL { background-image:url('TreeView/NodeSpan_rtl.gif'); }

.RadTreeView_Outlook .rtLines .rtFirst,
.RadTreeView_Outlook .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtFirst,
.RadTreeView_Outlook_rtl .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan_rtl.gif'); }
.RadTreeView_Outlook .rtLines .rtLast,
.RadTreeView_Outlook .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_Outlook .rtLines .rtTop { background-image:url('TreeView/TopLine.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtTop { background-image:url('TreeView/TopLine_rtl.gif'); }
.RadTreeView_Outlook .rtLines .rtMid { background-image:url('TreeView/MiddleLine.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtMid { background-image:url('TreeView/MiddleLine_rtl.gif'); }
.RadTreeView_Outlook .rtLines .rtBot { background-image:url('TreeView/BottomLine.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtBot { background-image: url('TreeView/BottomLine_rtl.gif'); }
.RadTreeView_Outlook .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine.gif'); }
.RadTreeView_Outlook_rtl .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine_rtl.gif'); }

/* </node lines> */

