#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 8px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.web-title
{
    font-family: arial;
    font-size:11px;
    color:#333;
    font-weight:bold;    
}
.web-link
{
    font-family: arial;
    font-size:11px;
    color:#333;
    text-decoration:underline;    
}