div#toolTip
{
    position: absolute;
    width: 300px;
    background: #ffffcc;
    border: 1px solid #666666;
    text-align: left;
    padding: 5px;
    z-index: 1000;
}

div#toolTip p
{
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}

.tip_link
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /* color: #ff6f38; */
    color: #1659A1;
    text-decoration: none;
}

span.tip_link :link 
{
    color: #1659A1;
    font-weight: bold;
    text-decoration: none;
}

span.tip_link :visited 
{
    color: #1659A1;
    font-weight: bold;
    text-decoration: none;
}

span.tip_link :link:hover, span.tip_link :visited:hover
{
    font-weight: bold;
    text-decoration: underline;
}

span.tip_link :link:active, span.tip_link :visited:active
{
    font-weight: bold;
    text-decoration: underline;
}

