/*********************************************************************
***********************       stile menù      ************************
***********************    GRANDIMPIANTI ILE  ************************
bacground-color: #ABCCB0 VERDE CHIARO per sfondi e bordi
color: #ABCCA7 VERDE CHIARO per testo
bacground-color: #ffb319 ARANCIONE per sfondi e bordi
color: #ffb31f ARANCIONE per testo
*********************************************************************/

/* for div where treeview is placed */
div.ob_tree	{
	background-color: white; 
	overflow:auto;
	text-decoration: none;
}

td.ob_t2 {
  font-family: Tahoma;
	font-size: 0.8em ; 
	vertical-align:middle; 
	border:0px dotted white; 
	background-color: transparent;
	padding:2px !important;
  color: #ABCCA7;
}
/* links in all nodes */
td.ob_t2 A, td.ob_t2 SPAN	{
	color: #ABCCA7;
  text-decoration: none;
  padding: 0px 3px 0px 3px !important;
  margin:1px !important;
}
td.ob_t2 A:active {
	color: #ABCCA7;
}
td.ob_t2 A:visited {
	color: #ABCCA7;
}
td.ob_t2 A:hover, td.ob_t2 SPAN:hover	{
	color: #ABCCA7;
	border: 1px dotted #ABCCB0;
}
/* for node text highlighted/selected */
td.ob_t3 {
  font-family: Tahoma;
	font-size: 0.8em ; 
	vertical-align:middle; 
	border:0px dotted white; 
	background-color: transparent;
  margin:0px;
	padding:2px !important;
	color: #ffb31f;
  font-weight: bolder;
}
/* link in selected node */
td.ob_t3 A, td.ob_t3 SPAN	{
	color: #ffb31f;
  font-weight: bolder;
  text-decoration: none;
  padding: 0px 3px 0px 3px !important;
  margin:1px !important;
}
td.ob_t3 A:hover, td.ob_t3 SPAN:hover		{
	color: #ffb31f;
  font-weight: bolder;
	border: 1px dotted #ffb319;
}

/* for icons */
td.ob_t4 {
	vertical-align:top;}

/* for icons */
div.ob_d4 {
	width: 19px;
	font-size: 1em ;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width:16px; 
	vertical-align:top;
	font-size: 1em ;
}

td.ob_t5v
{
	background-image: url(vertical.gif);
}

/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align:top;
}

/* for plus-minus images */
td.ob_t6v		{
	width:16px;
	vertical-align:top;	
	background-image: url(vertical.gif);
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align: top;	
}

/* for message "Loading ..." */
td.ob_t7 {
	font-size: 1em ; 
	background-color:#ABCCB0; 
	border:1px solid #ABCCB0; 
	color:#ABCCA7; 
	width:80px; 
	text-align:center; 
	padding-left:20px;
}
	
/* for links */
A.ob_a2	{
	font-size: 1em ;
	COLOR: #ABCCA7;
	TEXT-DECORATION: none;
} 

.ob_t2c 
{		
	border-collapse: separate;
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;	
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}
