.TreeView
{
	/*border: #92ccd6 1px solid; */
	background-color: White;
	padding-top: 2px;
	cursor: default;
}

.TreeNode
{
	font-size: 11px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.HoverTreeNode
{
	font-size: 11px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: #0f6B00;
	text-decoration: underline;
	cursor:pointer;
}

.SelectedTreeNode
{
	font-size: 11px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #B9DEB8;
	cursor: default;
}

.NodeEdit
{
	border: 1px silver solid;
	font-family: tahoma;
	font-size: 11px;
}
