/*--------------------------------------------------|
| 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: 12px;
	margin:10px;
	/*color: #c0d2ec;*/
	/*color: #871618;*/
	white-space: nowrap;
	text-align:left;
}

.dtree_bt_topo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}

.dtree_bt_topo a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}

.dtree_bt_topo a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #871618;
	text-decoration: none;
}
.dtree a.node{
	color: #000000;
	font-size: 12px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel {
	/*color: #CC6600;*/
	/*font-size: 10px;*/
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover{
	/*color: #CC6600;*/
	/*font-size: 16px;*/
	text-decoration: underline;
}
.dtree a.nodeSel:hover {
	/*color: #ffffff;*/
	text-decoration: underline;
}

.dtree a.nodeSel {
	/*color: #CC6600;*/
	/*background-color: #c0d2ec;*/
}
.dtree .clip {
	overflow: hidden;
}