.TreeView
{
	padding-left: 1px;
	background-image: none;
	cursor: default;
	padding-top: 4px;
	color:#b9833c;
}

.TreeNode 
{ 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 1px; 
  padding-right: 3px; 
  color:#b9833c;
}

.GrayedTreeNode 
{ 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: Verdana; 
  font-size: 10px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: pointer;
}

.SelectedTreeNode 
{ 
  font-family: Verdana; 
  font-size: 10px; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  font-family: Verdana; 
  font-size: 10px;
}

