/* Root element's classes */
.TreeNode 
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:white;	
	padding-left:3px;
}

.TreeNodeOver 
{
	font-family:Arial;
	font-size:12px;
	color: #404040;
	text-decoration:none;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:white;	
	padding-left:3px;
}

.TreeNodeDisabled
{ 
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color: #404040;	
	padding-left: 3px;
	width: 150px;
}

/* SubTree element's classes */
.SubNode
{ 
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#005d92;	
	padding-left:3px;
}

.Separator
{
	border-bottom: none;
	border-top: solid 2px #336600;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*
.radTreeControl 
{
	overflow: hidden;
}
*/