ul.map {
	margin:0px;
	padding:0px;
	color:#000;
	text-align:left;
	padding:10px;
	margin:0px 0px 0px 10px;
}

a.map {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

a.map:hover {
	color:#006E32;
	text-decoration:underline;
	font-size:11px;
}

a.head, a.head:hover {
	color:#fff;
	text-decoration:none;
}

/* "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;
}

/* Note Div Container */
.notedefault {
 padding: 2px;
 border: 1px solid #006E32;
 background-color: #fff;
 color: white;
 width:125px;
 background:url(logo.gif) no-repeat bottom #ffffff;
}
.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;
 background-color: #006E32;
 color: black;
}

.notedefault h5 div {
	color: #FFFFFF;
	display:table-cell;
	text-align:center;
	padding-left: 5px;
}

/* 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;
}


