#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background:#FFF;
	padding: 3px;
	font-family:arial;

	
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.normalLabel h3 { font-size:11px; line-height:13px; padding:4px 5px; background:#367C2B; color:#FFF;}
#tooltip.normalLabel div { font-size:11px; line-height:13px; color:#000; padding:4px 5px;}

#tooltip.largeLabel h3 { font-size:12px; line-height:13px; padding:4px 5px; background:#367C2B; color:#FFF;}
#tooltip.largeLabel div { font-size:11px; line-height:14px; color:#000; background: url(/assets/images/tipback.jpg) repeat-x; padding:4px 5px;}

#tooltip.w200 { width:200px; }
#tooltip.w250 { width:250px; }
#tooltip.w300 { width:300px; }


#tooltip.shortLabel { background:#ffffcc; padding:2px 4px; border: 1px solid #cccc99;}
#tooltip.shortLabel h3 { color:#333300; font-size:11px; padding:0px; font-weight:normal}

