/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
| Modyfied by Stefan Hogedal                        |
|--------------------------------------------------*/

.dtree table { padding: 2pt; width: 100%}

.dtree td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 11.5pt;
	color: #FFFFFF;
	xwhite-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	background-color: #f0f0f0;
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
        width: 100%;
	xwhite-space: nowrap;
	padding: 1pt 2pt 1pt 2pt;
}
.dtree a.node:visited, .dtree {
	color: #000000;
}
.dtree a.nodeSel, a.nodeSel:visited {
        width: 100%;
	color: #ffffff;
	background-color: #000099;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #CC3300;
	text-decoration: none;
}
.dtree .clip {
	background-color: #ffffff;
	overflow: hidden;
}