body {font: 12px/1.4 verdana;}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {display: none;}

/* Here's our default note styles. */
.notedefault, .notenested {position: absolute; visibility: hidden; top: 0px; left: 5px; width: 200px;}
.notedefault { padding: 5px; border: 1px solid #483620; background-color: #ffffff; color: #483620;}
.notenested { padding: 3px; border: 1px solid #483620; background-color: #ffffff; color: white; width: 8em;}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack { margin-left: 5px; margin-top: 5px;}

/* Headings within notes */
.notedefault h5 { margin-top: 0px; height: 14px; line-height: 14px; padding: 0px; background-color: #ffffff; color: #483620;}

/* Note close marker is only shown within pinned notes. */
.note-close { float: right; margin-top: 0px; width: 14px; height: 14px; line-height: 14px; color: #ffffff; font-weight: bold; text-decoration: none; visibility: hidden}
.snb-pinned .note-close { visibility: inherit;}

/* To set color for X close link. */
A:link.brnmouseover { color: #483620; text-decoration: none }
A:visited.brnnmouseover { color: #483620f; text-decoration: none }
A:hover.brnmouseover { color : #483620; text-decoration: underline }