/* ----------------------------------------------------------
 file: tooltip.css

  last update: 05.05.09 by Patricia Engelskirchen
 ---------------------------------------------------------- */

a.tooltip {
    text-decoration: none;
    border-bottom: 1px solid red;
    color: #444444;
    font-weight: bold;
    cursor: default;
}

a.tooltip span {
    display: none;
}

#tooltipInfobox {
    position: absolute;
    display: none;
    width: 200px;
    background: #ffffc0;
    padding: 0px;
    border: 1px dotted #404040;
}

#tooltipInfobox table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#tooltipInfobox table tr th {
    background: white;
    font-size: 10px;
    font-family: Calibri,Arial,sans-serif;
    height: 20px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}

#tooltipInfobox table tr th img {
    vertical-align: middle;
}

#tooltipInfobox table tr td {
    background: #ffffc0;
    font-size: 12px;
    font-family: Calibri,Arial,sans-serif;
    height: 14px;
    text-align: left;
    font-weight: normal;
}

