/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 0px 5px 0px;
	margin:0px;
	border:0px;
	color: #666;
	vertical-align:top;
	width:121px; 
	text-align:left;
	/*white-space:normal;*/
}
/** Ñ fez diferença **/
.dtree div{
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
	width:121px;
}

.dtree .dTreeNode{	
	padding-top:4px;
	font-size:10px;
	color: #DBD7C4;
	vertical-align:bottom;
}
.dtree .dTreeNode a{
	color: #DBD7C4;
	text-decoration: none;
}

.dtree img {
	border: 0px;
	vertical-align: top;
}
.dtree a {
	color: #FFFFFF;
	text-decoration: none;
}
.dtree a.node{
	/*white-space: nowrap;*/
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #003C2F;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #B6AD81;
	text-decoration: none;
}


.dtree a.node:active, .dtree a.nodeSel:active {
	color: #003C2F;
	text-decoration: none;
}

.dtree .clip {
	overflow: hidden;
}
