/* Class for tooltip. Do not change. EJB-914. */
div#tip {
    padding: 3px;
    border: 1px solid #000000;
    border-right-width: 1px;
    border-bottom-width: 1px;
    display: none;
    background: InfoBackground !important;
    color: InfoText;
    font: caption;
    font-size: 1em !important;
    font-weight: normal !important;
    text-align: left !important;
    position: absolute !important;
    z-index: 100000;
    word-wrap:break-word;
    letter-spacing: 0;
    zoom: 1;
    _height: 0;
   }