.dtree {
	font-size: 14px;
      font-style: normal;
	color: #333;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	font-size: 14px;	
      font-style: normal;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	font-size: 14px;
      font-style: normal;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #f0f0f0;
}
.dtree .clip {
	overflow: hidden;
}