.TreeView
{
   cursor: default;
   padding-left:5px;
   padding-top:0px;
}

.TreeNode1
{
  font-family: Verdana;
  font-size: 14px;
	font-weight:bolder;
  cursor: hand;
  color:#336699;
  vertical-align:top;
	padding-top:3px;
	padding-bottom:0px;
}
.TreeNodeHover1
{
  font-family: Verdana;
  font-size: 14px;
	font-weight:bolder;
  cursor: hand;
  color:#CC9900;
  text-decoration:underline;
  vertical-align:top;
	padding-top:3px;
	padding-bottom:0px;
}
.TreeNodeSelected1
{
  font-family: Verdana;
  font-size: 14px;
	font-weight:bolder;
  cursor: hand;
  color:#CC9900;
  text-decoration:underline;
  vertical-align:top;
	padding-top:3px;
	padding-bottom:0px;
}
.TreeNode0
{
  font-family: Verdana;
  font-size: 12px;
  cursor: hand;
  color:#666666;
  text-decoration:none;
  vertical-align:top;
  margin-top:-10px;
}
.TreeNodeHover0
{
  font-family: Verdana;
  font-size: 12px;
  cursor: hand;
  color:#CC9900;
  text-decoration:none;
  vertical-align:top;
  margin-top:-10px;
}
.TreeNodeSelected0
{
  font-family: Verdana;
  font-size: 12px;
  cursor: hand;
  color:#CC9900;
  text-decoration:underline;
  vertical-align:top;
  padding-top:-10px;
}

.TreeNodeRow {
	width:170px;
	vertical-align:top;
	margin-bottom:0px;
}
