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

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 0;
 left: 0; width: 200px;
}
.notedefault {
 padding: 3px;
 border: 1px solid #999;
 background-color: #fff;
 background-image:url(../img/tip/tipBodyBg.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
 color: #333333;
}
.notenested {
 width: 200px;
 padding: 3px;
 border: 1px solid #999;
 background-color: #fff;
 color: #333333;
}

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

/* Headings within notes */
.notedefault h5 {
 margin:0;
 padding:0;
 color: #333333;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 width: 22px;
 height: 22px;
 color:#333333;
 text-decoration: none;
 visibility: hidden
}

.notedefault a { color:#395A18; text-decoration:underline;}
.notedefault a:link    { color:#395A18; text-decoration:underline;}
.notedefault a:visited { color:#395A18; text-decoration:underline;}
.notedefault a:hover   { color:#993300; text-decoration:underline;  background:#EDF9AA; display:block;}
.notedefault a:active  { color:#993300; text-decoration:underline;}

.snb-pinned .note-close {
 visibility: inherit;
}

.notedefault ul { width:180px; padding:10px 10px 0 10px; line-height:120%;}
.notedefault li { width:auto; padding:4px 0 6px 30px; background:url(../img/tip/icon.png) left top no-repeat; text-align:left;}