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

.dtree_table {
  background-image: url('http://hpdgpa5/imgs/fundo_degrade.gif');
  background-repeat: repeat-x;
  background-color: white;
  padding-top: 15px;
  width: 154px;
}

.dtreeroot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;	
	white-space: normal;
  width: 154px;
  vertical-align: top;
}

.dtreeroot a {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

.dtreeroot img {
	border: 0px;
	vertical-align: top;
}

.dtreeroot a.node:hover {
	color: black;
	text-decoration: underline;	
}

.dtree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: black;
	white-space: normal;
	width: 154px;
  vertical-align: top;
}

.dtree img {
	border: 0px;
	vertical-align: top;
}

.dtree a {
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

.dtree a.node:hover {
	color: black;
	text-decoration: underline;	
}

.dtree a.nodeSel:hover {
	color: black;
	text-decoration: underline;
}

.dtree a.nodeSel {
	white-space: normal;
	color: white;
}

.dtree .clip {
	overflow: hidden;
}