/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr               |
|--------------------------------------------------*/

.dtree {
  font-family:verdana;
  font-size:10px;
  background-color:#88B1E9;
  margin-bottom:4px;
  border-top: 5px solid #88B1E9;
  width:180px;
  padding: 0.1em 0em 1em 0em;
}
.dtree img {
        border:0px;
        vertical-align:middle;
}
.dtree a {
           font-weight: bold;
	   color:#FFFFFF;
	   font-size:10px;
  text-decoration:none;
}
.dtree a.node, .dtree a.nodeSel {
        /*white-space:nowrap;*/
        padding:1px 2px 1px 2px;
}
.dtree a.node:link, .dtree a.nodeSel:link {
   font-weight: bold;
   color:#FFFFFF;
   text-decoration:none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
        font-weight: bold;
   	color:#182C6B;
        text-decoration:none;
}
.dtree a.nodeSel {
  color:#bb7d00
}
.dtree .clip {
        overflow:hidden;
}
