.dtree {
	display: block;
	white-space: nowrap;
	line-height: 12px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree img.folderimage{
	height: 16px;
}
.dtree img#id0 {
	height: 20px;
}
.dtree a {
	color: #EFEFEF;
	text-decoration: none;
}
.dtree a:hover{
	background-color: #0066CC;
}
.dtree .text{
}
.dtree .title{
	margin-right: 3px;
}
.dtree .name{
	margin-right: 3px;
}
.dtree .number{
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 3px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FFFFFF;
}
.dtree a.nodeSel {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
.dtree .clip {

}