#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }



fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
:focus {
	outline: 0;
}

#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: cente}
#banner a { color: white; }
legend { font-weight: bold; }

button { padding: 0 6px; margin: 0; }

pre, code { white-space: pre; font-family: "Arial"; }
pre { margin: 8px 0; }
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: .2em 0 5em 0;
}
p { margin: 1em 0; }
strong { font-weight: bolder; }
em { font-style: italic; }

.jscom, .mix htcom   { color: #000000; }
.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, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	border: none;
	width: 199px;

	height: 50px;
	opacity: 0.95;
	background:url(../../imagens/black_arrow.png);
}
#tooltip.pretty2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	border: none;
	width: 215px;


	opacity: 0.95;
	background:url(../../imagens/black_arrow_2.png);
}
#tooltip.pretty2 h3 {
	font-family: Arial;
	font-size: 11pt;
	width: 215px;
	text-align: center;
	color:#333;
}
#tooltip.pretty h3 {
	font-family: Arial;
	font-size: 11pt;
	width: 190px;
	text-align: center;
	color:#333;
}
#tooltip.pretty div { width: 190px; text-align: left; padding-left:4px;   }
#tooltip.pretty2 div { width: 200px; text-align: left; padding-left:4px;  }

#tooltip.fancy {
background:url(../../imagens/black_arrow.png);
	padding-top: 33px;
	height: 86px;
} 
#tooltip.fancy2 {
background:url(../../imagens/black_arrow_2.png);
	padding-top: 33px;
	height: 110px;
} 



