.TreeView 
{
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
} 

.TreeNode
{
  font-family: arial, verdana; 
  padding-left: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  /*background: url(img/jewel-bullet.gif) 0 no-repeat;*/
}

.TreeRow img
{
    margin-top:4px;
}

.HoverTreeNode
{
  font-family: arial, verdana; 
  padding-left: 5px;
  padding-bottom: 3px;
  text-decoration: underline; 
  cursor: pointer; 
  /*background: url(img/jewel-bullet.gif) 0 no-repeat;*/
} 

.SelectedTreeNode
{
  font-family: arial, verdana; 
  padding-left: 5px;
  padding-bottom: 3px;
  cursor: pointer;  
  font-weight: bold;
  /*background: url(img/jewel-bullet.gif) 0 no-repeat;*/
} 

