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

.dtree {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.dTreeNode {
padding: 2px 2px 2px 0px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
}
.dtree a.node, a.node:visited, .dtree a.nodeSel {
	color: #0093ba;
	padding: 1px 2px 1px 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #0093ba;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree a.node_l2, a.node_l2:visited {
	color: #0093ba;
	padding: 1px 2px 1px 0px;
	text-decoration: underline;
	font-weight: normal;
}

.dtree a.node_l2:hover {
	color: #0093ba;
	text-decoration: underline;
	font-weight: normal;
}

.dtree .clip {
	overflow: hidden;
}

