.dtree {
  font-size: 11px; 
  color: #333; 
  font-family: Arial, Helvetica, sans-serif; 
  white-space: nowrap
}

.dtree img {
  border-top-width: 0px; 
  border-left-width: 0px; 
  border-bottom-width: 0px; 
  vertical-align: middle; 
  border-right-width: 0px
}

.dtree a {
  color: #333; 
  text-decoration: none
}

.dtree a.node {
  padding-right: 2px; 
  padding-left: 2px; 
  padding-bottom: 1px; 
  padding-top: 1px; 
  white-space: nowrap
}

.dtree a.nodeSel {
  padding-right: 2px; 
  padding-left: 2px; 
  padding-bottom: 1px; 
  padding-top: 1px; 
  white-space: nowrap
}

.dtree a.node:hover {
  color: #11118E;
  text-decoration: underline
}

.dtree a.nodeSel:hover {
  color: #11118E; 
  text-decoration: underline
}

.dtree a.nodeSel {
  font-weight: bold;
}

.dtree .clip {
  overflow: hidden
}
