.TreeViewHeader
{
  background: url(images/treeview_headerBg.gif);
  background-color: #000;
  color: #FFFFFF;
  border: #57566F 1px solid;
  border-bottom-width: 0px;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  cursor: default;
}

.TreeView
{
  background-color: #FFFFFF;
  color:#000;
  padding-top: 4px;
  padding-left: 1px;
  border: none;
  cursor: default;
}

.TreeViewMargin
{
  background:url(images/treeview_bg.gif);
  background-color: #FFFFFF;
  padding-top:4px;
  padding-left:1px;
  border: #000 1px solid;
  cursor:default;
}

.TreeNode
{
  font-family: tahoma;
  font-size: 11px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  color:#000;
}

.GrayedTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  color:gray;
  cursor:default;
}

.HoverTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  text-decoration:underline;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: default;
}

.SelectedTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  background-color: gray;
  color:white;
  padding-top:1px;
  padding-bottom:0px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: default;
  border: 1px solid #3F3F3F;
}

.MultipleSelectedTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  background-color: gray;
  color:white;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: default;
}

.CutTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  background-color: silver;
  color:white;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: default;
}

.NodeEdit
{
  border:1px gray solid;
  padding-top:0px;
  padding-bottom:0px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: tahoma;
  font-size: 11px;
}

.Margin
{
  background-color: #E6E6F0;
}
