/******************
TOOLTIP tyylit
******************/
div#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ffffff;
	background-color: #007CC4;
	padding: 5px;
	margin: 0px;
	opacity: 0.9;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	color: #ffffff;
}
div#tooltip.johdanto{
	font-weight: normal;
}
div#tooltip.johdanto h3{
	padding: 0px;
	margin: 0;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}