#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 140px;
	font-size: 12px;
	line-height: 1.6em;
}
#tooltip h3, #tooltip div { 
	margin: 0; font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
}

#tooltip.pretty {
	font-size: 12px;
	font-family: Verdana;
	width: auto;
	padding: 4px;
	height: auto;
	opacity: 2;
	background-color: #E2F7B7;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7;
	-moz-border-radius-topright: 7px;
	/*background: url('shadow.png');*/
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.evento{
	border: 1px solid #CCC;
	background-color: #FFD36E;
	color: #000;
	width: 200px;
	line-height: 1.6em;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7;
	-moz-border-radius-topright: 7px;
}
.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; }
