/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
| Modyfied by Stefan Hogedal                        |
|--------------------------------------------------*/

.dtree table { padding: 0px; width: 100%}

.dtree td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	background-color: #F0EEE9;
	xwhite-space: nowrap;
	padding: 2px 0px 2px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	background-color: #E5E1D6;
	color: #CC3333;
	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: #663333;
}
.dtree a.nodeSel, a.nodeSel:visited {
        width: 100%;
	color: #ffffff;
	background-color: #6D6A65;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF6666;
	text-decoration: none;
}
.dtree .clip {
	background-color: #ffffff;
	overflow: hidden;
}