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; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }
.basic  {
	width: 220px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px solid black;
	margin:0px;
	padding:0px;
}
.basic div {
	
}
.box{margin-bottom:10px;}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding:0 0 2px 25px;
}
.basic a.item {
	cursor:pointer;
	display:block;
	padding:2px;
	margin-top: 0;
	text-decoration: none;
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#282828;
	font-weight:bold;
	background:url(images/c.jpg) no-repeat scroll 0px 1px;
}
.basic a.item:hover {
	background: url(images/e.jpg) no-repeat scroll 0px 1px;
	font-family:Arial, Helvetica, sans-serif;
}
.basic a.item.selected {
	color: black;
	background: url(images/e.jpg) no-repeat scroll 0px 1px;
	font-family:Arial, Helvetica, sans-serif;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
