/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

/* container */
.dtree {
	overflow:hidden;
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}

/* icones */
.dtree img {border: 0px; vertical-align: middle;}

/* item */
.dtree a {color: #333; text-decoration: none;}

.dtree .clip {overflow: hidden;}

/* item & item selecionado */ 
.dtree a.node, .dtree a.nodeSel {font:bold 11px arial; color:#005CA5; padding: 1px 2px 1px 2px; outline:0}

/* item & item selecionado hover */
.dtree a.node:hover, .dtree a.nodeSel:hover {text-decoration:none; color: #333;}

/* item selecionado */
.dtree a.nodeSel {color:#0000ff;}

/* span nos nomes extensos */

.dtree a.node, .dtree a.nodeSel {background:transparent; border:0px; height:15px; width:auto;}

.dtree a.node:hover, .dtree a.nodeSel:hover {color: #333; background:#c0d2ec; border:0px solid rgb(180,180,180)}

.dtree a span {display:none}

.dtree a.node:hover span, .dtree a.nodeSel:hover span {display:block; position:absolute; width:250px; height:auto; top:20px; left:10px; color:rgb(0,0,0); border:1px solid black; background:#c0d2ec; z-index:999; padding:5px; text-align:justify; font:normal 10px verdana; white-space:normal}
