/* for non-CSS supporting browsers. */
.fallback {
    display: none
    }
.notedefault, .notenested {
    position: absolute;
    visibility: hidden;
    top: 1.5em;
    left: 2em;
    width: 27em
    }
.notedefault {
    padding: 9px;
    border: 1px solid #BCBCBC;
    background-color: #FFF;
    font-size: 100%;
    font-weight: bold;
    color: #72748B
    }
.notedefault a, .notedefault a:hover, .notedefault a:visited {
    color: #333;
    text-decoration: underline
    }
.notenested {
    width: 8em;
    padding: 3px;
    border: 1px solid #95a3c0;
    background-color: #8F8F8F;
    font-size: 88%;
    color: #FFF
    }
/* Some position-type-specific offset information. */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
    margin-left: 5px;
    margin-top: 15px
    }
/* Headings within notes */
.notedefault h5 {
    margin: -8px -8px 15px -8px;
    padding: 2px 8px 2px 8px;
    background-color: #95a3c0;
    font-size: 95%;
    color: #FFF
    }
/* Note close marker */
.note-close, .note-close:hover {
    float: right;
    background: url(/fileadmin/templates/images/base/tooltip_close.gif) no-repeat 5px;
    margin-top: 0;
    width: 17px;
    height: 17px;
    line-height: 14px;
    color: black;
    text-decoration: none;
    visibility: inherit
    }
.snb-pinned .note-close {
    visibility: inherit
    }
/* extra styles for each tooltip */
.registerIdentificationNumber {
    width: 200px
    }