.TreeView
{
   cursor: default;
   /*padding-left:10px;*/
  /* padding-top:10px;*/
}

.TreeNode
{
  font-family: arial, verdana;
  font-size: 12px;
  cursor: hand;
    color:#172888;
}
.TreeNodeHover
{
  font-family: arial, verdana;
  font-size: 12px;
  cursor: hand;
  color:#172888;
  text-decoration:underline;
}
.TreeNodeSelected
{
  font-family: arial, verdana;
  font-size: 12px;
  cursor: hand;
  color:#172888;
  text-decoration:underline;
}
.TreeNodeRow {
	/*padding-top:5px;*/
	/*padding-bottom:5px;*/
	width:125px;
	background-color:#EBDD8F;
	border-bottom-color:#81828B;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.HoverTreeNode
{
  font-family: arial, verdana;
  font-size: 12px;
  text-decoration: underline;
  cursor: hand;
}

