@charset "utf-8";
/* CSS Document */
.stickytooltip{
display:none;
position:absolute;
display:none;
background:none;
z-index:1000;
top:-800px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:none;
color:white;
padding-top:0px;
text-align:center;
font:bold 11px Arial;
display:none;
}