
/* toolTipp.js styles
   ------------------ */

/* 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: #fafafa;
 font-size: 100%;
 color: #424242;
}
.notedefault a, .notedefault a:hover, .notedefault a:visited {
 color: #333;
 text-decoration: underline;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #626262;
 background-color: #8F8F8F;
 font-size: 88%;
 color: #FFF;
}

/* Some position-type-specific offset information. */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 15px;
 margin-top: 5px;
}

/* Headings within notes */
.notedefault h5 {
 margin: -8px -8px 15px -8px;
 padding: 2px 8px 2px 8px;
 background: #1973a2;
 font-size: 95%;
 color: #FFF;
}

/* Note close marker */
.note-close, .note-close:hover {
 float: right;
 background: url(/icons/tooltipp_close.gif) no-repeat 5px;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: inherit;
}
.snb-pinned .note-close {
 visibility: inherit;
}