.stickytooltip{
box-shadow: 5px 5px 8px #9d9d9d; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #9d9d9d;
-moz-box-shadow: 5px 5px 8px #9d9d9d;
display:none;
position:absolute;
display:none;
border:1px solid #ccc; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#908e8d;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

a.hyp02{font-family:Arial; font-size:12px; color:#3d91cd; text-decoration:none; cursor: default;}
a.hyp02:hover{font-family:Arial; font-size:12px; color:#3d91cd; text-decoration:none;}