#panelTooltip {
width: 251px;
height: 120px;
position: absolute;
left: 30px;
top: 100px;
background: url(/img/layout/tooltip.gif) no-repeat 0 0;
display: none;
padding: 15px;
text-align: left;
}

.tt_title {
font-family: verdana;
font-weight: bold;
font-size: 14px;
color: #535353;
margin-bottom: 15px;
}

.tt_date {
font-size: 10px;
font-weight: bold;
color: #535353;
margin-bottom: 10px;
font-family: verdana;
}

.tt_txt {
font-size: 11px;
font-family: verdana;
color: #535353;
}
