/*body { font: 13px/1.4 sans-serif;
*/

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 padding: 5px;
 border: none;
 width:231px;
 height:149px;
 font:Arial, Helvetica, sans-serif;
 font-size:10px;
}
.notedefault a {color: #000066; font-size: 11px; font:Arial, Helvetica, sans-serif; font-weight: bold;}
.box {
 font:Arial, Helvetica, sans-serif;
 font-size:7.5pt;
 padding-right:15px;
 }
 .boxhead {
 font:Arial, Helvetica, sans-serif;
 font-size:11px;
 margin-right:29px;
 font-weight:bold;
 color:#000066;
 background-color: #C0D3DE;
 padding:2px;
 padding-left:6px;
 }
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

a.box:link
{ color: #000066; font-size: 11px; font:Arial, Helvetica, sans-serif; font-weight: bold;text-decoration: underline }
a.box:active
{ color: #000066; font-size: 11px; font:Arial, Helvetica, sans-serif;font-weight: bold;text-decoration: underline }
a.box:visited
{ color: #000066; font-size: 11px; font:Arial, Helvetica, sans-serif;font-weight: bold;text-decoration: none }
a.box:hover
{ color: #003399; font-size: 11px; font:Arial, Helvetica, sans-serif;font-weight: bold;text-decoration: underline}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 130px;
 margin-top: -210px;
}

.snp-mouseoffset2 {
 margin-left: 60px;
 margin-top: -200px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 font:Arial, Helvetica, sans-serif;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
