 /*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

a:link {
  color: #00366F;
  font-weight:normal;
  text-decoration:none;
}
 
a:visited {
  color: #000000;
  font-weight:normal;
  text-decoration:none;
} 

a:hover {
  color: #00366F;
  font-weight: normal;
  text-decoration: none;
}

td, table {
 color: #333333;
 font-size: 11px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
}

.dtree {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	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: #00366F;
	text-decoration: none;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
	padding:5px;
}

.dtree .clip {
	overflow: hidden;
}
