.TreeView 
{ 
  background-color: #eeeeee; 
  border-top: 1px solid black; 
  border-left: 1px solid black; 
  border-right: 1px solid #cccccc; 
  border-bottom: 1px solid #cccccc; 
  cursor: default; 
  margin-right :10px;
  
} 
.Blue
{
  font-family: verdana, arial; 
  font-size: 11px; 
  cursor: default;
  background-color: #eeeeee; 
  color:Blue; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #eeeeee 1px solid;  
}

.TreeNode 
{ 
  font-family: verdana, arial; 
  font-size: 11px; 
  cursor: default;
  
  background-color: #eeeeee; 
  color:black; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #eeeeee 1px solid;  
} 
.InvisibleTreeNode 
{ 
  font-family: verdana, arial; 
  font-size: 11px; 
  cursor: default;
  background-color: #eeeeee; 
  color:Red; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #eeeeee 1px solid;  
} 
.DisabledTreeNode 
{ 
  font-family: verdana, arial; 
  font-size: 11px; 
  cursor: default;
  
  background-color: #eeeeee; 
  color:Yellow; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #eeeeee 1px solid;  
} 

.HoverTreeNode 
{ 
  font-family: verdana, arial;
  font-size: 11px; 
  text-decoration: none; 
  cursor: default; 
  
  background-color: #ffffff; 
  color:black; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #cccccc 1px solid; 
} 

.SelectedTreeNode 
{ 
  font-family: verdana, arial;
  font-size: 11px; 
  text-decoration: none; 
  font-weight: normal;
  cursor: default; 
  
  background-color: #666666; 
  color:white; 
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 2px; 
  padding-right: 2px; 
  border: #003366 1px solid; 
} 
