

/* "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: 0px;
 border: 0px solid #2c1d10;
 background-color:transparent;
font-family:arial;
font-size:11px;
font-style:normal;
color:#71572f;
line-height:14px;
width:278px;
height:187px;
background-image:url(images/home/popbg.png);
background-position:top center;
background-repeat:no-repeat;

 
}


/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 0px;
 margin-top: 0px;
 
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding-right: 7px;
 padding-top: 3px;
 padding-bottom: 3px;
 color: #c66f27;
 font-family:georgia;
font-size:22px;
font-style:italic;
font-weight:normal;

line-height:14px;

}

/* 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;
}