

/* remember to define focus styles! */
:focus {
	outline: 0;
}

.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: 360px;
	padding:20px;
	height: 160px;
	opacity: 0.9;
	background: url('../images/tooltip/shadow_370x170.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.15em;
	width: 350px;
	text-align: justify;
	font-size:9px;
}
#tooltip.pretty div { 
	width: 350px; 
	text-align: justify; 
	font-size:9px;
	line-height:14px;}

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

