/*--------------------------------------------------|
| 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: 10px;
	color: #000;
	white-space: nowrap; padding:4px


}
.dtree img {
	border: 0px;
	vertical-align: middle;
	padding: 0;
	display: none;
	visibility: hidden;
}

.dTreeOpenNode {background-color: #fff;}

.dTreeNode  {padding:4px}
.clip {padding:4px}
.node  {padding:4px}
.nodeSel {padding:4px}





.dTreeNode img {visibility: hidden; }
.clip img {visibility: hidden;}
.node img {visibility: hidden;}
.nodeSel img {visibility: hidden;}

.dtree a {color: #000;
			text-decoration: none;	display: block;
			padding: 0;
			background-image: url(img/line.gif); background-repeat: repeat-x; background-position: left bottom;
}

.clipsel a {background-color: #000;}



.dtree a:link {padding: 0; display: block;

}
.dtree a:visited {color: #000; padding: 0;

}
.dtree a:hover {padding: 0;	color: #fff;
background-image: url(img/sfondo_hov.gif); background-repeat: repeat-x; background-position: left bottom;
		}
.node a {white-space: nowrap;
background-image: url(img/line.gif); background-repeat: repeat-x; background-position: left bottom;}
.node a:link {}
.node a:visited {color: #000;}
.node a:hover {
	background-image: url(img/sfondo_hov.gif); background-repeat: repeat-x; background-position: left bottom;
}


.nodeSel a {white-space: nowrap;
	background-image: url(img/sfondo_sel.gif); background-repeat: repeat-x; background-position: left bottom;
	width: 100%;
	color:#fff;}
.nodeSel a:link {}
.nodeSel a:visited {	color: #000;
	}
.nodeSel a:hover {
	}


	
.dtree a.nodeSel {
	background-image: url(img/sfondo_sel.gif); background-repeat: repeat-x; background-position: left bottom;
	width: 100%;
	color:#fff;
}	
	
	
	/*
.dtree a {
	color: #000;
	text-decoration: none;
	padding: 4px 8px 4px 1px;	
	display: block;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;


	
}




.dtree a.node:visited, .dtree a.nodeSel:visited {
	color: #000;
	padding: 3px 8px 3px 0;

}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;

	display: block;
}

.dtree a:hover {

	background-color:#7CA3CE;
background-image: url(img/sfondo_hov.gif); background-repeat: repeat-x; background-position: left bottom;
}

*/













.dtree .clip {
	/*overflow: hidden;*/
}

/*intestazione*/
.int_tree {display: none;}
.dTreeNode {background-image: url(img/sfondo.gif); background-repeat: repeat-x; background-position: left bottom;}