/* Minification failed. Returning unminified contents.
(10,8): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.stickytooltip
{
    width:300px;
    text-align:justify;
    border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;

box-shadow:0 0 6px rgba(0,0,0,10);-moz-box-shadow:0 0 6px rgba(0,0,0,10);-webkit-box-shadow:0 0 6px rgba(0,0,0,10)
display:none;
position:absolute;
display:none;
/*border:1px solid Gray; /*Border around tooltip*/
background:white;
z-index:3000;

word-wrap: break-word;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
