.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:1px solid #5C8283; /*Border around tooltip*/
background:white;
z-index:3000;

}




.InHead{ /*Style for footer bar within tooltip*/
background-color:#5C8283;
color:white;
text-align:left;
padding:2px;
margin:0px;
font:bold 11px Verdana;
}
.Country {font:11px Verdana;color:black;padding:2px;}
