.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
/*	background-color: white; */
	margin-top: 3px;
}



.treeview li { 
	margin: 0;
	padding: 0px 0px 0px 12px; 
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }


/* personalizzazione  */
.testobianco {
  font-family: "Times New Roman"; 
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: white
  
}
.testobianco:link {
  color: white; 
}
.testobianco:visited {
  color: white
}
.testobianco:hover {
  color: orange 
}
.testobianco:active {
  color: orange 
}


.testolink { 
  font-family: "Times New Roman"; 
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: darkgreen
}
.testolink:link {
  color: darkgreen
}
.testolink:visited {
  color: darkgreen
}
.testolink:hover {
  color: green
}
.testolink:active {
  color: green
}

.altezza {
  padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}


.testomail { 
  font-family: "Times New Roman"; 
  font-size: 13px;
  font-weight: bold;
  text-decoration: none
}
.testomail:link {
  color: darkgreen
}
.testomail:visited {
  color: darkgreen
}
.testomail:hover {
  color: orange
}
.testomail:active {
  color: orange
}


.textverde
{
  font-weight: bold;
  font-size: 10px;
  color: darkgreen;
  font-family: Verdana, Arial;
  text-decoration: none
}


