.TreeView 
{ 
   cursor: default; 
   padding-left:5px;
   padding-top:0px;
} 

.TreeNode1
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#FFFFFF;
  vertical-align:top;
} 
.TreeNodeHover1
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#CCCC66;
  text-decoration:none;
  vertical-align:top;
} 
.TreeNodeSelected1
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#CCCC66;
  text-decoration:none;
  vertical-align:top;
}
.TreeNode0
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#CDCDCD;
  vertical-align:top;
} 
.TreeNodeHover0
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#CCCC66;
  text-decoration:none;
  vertical-align:top;
} 
.TreeNodeSelected0
{ 
  font-family: tahoma, trebuchet MS; 
  font-size: 12px; 
  cursor: hand; 
  color:#CCCC66;
  text-decoration:none;
  vertical-align:top;
}

.TreeNodeRow {
	padding-top:1px;
	padding-bottom:2px;
	width:170px;
	vertical-align:top;
}
