﻿/* Tree View */
.RootNode 
{
	color:Gold;
	font-size:18px;
	font-weight:normal;
}

.RootNode:Hover
{
	text-decoration:none;
}

.ParentNode
{
	color:Silver;
	font-size:14px;
	font-weight:bold;
}

.ParentNode:Hover
{
	text-decoration:none;
}

.Node
{
	color:White;
	font-size:12px;
	font-weight:bold;
}