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

.dtree
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #AD1810;
	white-space: nowrap;
	width: auto;
	height: auto;
}
.dtree img
{
	border: 0px solid gray;
	vertical-align: middle;
}

.dtree a
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #AD1810;
	text-decoration: none;
}

.dtree a.node,
.dtree a.nodeSel
{
	white-space: nowrap;
	width: 100%;
}

.dtree a.node:hover,
.dtree a.nodeSel:hover
{
	color: #FF1810;
	background-color: #DDD;
}


.dtree .clip
{
	overflow: hidden;
}