
.tooltip_header {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(125,126,125); 
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); 
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); 
    background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    color: white;
    text-align: center;
}
.tooltip_body {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: 'Helvetica';
    font-size: 12px;
    color: #ffffff;
}
.tooltip_footer {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.tooltip_div {
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #333333;
    background: #05addc;
    background: -webkit-gradient(linear, left top, left bottom, from(#05addc), to(#036884)) !important;
    background: -moz-linear-gradient(top,  #05addc,  #036884) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05addc', endColorstr='#036884') !important;
    max-width: 300px;
}
