﻿body {
 font: 13px/1.4 sans-serif;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: #69C;
 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-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

.snp-triggeroffset {
 margin-left: 5px;
 margin-top: 15px;
}

.snp-mouseoffset {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h4 {
 margin: 0 0 5px 0;
 padding: 2px;
 border-bottom:85% black solid;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
	float: right;
	margin-top: 0px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	visibility: hidden;
}
.snb-pinned .note-close {
 visibility: inherit;
}
.sn {
	position: absolute;
	visibility: hidden;
	background-position: left center;
	background: white url('../../images/snbg.jpg') repeat-x;
	border: 2px solid black;
	margin: 0px;
	padding: 7px;
	width: 375px;
}
.sn p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 0 5px 0;
	padding: 2px;
}
.note-close img {
	border:0px;
}
.sn h4 {
	border-bottom:1px black solid;
}
.sn2 {
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 7px;
}


