/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
| COX2 fix: FH 10.05.2006: coxTree introduced       |
|--------------------------------------------------*/

div#thesaurus,
div#coxTree, 
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	white-space: nowrap;
	line-height:16px;

}
div#thesaurus img,
div#coxTree img, 
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin: 0px 0px 0px 12px;
}
div#coxTree a, 
.dtree a {
	color: #fff;
	text-decoration: none;
}
div#thesaurus a.node, div#thesaurus a.nodeSel,
div#coxTree a.node, div#coxTree a.nodeSel,
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
div#coxTree a.node:hover, div#coxTree a.nodeSel:hover,
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration: underline;
}
div#thesaurus a.nodeSel,
div#coxTree a.nodeSel,
.dtree a.nodeSel {
/*	background-color: #c0d2ec; */
	color: orange;
}
div#thesaurus clip, 
div#coxTree clip, 
.dtree .clip {
	overflow: hidden;
}

div#thesaurus, div#thesaurus a, div#thesaurus a.node:hover, div#thesaurus a.node:hoverSel,
div#thesaurus .dtree, div#thesaurus .dtree a, div#thesaurus .dtree a.node:hover, div#thesaurus .dtree a.node:hoverSel {
	color: #000;
}