#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #FFFFDD;
	padding: 5px;
	opacity: 0.9;
	border: 1px solid #0077AA;
}
#tooltip h3,#tooltip div 
{
 font: 8pt normal Arial;
 margin: 0;
 padding: 0; 
 width: 200px;
}
#tooltip.pretty {
	font-family: Arial;
	font-size: 4pt;
	border:none;
	width: 196px;
	padding: 10px 0px 0px 50px;
	height: 85px;
	opacity: 0.8;
	background: url('i/shadow2.png') no-repeat left top;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	text-align: center;
}
#tooltip.pretty div {width: 200px; text-align: left; }
#tooltip.fancy {
	background: url('shadow2.png') no-repeat left top;
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png') no-repeat left top;
}
#tooltip.thumb, #tooltip.thumb IMG {
  width: auto;
	border: none;
	padding: 0px;
	opacity: 1;
}
 #tooltip.thumb IMG{	height: 250px; border: 1px solid #0077AA;}
.help{cursor:help;border-bottom:1px dotted #006699;color:#006699}
