/*
body { padding-left: 1em; margin-bottom: 8em; font: normal normal 100% verdana; }
h1, h2, h3 { font-size: 1em; }
h1 { font-size: 1.2em; margin-top: 1em; }
h2 { margin-top: .8em; margin-bottom: .2em; }
*/
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
body { margin: 0; padding: 0; font-size: small; color: #10244b }
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0
}
h1 { font-size: large }
h3 { margin-top: .5em; }
#main {
	padding: 0px;
	width: 175px;
}
#banner { padding: 15px; background-color: #10244b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
fieldset { padding: 8px; }
legend { font-weight: bold; }
    
.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; }

#list1  {
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;	
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #10244b;
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #10244b;
	border: none;
}
#list1 h3:hover {
	color: #00a0c6;
	
}
#list1 h3.selected {
	color: white;
	background-color: #10244b;

}

#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 10em; }

#list3 { border: none; }
#list3 div.selected { font-weight: bold; }
#list3 div div {

	padding: 5px;
}
#list3 div.title {

	background-color: #10244b;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#10244b;
	width:175px;
}
#navigation a.head {
	cursor:pointer;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent: 14px;
	text-decoration: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c6473;
	line-height: 20px;
	background-attachment: scroll;
	background-color: #10244b;
	background-image: url(../images/collapsed.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
#navigation a.head:hover {
	color:#e1e2e3;
}
#navigation a.selected {
	background-image: url(../images/expanded.gif);
}
#navigation a.current {
	background-color:#10244b;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	text-indent:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation li {
	list-style:none outside none; display:inline;
}


#navigation li li a {
	color:#97C0E6;
	display:block;
	text-indent:4px;
	text-decoration: none;
	line-height: 16px;
}
#navigation li li a:hover {
	background-color:#10244b;
	color:#e1e2e3;
}
