
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {background:url('../i/pop_sml_2.png') #ECF1E6 no-repeat left top; margin:0 0 0 90px!important; padding:15px; display:none; color:#000; text-align:left; width:540px; z-index:2000 }
div.tooltip a {text-decoration:none; color:#768a92;}
div.tooltip a:hover {text-decoration:underline; color:#ECF1E5;}
div.tooltip table {width:100%;}
div.tooltip table tr td {font-size:10px; vertical-align:bottom; padding:2px 0 2px 0;}


