#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 146px;
	padding: 7px 12px;
	height: 121px;
	opacity: 0.9;
	background: url('../img/tip_shadow.png') no-repeat;
}
#tooltip.pretty h3 {
  margin: 0;
	padding: 0;
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#tooltip.pretty div {
	width: 130px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1;
}


span.p-tip {
  cursor: help;
}


.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; }