
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.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; }



#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#000000;
	text-align: left;
	width:175px;
}
#navigation a.head {
	cursor:pointer;
	border:0px solid #CCCCCC;
	background:#960008 url('../imagen/collapsed.gif') no-repeat 3px 4px;
	color:#DDDDDD;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:2px;
	text-indent:14px;
	text-decoration: none
}
#navigation a.head:hover {
	color:#FFFFFF;
}
#navigation a.selected {
	background:#659b67;
}
#navigation a.current {
	background-color:#32529b;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#DDDDDD;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FF3300;
	color:#FFFFFF;
}
