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

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 266px;
	padding:5px;
	height: 139px;
	opacity: 0.8;
	background: url('shadow.png');
	background-repeat: no-repeat;
	text-align: left;
	color: white;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	padding-left:5px;
	font-size: 12px;
	width: 266px;
	text-align: left;
	color: white;
}
#tooltip.pretty div { width: 266px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	background-repeat: no-repeat;
	padding-top: 35px;
	height: 139px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
	background-repeat: no-repeat;
}

#tooltip.right { width: 266px; }
#fancy2 { float: right; }