/* outer border and main layer */
#tipDiv
{
    border: 1px solid #51c921;
    outline: 1px solid #6a6a6a;
    font-size: 9pt;
    line-height: 1.4em;
    background-color: white;
    color: black;
    text-align: left;
    width: 250px;
    padding: 3px;
}

/* inner white border */
#tipDiv DIV
{
    border: 1px solid #FFFFFF;
    padding: 5px;
}

/* "click for manual" note */
#tipDiv DIV.TooltipNote
{
    color: #333;
    font-size: 8pt;
    line-height: 12pt;
    font-style: italic;
    padding: 0;
    padding-top: 5px;
}

SPAN.ToolTip
{
    border-bottom: 1px dashed;
}
