.TreeNode 
{ 
	font-family:  Verdana ;
	font-size: 8pt; 
	color: Black;	
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver 
{	
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
 	text-decoration: underline;
	cursor: default;
	cursor: hand;
	padding-left: 3px;
}
.TreeNodeSelect 
{ 
	font-family: Verdana;
	font-size: 8pt;	
	color: Black ;
	font-weight:bold;
	text-decoration: undeline;
	cursor: default;
	cursor: hand;
	padding-left: 3px;	
}
.FirstLevelNode
{	
	font-family: Verdana;
	font-size: 8pt;	
	color: Black ;
	font-weight:bold;
	text-decoration:none;
	cursor: default;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family: Verdana;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: Verdana; 
  font-size: 8pt;
  margin-left: 4px;  
}
