﻿.TreeView
{
}
.TreeView TABLE
{
	color: Navy;
	font-family: Verdana;
	font-size: 8pt;
}
.TreeView-Item
{
	padding:0px 4px 0px 4px;
	white-space: nowrap;
	cursor: pointer;
}
.TreeView-Selected
{
	padding:0px 5px 0px 5px;
	white-space: nowrap;
	cursor: pointer;
	background-color: Yellow;
	border-color: #daa520;
	border-width: 1px;
	border-style: Solid;
	font-weight: bold;
}
.TreeView A:link, .TreeView A:visited
{
	text-decoration: none; 
	color:navy;
	font-size: 8pt;
	cursor: pointer;
}
.TreeView A:hover
{
	text-decoration: none;
	color:red;
}
