#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
	/*opacity: 0.95;*/
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	margin-bottom: 0;
	font-size: 1.6em;
	width: 220px;
	font-weight: bold;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.note-1,#tooltip.note-2,#tooltip.note-3,#tooltip.note-4 {border: none;width: 210px;padding:10px;height: auto !important;}

#tooltip.note-1 {background-color: #49d6f1;}
#tooltip.note-2 {background-color: #f448ae;}
#tooltip.note-3 {background-color: #d0dd6b;}
#tooltip.note-4 {background-color: #ed971a;}

/* results notes tips */
#note-pap,#note-exam,#note-liquid,#note-vaccine,#note-safer,#note-smoke,#note-paptest,#note-hpv{background-color: #d0dd6b; padding: 1px 4px;}

#tooltip.fancy {
	background: url('../img/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }