#snProp {
 font: 11px/1.4 sans-serif;
}

/* "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: 20em;
}
.notedefault {
 padding: 10px;
 border: 1px solid #369;
 background-color: #ffffcc;
 color: #000000;
 }

.notedefault h5 
{
    font-size: 1.2em;
}
 
.notedefault h2.supporting 
{
    font-size: 1.0em;
    font-weight: bold;
    padding-bottom: 1.0em;
}
 
.notedefault li.continue {
	font-style:italic;
	font-size:1.15em;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0px 4px;
	margin:0;
	margin-left: .1em;
	padding-left:.7em;
	margin-top: 1.0em;
	outline: none;
}

li.continue a {
	padding-left:.4em;
}
.highlight-supernote
{
    background-color: Lime;
}


/*
 .notedefault a {
font-size: 11px;
	color:#005c81;
		background: url(../images/bullet.gif) no-repeat 0px 4px;
	margin:0;
	margin-left: .1em;
	padding-left:1em;
	font-style: italic;
	font-weight:normal;
 }
 

  .notedefault a:hover{
	color:#005c81;
 }
 
  .notedefault a:visited{
	color:#005c81;
 }
*/ 
 
.notenested {
 width: 12em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #ffffcc;
 color: #000000;
}


/* 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;
 color: #000000;
}

/* 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;
}
.snb-pinned .note-close {
 visibility: inherit;
} 

 
