﻿.TreeView
{
	border : 1px solid blue;
	min-width:300px;
	width:90%;
	height : 300px;
}
.TreeView_Node
{
	font-family:Tahoma;
	font-size:9pt;
}
.TreeView_Selected
{
	background-color: #99CCFF;
	font-family:Tahoma;
	font-size:9pt;
}
.TreeView_Hover
{
	background-color: #99CCFF;
	font-family:Tahoma;
	font-size:9pt;
	cursor:auto;
}