
/* tutti i tooltip */

#tooltip {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	width: 140px;
	z-index: 13000;
	line-height:16px;
}

#tooltip h3{
	font-weight: bold;
	font-size: 10px;
	color: #333;
	padding: 4px 8px;
	background: #C7C7C7;
	border: 1px solid #C7C7C7;
} 

#tooltip div {
	font-size: 9px;
	padding: 4px 8px;
	color: #333;
	background: #C7C7C7;
	border:1px #dedede solid;
	border-top:none;
}

/* tooltip 2 */

#tooltip.fluid {width: auto;}

#tooltip.fluid h3 {background: #C7C7C7; color:#333; font-weight: normal;}

#tooltip.fluid div {}


/* tooltip 3 */

#tooltip.fixed {}

#tooltip.fixed h3 {background: #C7C7C7; color:#333; font-weight: normal;}

#tooltip.fixed div {}



/* tooltip 4 */

#tooltip.imageTooltip1 {
	width: 180px;
}

#tooltip.imageTooltip1 h3 {
	border:none;
	color: #00CCFF;
	font-weight: bold;	
	padding: 13px 13px 5px;
	background: url('img/balloon.png') top left no-repeat !important;
	background: url('img/balloon.gif') top left no-repeat;
}

#tooltip.imageTooltip1 div {
	border:none;
	color: #fff;
	padding:0 13px 13px;
	background: url('img/balloon.png') bottom left no-repeat !important;
	background: url('img/balloon.gif') bottom left no-repeat;
}


/* tooltip 5 */

#tooltip.imageTooltip2 {
	width: 180px;
}

#tooltip.imageTooltip2 h3 {
	border:none;
	color: #00CCFF;
	font-size:1px;
	padding:10px 0 0;
	background: url('img/balloon.png') top left no-repeat !important;
	background: url('img/balloon.gif') top left no-repeat;
}

#tooltip.imageTooltip2 div {
	padding: 0 13px 10px;
	border:none;
	color: #ccc;
	background: url('img/balloon.png') bottom left no-repeat !important;
	background: url('img/balloon.gif') bottom left no-repeat;
}

/* tooltip 6 */

#tooltip.imageTooltip3 {
	width: 180px;
}

#tooltip.imageTooltip3 h3 {
	border:none;
	color: #00CCFF;
	padding: 10px 13px 0;
	background: url('img/balloon.png') top left no-repeat !important;
	background: url('img/balloon.gif') top left no-repeat;
}

#tooltip.imageTooltip3 div {
	font-size:1px;
	border:none;
	color: #ccc;
	padding:0 0 10px;
	background: url('img/balloon.png') bottom left no-repeat !important;
	background: url('img/balloon.gif') bottom left no-repeat;
}

