h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #a7a7a9; 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; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #a7a7a9; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: a7a7a9; }
.global   { color: #a7a7a9; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: a7a7a9; }
.entity   { color: a7a7a9; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #a7a7a9; }
.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: 260px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	border: 1px solid black;
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #a7a7a9;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #80cfe2;
	overflow: hidden;
	height: 10em;	
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #00a0c6;
	border: none;
}
#list1 h3:hover {
	color: #00a0c6;
	background-color: white;
}
#list1 h3.selected {
	color: white;
	background-color: #80cfe2;
	border-bottom: 1px solid black;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .a7a7a9 {
	color: a7a7a9;
	background-color: a7a7a9;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected { font-weight: bold; }
#list3 div div {
	border-left:25px solid #a7a7a9;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #a7a7a9;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:100%;
}
#navigation a.head {
	cursor:pointer;
	border-top:1px solid #CCCCCC;
	background:#a7a7a9 url(collapsed.gif) no-repeat scroll 3px 7px;
	color:#FFFFFF;
	display:block;
	font-weight:none;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-indent:14px;
	text-decoration: none;
	
}
#navigation a.head:hover {
	color:#FFFFFF;
	padding:4px 0px 4px 0px;
	background:#a52031 url(expanded.gif) no-repeat scroll 3px 6px;
}
#navigation a.selected {
	background:#a52031 url(expanded.gif) no-repeat scroll 3px 6px;
}
#navigation a.current {
	background-color:#FFFFFF;
}
#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:#404040;
	display:block;
	text-indent:14px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFFFF;
	color:#404040;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}
