#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #A5A5A5;
	background-color: #F4F4F4;
/*	padding: 5px;*/
/*	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	width: 180px;

/*	background-image: url(shadow2.png);*/
	padding: 10px;
	
}
#tooltip h3, #tooltip div { margin: 0; color: #636363; font-weight: normal; font-size: 8pt;}

#tooltip h1 {
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #B40516}

#tooltip.pretty {
/*	font-family: Arial;*/
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}

/*body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }*/
/*body { margin: 0; padding: 0; font-size: small; color: #333 }*/
/*h1, h2 { font-family: 'trebuchet ms', verdana, arial; 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(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; }
