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

.dtree {
	color: #666;
	white-space: nowrap;
        font-size: 10pt;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: black;
	text-decoration: none;
}
.dtree a.node {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
        color: green;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
        font-weight: bold;
}

.dtree .clip {
	overflow: hidden;
}

.dtree .dTreeNode {
    margin-bottom: 9px;
}


