.tooltip div {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    cursor: help;
    display: none;
    font-size: 11px;
    margin: -8px 0px 0px 8px;
    padding: 0px;
    width: 200px;
}

.tooltip:hover div {
    display: block;
}

.tooltip div div.header {
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffe2e2 #800000 #808080 #ffe2e2;
    background: #f5adad;
    padding: 0px 5px 0px 5px;
}

.tooltip div div.content {
    background: #ffe2e2;
    font-size: 11px;
    margin: 16px 0px 0px 0px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffe2e2 #800000 #808080 #ffe2e2;
    text-align: left;

}

