.Tree {
  text-align : left;
}

.TreeCaption{
  border : solid 1px silver;
  padding : 2 2 2 2px;
  font-family : Arial;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
  color : black; 
}

.TreeItem{
  font-family : Arial;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
  color : black; 
}

.TreeItemDisabled{
  font-family : Arial;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
  color : silver; 
}

.TreeItem:hover{
  text-decoration : underline;  
}

.TreeItemDrag{
  color : black; 
  border-bottom : 1px solid red;
}

.TreeAddItem{
  vertical-align : middle;
  font-family : "Arial";
  font-size : 9px;
  text-decoration : none;
  color : green; 
}
.TreeAddItem:hover{
  text-decoration : underline;  
}
