 /*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

a:link{
 color: #CC0000;
 font-weight:normal;
 text-decoration:none;
}
 
a:visited {
 color: #333333;
 font-weight:normal;
 text-decoration:none;
} 

a:hover{
 color: #9B231C;
 font-weight: normal;
 text-decoration: none;
}

td, table{
 color: #333333;
 font-size: 10px;
 font-family: Verdana, Helvetica, sans-serif;
}

.dtree{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}

.dtree img{
	border: 0px;
	vertical-align: middle;
}

.dtree a{
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding:5px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #C00;
	text-decoration: none;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree .clip {
	overflow: hidden;
}

