/*
** Colori del tema sixteen
************************************
** sfondo pagina (content e sidebar)
** RGB 228,224,198 #e4e0c6
**
** sfondo generale (al di fuori del content)
** RGB 217,213,186 #D9D5BA
*/

td.icone
	{
		background-color: transparent;
		text-align: center;
		vertical-align: middle;
		font-size: small;
		padding-top: 5px;
		padding-bottom: 5px;
		// border: solid;
		
	}
td.verticale
	{
		background-color: transparent;
		//color: rgb(136,139,219);
		color: rgb(59,61,117);
		border-right: ridge rgb(59,61,117);
		text-align: right;
		vertical-align: middle;
		font-size: 12px;
		font-weight: bold;
		// font-style: italic;
		// padding: 0 px;
		//border: solid;
		// overflow:hidden; 
		word-wrap:normal;
		
		
	}


table.tabicone
	{
		// text-align: left; 
		width: 50%; 
		height: 70px;
		table-layout:fixed;
		
	}

	
	
	

	
#ruota 
	{
	
	transform:rotate(270deg);
	/* Safari and Chrome */
	-webkit-transform: rotate(270deg);
	/* Opera */
	-o-transform: rotate(270deg);
	/* Firefox */
	-moz-transform: rotate(270deg);
	/* IE 9 */
	-ms-transform: rotate(270deg);
	}
	
#titolo
{
	padding-left: 20%;
	background-color:transparent;
	background-image: url('http://localhost/sito/immagini/tec3.jpg');
	background-repeat: no-repeat;
	color: red;
	font-size: 90%;
	  font-weight: normal; 
	  line-height: 30%;
	  text-align: left;
	  width: 90%;
	  height: 110px;    
}

#titolo2
	{
		padding-left: 10px;
		padding-top: 30px;
		padding-bottom: 7px;
	font-size:12px;
	background-color:transparent;
	color: black;
	font-weight: bold;


	}

h3 {
  margin: 0px;
  background-image: url('esempio1.jpg');
  background-repeat: no-repeat;
  color: red;
  background-color: red;
  font-size: 140%;
  font-weight: normal; 
  line-height: 260px;
  text-align: center;
  width: 240px;
  height: 150px;          
}

/* Tooltip 1 con CSS
----------------------------------------------- */
a.tt1{
position:relative;
z-index:24;
color:#3CA3FF; /* Colore del testo del tooltip */
font-weight:bold;
text-decoration:none;
}
a.tt1 span{ display: none; }
a.tt1:hover{ z-index:25; cursor:help;}
a.tt1:hover span.tooltip{
display:block;
position:absolute;
top:0px; left:0;
padding: 15px 0 0 0;
width:200px;
color: #000; /* Colore del testo della descrizione */
text-align: center;
filter: alpha(opacity:90);
KHTMLOpacity: 0.90;
MozOpacity: 0.90;
opacity: 0.90;
}
a.tt1:hover span.top{
display: block;
padding: 30px 8px 0;
background: url(https://lh6.googleusercontent.com/_nT13UtBmmiU/TY38DxCB58I/AAAAAAAASlM/hysOphmwRQA/bubble.gif) no-repeat top;
}
a.tt1:hover span.middle{
display: block;
padding: 0 8px;
background: url(https://lh3.googleusercontent.com/_nT13UtBmmiU/TY38PxK6qKI/AAAAAAAASlQ/SalZGy8YvoY/bubble_filler.gif) repeat bottom;
text-decoration:none;
}
a.tt1:hover span.bottom{
display: block;
padding:3px 8px 10px;
background: url(https://lh6.googleusercontent.com/_nT13UtBmmiU/TY38DxCB58I/AAAAAAAASlM/hysOphmwRQA/bubble.gif) no-repeat bottom;
}

