	
.tooltip{
	z-index:24;
	color: #000;
	text-decoration: none;
	display: block;
	background-color: #CFF2A1;
}

.tooltip:hover{
	z-index: 25;
	background-color: #CDFF9A;
}

.tooltip span{
	display: none;
}
.tooltip  span  h1, .tooltip_active  span  h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	margin-top: 0px;
}


.tooltip:hover span{ /*lo span verrà mostrato solo sullo stato :hover */
	display: block;
	position:absolute;
	top: 150px;
	left: 0em;
	width: 250px;
	color:#333333;
	text-align: left;
	padding: 0px;
	font-size: 10px;
	line-height: 11px;
	height: 120px;
	overflow: auto;
	margin: 0px;
	text-decoration: none;
}

.tooltip_active span{ /*rende visibile lo span usato per visualizzare gli eventi della data odierna*/
	display: block;
	position:absolute;
	top: 150px;
	left: 0em;
	width: 250px;
	color:#333333;
	text-align: left;
	padding: 0px;
	font-size: 10px;
	line-height: 11px;
	height: 120px;
	overflow: auto;
	margin: 0px;
	text-decoration: none;
}

.tooltip_active {
	color: #FFFFFF;
	text-decoration: none;
}



.intestazione {
	font-size: 12px;
}

