#tooltip.appt {
	position: absolute;
	z-index: 3000;
	border: 2px solid #ccc;
	background-color: #fff;   
	width:300px;
	color: orange;
	padding: 5px;
	opacity: 0.95;
	font-size: 0.9em;
}
#tooltip.appt h3{ font-size:0.8em; color:#666;}
#tooltip.appt h1{ font-size:1.1em; color:orange; font-weight:bold; padding-bottom:2px;}
#tooltip div { margin: 0; }

#tooltip.short_tooltip{
	position: absolute;
	z-index: 3000;
	border: 2px solid #ccc;
	background-color: #fff;   
	width:auto;
	color: orange;
	padding: 5px;
	opacity: 0.95;
	font-size: 0.9em;
}
#tooltip.short_tooltip h4{font-size:0.7em; color:orange; padding-bottom:2px;}