/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {

/* @CHANGE - change font
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */

    font-family: Helvetica;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    color: #333;
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel, .dtree a.nodeNoURL {
    white-space: nowrap;
    padding: 1px 3px 1px 3px; /* @CHANGE */
}
.dtree a.node:hover, .dtree a.nodeSel:hover {

/* @CHANGE - change to blue and add padding
    color: #333;
    text-decoration: underline; */

    padding: 1px 2px 1px 2px;
    color: #0000ff;
}
.dtree a.nodeSel {
    background-color: #c0d2ec;
}

.dtree a.nodeNoURL {
    color: gray;
    font-style: italic;
}

/* @CHANGE - new.  used in show all layers */
.dtree a.nodeHigh {
    background-color: #e5ffff;
    padding: 1px 2px 1px 2px;
}

/* @CHANGE - want scrollbars
.dtree .clip {
    overflow: hidden;
}
*/