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

.dtree {
	font-family: Verdana;
	font-size: 10 pt;
	color: #414141;
	
	text-decoration: none;
	white-space: nowrap;
}
.dtree img {
font-size: 10 px;
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font-family: Verdana;
	font-size:12px;
	color: #414141;
	
	text-decoration: none;
	white-space: nowrap;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	font-size: 10 px;
	padding: 1px 1px 1px 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	font-family: Verdana;
	font-size: 12 px;
	color: #414141;
	text-decoration: underline;
	white-space: nowrap;
}
.dtree a.nodeSel {
font-size: 10 px;
	background-color: #cccccc;
}
.dtree .clip {
font-size: 10 px;
	overflow: hidden;
}
