fieldset { padding: 0px; vertical-align: top; margin: 0px; border: 0px; }
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; }
#list3 { width:20em; height:auto; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }
#list3 { border: 0px solid #c0c0c0; width: 612px; height: auto; }
#list3 div.selected .title { font-weight: normal; height:auto; }
#list3 div div {
	border-left:0px solid #c0c0c0;
	padding: 0px;
}
#list3 div.title {
	border: 0px solid #c0c0c0;
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	cursor: pointer;
	font-family: Lucida Grande, Verdana, Arial, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
	
}
#list3 div.selected {
	border: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
	background-color:#ffffff;
	font-family: Lucida Grande, Verdana, Arial, Geneva, sans-serif;
	font-size:11px;
	color: #616161;
	font-weight: normal;
}


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