/* super note */

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

/* Here's our default note styles. */

.hnote {
	position: absolute;
	visibility: hidden;
	width: 296px;
	font: Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	padding: 5px;
    line-height:17px;
	z-index:500
}

.hnote p {
	font: Arial, Helvetica, sans-serif !important;
	font-size:11px !important;}

.notesmall {
	background: url(/images/tt/hoverbubblesmall.gif) no-repeat;
	height: 70px;
}

.notedefault {
	background: url(/images/tt/hoverbubble.gif) no-repeat;
	height: 136px;
}

.notebig {
	background: url(/images/tt/hoverbubblebig.gif) no-repeat;
	height: 395px;
}

.notehuge {
	background: url(/images/tt/hoverbubblehuge.gif) no-repeat;
	height: 485px;
}

.note-one {
	background: url(/images/tt/hoverbubble1.gif) no-repeat;
	height: 255px;
}

.note-two {
	background: url(/images/tt/hoverbubble2.gif) no-repeat;
	height: 150px;
}

.note-three {
	background: url(/images/tt/hoverbubble3.gif) no-repeat;
	height: 120px;
}


.hnote p {
	margin:0 20px 15px 10px ;
	}

.hovernote {
	padding: 9px 10px 10px 26px;
	color: #666666;

}
.hovernote a:link, .hovernote a:visited {
	color: #fc6701;
	font-weight: bold;
	text-decoration: none;
}

.help, .help:hover {
	cursor:help
	}

.hovernote a:hover, .hovernote a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.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: -290px;
 margin-top: 0px;
 }

.snp-triggeroffset-right {
	margin-left:25px;
	margin-top:-5px;
	}
	
/* Headings within notes */
.hnote h5 {
 margin:5px 20px 0px 7px ;
 padding: 2px;
 background-color: white;
 color: black;
 font:bold 12px Arial, Helvetica, sans-serif !important

}

/* 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;
 }