/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree
{
	font-weight: normal;
	font-size: 10pt;
	width: 150px;
	overflow:visible;
	color: #006699;
	font-family: Tahoma;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	font-weight: normal;
	color: #006699;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a:hover.node, .dtree .nodeSel
{
	color: purple;
}
.dtree a.nodeSel
{
	color: maroon;
}
.dtree .clip {
	overflow: hidden;
}
a:active {
color:red 
}
