strong { font-weight: bolder; }
em { font-style: italic; }

.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 {
	border: none;
	width: 217px;
	padding:20px;
	padding-left:14px;
	opacity: 0.95;
	background: url('/img/shadow.png');
	background-repeat:no-repeat;
	background-position:top;
}

#tooltip.pretty p {
	margin:10px;
	margin-left:15px;
	margin-right:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	_background: url('/img/1.gif');
	_background-position:bottom;
	_border-bottom:none;
	_margin-left:0px;
	_margin-right:0px;
	_padding:10px;
	_margin-top:-8px;
	_padding-top:0px;
}

#tooltip.pretty div {
	_background: url('/img/2.gif');
	_background-position:top;
	_height:9px;

}

#tooltip.pretty div { width: 250px; text-align: left; }

#tooltip.fancy {
	background: url('/img/2.png');
	padding-top: 2px;
	height: 10px;
	background-repeat:no-repeat;
	background-position:top;
	_background: none;
}

#tooltip.fancy.viewport-right {
	background: url('/img/2.png');
	background-repeat:no-repeat;
	background-position:top;
	_background: none;
}

#tooltip.pretty h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	font-size: 11px;
	width: 250px;
	margin-left:-14px;
	*margin-left:-13px;
	text-align: justify;
	color:#666666;
	background: url('/img/1.png');
	background-position:bottom;
	background-repeat:no-repeat;
	_background: none;
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }