#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 0;
	opacity: 0.85;
	color: #cecdcd;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 144px;
	padding-left: 10px;
	height: 55px;
	opacity: 0.95;
	background: url('/images/general/tipbg.png'); background-repeat: no-repeat;
}
#tooltip.pretty h3 {
	/*margin-bottom: 0.75em;*/
	padding-top: 5px;
	font-size: 11px;
	line-height: 16px;
	width: 144px;
	/*text-align: center;*/
}
#tooltip.pretty div { width: 144px; text-align: left; }

#tooltip.fancy {
	background: url('/images/general/tipbg.png'); background-repeat: no-repeat;
	padding-top: 5em;
	height: 100px;
}

body, div { font-family: arial, 'lucida grande', helvetica, verdana, sans-serif }
body { margin: 0; padding: 0; font-size: 11px;; color: #333 }
h1, h2 { font-family: arial, 'trebuchet ms', verdana; /*padding: 10px;*/ margin: 0 }
h1 { font-size: large }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(../images/general/bg.gif) repeat-x; text-align: center }
fieldset { padding: 8px; }
legend { font-weight: bold; }
    
.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; }
