/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00006e;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #00006e;
	text-decoration: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	/*color: #ec5800;*/
	color: #0036c7;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #c0d2ec;
	font-weight: bold;
	text-decoration: underline;
	color: #ec5800;*/
	color: #0036c7;
}
.dtree .clip {
	overflow: hidden;
}

/* added*/

.dtreeCollapseTop {
	font-size:10px; 
	text-align:center; 
	border-bottom:1px solid #cccccc; 
	padding-bottom:3px; 
	margin-bottom:3px;
}
.dtreeCollapseBottom {
	font-size:10px; 
	text-align:center; 
	border-top:1px solid #cccccc; 
	padding-top:2px; 
	margin-top:2px; 
}
