.stickytooltip{
display:none;
position:absolute;
display:none;
border:0px solid #000; /*Border around tooltip*/
background:#f1e2cb;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}