/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}

/*.dtree img*/
.dtree_img
{
	border: 0px;
	vertical-align: left;
	width: 8px;
	height: 18px;
	line-height: 25px;
}

.dtree a
{
	color: #FFFF00;
	font-size: 14px;
	text-decoration: none;
	border: 0px;
	line-height: 20px;
}

.dtree_td
{
	height: 50px;
}

.dtree a.node
{
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover
{
	color: #FF7F00;
	font-size: 14px;
	text-decoration: none;
}

.dtree a.nodeSel,
.dtree a.nodeSel:hover
{
	color: #FF7F00;
	font-size: 14px;
	text-decoration: none;
}

.dTreeNode
{
	border: 0px;
}

.clip
{
	border: 0px;
}