.TreeView 
{ 
  background-color: window;
  padding-top: 0px; 
  padding-left: 0px; 
  cursor: default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.CategoryTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  font-weight: bold;
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: gray; 
  cursor: default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 1px;
	cursor: default;
	color: highlighttext;
	padding-top: 2px;
	font-family: tahoma;
	background-color: highlight;
}
.SelectedLeadershipTreeNode
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 1px;
	color:White;
	cursor: default;	
	padding-top: 2px;
	font-family: tahoma;
	background-color: #34596B;
}
.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
