
.dtree {
	font-family: verdana;
	font-size: 11px ;
	color: #000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font:11px  'tahoma';
	color:#5e5e5e;
	text-decoration:none;
	height:30px;
		
}
.dtree a.node{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	width:100px;
	font:11px 'tahoma';
	color:#5e5e5e;
	text-decoration:none;
	height:30px;
}
.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	width:100px;
	font:11px 'tahoma';
	font-weight:bold;
	color:#5e5e5e;
	text-decoration:none;
	height:30px;
}
.dtree a.node:hover, {
	color: #000000;
	border-bottom:#cccccc 1px dotted;
	padding: 0px 0px 0px 15px;
	height:30px;
}

.dtree a.nodeSel:hover
{
	color:#333333;

	border-bottom:#cccccc 1px dotted;
		height:30px;
}

.dtree a.nodeSel {
	background-color: #121212;
}
.dtree .clip {
	overflow: hidden;
}