/*--------------------------------------------------|
| 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;
	background-color:white;
	border:1px; border-style:solid; border-color:rgb(240,240,240);
	border-right:0;border-top:0;border-bottom:0;
	float:left; display:inline; padding: 6px; /*micah*/
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #006600; /*micah*/ /*color: #333;*/
	text-decoration: none;
	border-style: none; /*micah*/
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
/*#micah
.dTreeNode img a, .dTreeNode img {
	text-decoration: none;
	border:0;
}
.dTreeNode img a:hover, .dTreeNode img {
	text-decoration: none;
	border:0;
}*/

.dtree a.nodeSel {
	background-color: rgb(200,200,200);
}
.dtree .clip {
	overflow: hidden;
}