.tree, .tree-item table.tree-table { font: 11px Arial; }
.tree { padding-left: 12px; }
.tree-top { padding-left: 0; }
.tree-item { 
  padding-left: 17px;
  background: transparent url("img/dot.gif") no-repeat 1px 50%;
}
.tree-item-more {
  padding-left: 1px;
}
.tree-item td.label { padding-bottom:4px; }
.tree-item table.tree-table {}
.tree-item table.tree-table td.label span.label { padding: 0 2px; }

.tree-item .tgb {
  width: 9px; height: 9px; vertical-align: middle;
}
.tree-item .plus {
  background: transparent url("img/plus.gif") no-repeat 0 50%;
  padding-right: 7px;
}
.tree-item .minus {
  background: transparent url("img/minus.gif") no-repeat 0 50%;
  padding-right: 7px;
}
.tree-item .icon { padding-right: 4px; width: 18px; height: 18px; text-align: center; vertical-align: middle; }

.tree-item-selected table.tree-table td.label { background-color: Highlight; color: HighlightText; }

/***********************************************************/

BODY
{
  font-family: Comic Sans MS;
  font-size: 11px;
  
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:#336699;
  scrollbar-base-color:white;
  scrollbar-track-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-face-color:white;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:white;
}

A:link    {text-decoration:none; color:#ca3c00}
A:visited {text-decoration:none; color:black}
A:hover   {text-decoration:none; color:black}
A:active  {text-decoration:none; color:black}
