* { margin: 0; padding: 0; }
h1, h2  { color: #ffffff; font-family: "Courier New", Courier, monospace; text-align: center; vertical-align: middle; margin: 0; padding: 10px }
#main { padding: 1em; }
#banner  { color: white; background-image: url(../09images/hover.png); text-align: center; padding: 15px; border-top: none; border-right: none; border-bottom: none #ccc; border-left: none }
#banner a { color: white; }
fieldset { padding: 8px; }
legend  { font-weight: normal }

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

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic   { border: 0; width: 248px }
.basic div    { background-image: url(../09images/hoverbg.png); padding-top: 0px; padding-bottom: 2px; height: 220px }

.basic p  { font-weight: normal; text-decoration: none; margin: 1px; padding: 10px; border: none }
.basic a  { color: black; font-weight: bold; text-decoration: none; background-image: url(../09images/hover.png); margin-top: 1; padding: 5px; border-top: 1px none #ffffff; border-right: none; border-bottom: 1px none #999; border-left: none; cursor: pointer; display: block }
.basic a:hover  { color: black; background-image: url(../09images/hoverB.png) }
.basic a.selected  { color: black; background-image: url(../09images/hoverA.png) }

#list2   {
	background-image: url(../09images/hoverbg.png);
	border: solid 0px #eee;
	height: inherit;
	overflow: hidden
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 0px solid #3366AA;
	background-color: #6699CC;
	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:200px;
}
#navigation a.head {
	cursor:pointer;
	border:0px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#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:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

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

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