/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree
{
  font-family: Arial, Times, sans-serif;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}

.dtreeopenall
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  border-top: 1px solid black;/* #e0eee0;*/
}

.dtree img, .dtreeopenall img
{
  border: 0px;
  vertical-align: middle;
}

.dtree a, .dtreeopenall a
{
  color: #333;
  text-decoration: none;
}

.dtree a.node, .dtreeopenall a.node, .dtree a.nodeSel, .dtreeopenall a.nodeSel
{
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtreeopenall a.node:hover, .dtree a.nodeSel:hover, .dtreeopenall a.nodeSel:hover
{
  color: #333;
  text-decoration: underline;
}

.dtree a.nodeSel, .dtreeopenall a.nodeSel
{
  color: #000000;
  background-color: #aaffaa;
}

.dtree .clip, .dtreeopenall .clip
{
  overflow: hidden;
}