#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	font-weight:normal;
	color: #333;
	padding: 0px;
	margin: 0px;
	margin-left: -6px;
	margin-top: -6px;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 318px;
	padding:20px;
	height: 217px;
	opacity: 0.95;
	background: url('../workshops/images/shadow.png') no-repeat;

}
/*#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}*/
#tooltip.pretty div { width: 270px; text-align: justify; padding: 0px 10px 10px 10px;}

#tooltip.tracks {
	font-family: Arial;
	border: none;
	width: 224px;
	padding:20px;
	height: 103px;
	opacity: 0.95;
	background: url('../images/tooltip.png') no-repeat;
	margin-left: -10px;

}

#tooltip.tracks div { width: 200px;}

#tooltip.trackssm {
	font-family: Arial;
	border: none;
	width: 224px;
	padding:20px;
	height: 55px;
	opacity: 0.95;
	background: url('../images/tooltip_sm.png') no-repeat;
	margin-left: -10px;

}

#tooltip.trackssm div { width: 200px;}