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

.dTreeRoot {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	white-space: nowrap;
        font-weight: bold;
        padding: 0px 0px 20px 0px;
}

.dtree {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
	white-space: nowrap;
        font-weight: bold;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #336699;
	font-size: 13px;
	text-decoration: none;
        /*font-weight: bold;*/
	font-size: 10px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #666666;
        background-color: #CCCCCC;
}
.dtree a.nodeSel {
	background-color: #ffdd76;
}
.dtree .clip {
	overflow: hidden;
}
