
.TreeView_Base
{ 
  padding-top:4px; 
  padding-left:1px; 
  cursor:default; 
}

.TreeNode_Base 
{ 
  font-family: 宋体; 
  font-size: 9pt; 
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 1px; 
  padding-right: 1px; 
}

.GrayedTreeNode_Base 
{ 
  font-family: 宋体; 
  font-size: 9pt; 
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 1px; 
  padding-right: 1px; 
  color:gray; 
  cursor: pointer;
}

.HoverTreeNode_Base 
{ 
  font-family: 宋体; 
  font-size: 9pt; 
  text-decoration:underline; 
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 1px; 
  padding-right: 1px; 
  cursor: pointer;
}

.SelectedTreeNode_Base 
{ 
  font-family: 宋体; 
  font-size: 9pt; 
  background-color: gray; 
  color:white; 
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 1px; 
  padding-right: 1px; 
  cursor: default; 
}
.TreeNodeRow_Base
{ 
  height: 20px; 
}
.NodeEdit_Base 
{
  border:1px gray solid;
  font-family: 宋体; 
  font-size: 9pt; 
}












