.RadTreeView_Custom,
.RadTreeView_Custom a.rtIn,
.RadTreeView_Custom .rtEdit .rtIn input
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #009;	
	text-decoration: none;
}

.RadTreeView_Custom .rtPlus, 
.RadTreeView_Custom .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_Custom .rtChecked,
.RadTreeView_Custom .rtUnchecked,
.RadTreeView_Custom .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_Custom .rtHover .rtIn
{
	cursor: pointer;
  border-color: White;
}

.RadTreeView_Custom .rtSelected .rtIn
{
	font-family: Tahoma; 
	font-size: 10pt;
	font-weight: bold;
	color: #fff; 
	background: #009;
  cursor: pointer;
}

.RadTreeView_Custom .rtSelected .rtLoadingBefore,
.RadTreeView_Custom .rtSelected .rtLoadingAfter,
.RadTreeView_Custom .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_Custom .rtLI .rtEdit .rtIn
{
	border-color: #6c6c6c;
	background: #fff;
}

.RadTreeView_Custom_disabled .rtIn,
.RadTreeView_Custom .rtDisabled .rtIn
{
	color: #ccc;
}

.RadTreeView_Custom  a.RootNode,
.RadTreeView_Custom .rtSelected a.RootNode
{
  background: white;
  cursor: pointer;
  color: #ff9900;
  border-color: White;
  font: bold 11pt Arial;
  line-height:30px;
  //line-height:40px;
}

.RadTreeView_Custom .Root
{
  border-bottom:1px solid #D9DDE0;
  border-top:1px solid #D9DDE0;
  height: 35px;
  _line-height:35px;
}

.RadTreeView_Custom .Root span.rtPlus, 
.RadTreeView_Custom .Root span.rtMinus
{
  display: none;
}

