
    
.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; }
#list1, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }



#list3 {
	background-color:#A39C98;
	width:203px;
	line-height:28px;	
}

#list3 div div {
		color:#000000;
		font-family:Georgia;
		font-size:15px;
		text-decoration:none;
		font-style:italic;

}
#list3 div.title {
	border-bottom: 1px dotted #764B45;
	background-color: #B5B0AC;
	padding: 5px;
	cursor: pointer;
}
#list3 div.selected {
		border-bottom: 1px solid #764B45;
		background-color:#CCFF99;
		/*background-color:#3e3a37;*/
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;	
}


.div_inner{
	background-color:#E3F2B5;
	line-height:30px;
	padding-left:8px;
}

