body {
 font: 13px/1.4 sans-serif;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Map Note */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 185px;
 left: 450px; width: 450px;
}
.notedefault {
 padding: 3px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Booking Help Popup Note */
.notedefault2, .notenested2 {
 position: absolute;
 visibility: hidden;
 top: 200px;
 left: 500px; width: 300px;
}
.notedefault2 {
 padding: 0px;
 border: 3px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Airfare Popup Note */
.notedefaultair, .notenestedair {
 position: absolute;
 visibility: hidden;
 top: 550px;
 left: 500px; width: 350px;
}
.notedefaultair {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Cabin Popup Note */
.notedefaultcabin, .notenestedcabin {
 position: absolute;
 visibility: hidden;
 top: 175px;
 left: 150px; width: 350px;
}
.notedefaultair {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Residency Popup Note */
.notedefaultres, .notenestedres {
 position: absolute;
 visibility: hidden;
 top: 600px;
 left: 250px; width: 250px;
}
.notedefaultres {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Availability Popup Note */
.notedefaultrates, .notenestedrates {
 position: absolute;
 visibility: hidden;
 top: 230px;
 left: 685px; width: 250px;
}
.notedefaultrates {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaultemail, .notenestedemail {
 position: absolute;
 visibility: hidden;
 top: 940px;
 left: 510px; width: 250px;
}
.notedefaultemail {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaultfees, .notenestedfees {
 position: absolute;
 visibility: hidden;
 top: 300px;
 left: 510px; width: 250px;
}
.notedefaultfees {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaultdining, .notenesteddining {
 position: absolute;
 visibility: hidden;
 top: 1005px;
 left: 485px; width: 250px;
}
.notedefaultdining {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaulttable, .notenestedtable {
 position: absolute;
 visibility: hidden;
 top: 1035px;
 left: 375px; width: 250px;
}
.notedefaulttable {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaultbed, .notenestedbed {
 position: absolute;
 visibility: hidden;
 top: 1085px;
 left: 450px; width: 250px;
}
.notedefaultbed {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}

/* Options Page Popup Note */
.notedefaulttips, .notenestedtips {
 position: absolute;
 visibility: hidden;
 top: 1125px;
 left: 575px; width: 250px;
}
.notedefaulttips {
 padding: 0px;
 border: 1px solid #00728a;
 background-color: #ffffff;
 color: white;

}



.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 0px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}