/*--------------------------------------------------|
| 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: 11px;
	color: #666;
	white-space: nowrap;
	cursor: default;
	-moz-user-select: none;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

/* used for both joiner images and the folder icons */
.dtree .icon {
	width: 18px;
	height: 18px;
}

.dtree .icon {
/*	background-image: url('img/question.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

.dtree .node, .nodeSel {
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
	color: #333;
	display: inline;
	white-space: pre;
}
.dtree .node:hover, .nodeSel:hover {
	/*text-decoration: underline;*/
}
.dtree .nodeSel {
	background-color: #c0d2ec;
	/*border: #555 1px dotted;*/
}

.dtree .nodeSel.blurred {
	background-color: #ddd;
	/*border: #ddd 1px solid;*/
}


.dtree .lvl {
	padding-left: 18px;
}

.dtree .ls {
	background: url('img/empty.gif') repeat-y scroll top left;
}

.dtree .hs {
	background: url('img/line.gif') repeat-y scroll top left;
}


