.stickytooltip{
box-shadow: 3px 3px 10px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 10px #818181;
-moz-box-shadow: 3px 3px 10px #818181;
display:none;
position:absolute;
display:none;
border:3px solid #ddd; /*Border around tooltip*/
background:white;
z-index:3000;
}

.sticky {color: #FF8000; font-size: 16px; text-align: left;}
.sticky:hover { text-decoration: underline; cursor: pointer;}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:white;
color:black;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}