
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5px;
 left: 2px;
  }

    /* Here's our default note styles. */
.notedefault_search, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5px;
 left: 2px;
 }
/* Here's our default note styles. */
.notedefault2, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5px;
 left: 2px;

}

.notedefault3, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1px;
 left: 1px;
}

.notedefault {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal ;
 padding: 3px;
 border: 1px solid #CFCFCF;
 background-color:#F7F7F7;
 width:350px;
 color: #666666;
 position: absolute;
 z-index:1002;
}

.notedefault_search {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal ;
 background-color:#FFFFFF;
 border: 0px;
 padding: 3px;
 width:340px;
 z-index:1002;

}


.notedefault2 {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal ;
 padding: 3px;
 border: 1px solid #CFCFCF;
 background-color:#ffffff;
 width:230px;
 color: #666666;
 z-index:20;

}

.notedefault4, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5px;
 left: 2px;

}

.notedefault4 {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal ;
 padding: 3px;
 border: 1px solid #CFCFCF;
 background-color:#ffffff;
 width:450px;
 color: #666666;
 z-index: 20;
}

.notedefault3 {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 padding: 3px;
 border: 1px solid #CFCFCF;
 background-color:#ffffff;
 width:300px;
 color: #666666;
 z-index: 10;

}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left:10px;
 margin-top: 10px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #FFFFFF;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: left;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 text-decoration: none;
 visibility: hidden
}

.snb-pinned .note-close {
 visibility: inherit;
}