.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid #ccc; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#ccc;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
.atip
{
    width:500px !important;
    width:500px;
}
.atip img
{
    margin:5px;
}

.atip a
{
    color:#111 !important;
    text-decoration:none !important;
}
.atip a:hover
{
    color:#111 !important;
    text-decoration:underline !important;
}
.atip .news_title
{
    font-weight:bold !important;
    color:#093f63 !important;
}