.TreeView 
{ 
  background-color: white; 
  border: 0px solid black; 
  cursor: default; 
} 

.TreeNode
{
    font-family: arial, verdana;
    font-size: 14px;
    padding-left: 1px;
    cursor: default;
    font-weight: bold;
    color: #0000FF;
    height: 40px;
    vertical-align: top;
} 

.HoverTreeNode
{
    font-family: arial, verdana;
    font-size: 14px;
    padding-left: 1px;
    text-decoration: underline;
    cursor: default;
    font-weight: bold;
    color: #FF0000;
    height: 40px;
    vertical-align: top;
} 

