* { margin: 0; padding: 0; }
#main { padding: 1em; }

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; }
.basic, #list2, #list3, #navigation { width:20em; }

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

.basic  {
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.basic div {
	
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	
	margin: 0px;
	padding: 10px;
}
.basic a.accordian {
	cursor:pointer;
	display:block;
	padding:5px 5px 5px 10px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	background-color: #DCDCDC;
	background-image: url(../images/AccordionTab0.gif);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	background-repeat: no-repeat;
	background-position: right 0px;
}
.basic a.accordian:hover {
	background-color: #999;
	background-image: url(../images/AccordionTab0.gif);
	text-decoration: none;
	color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	background-repeat: no-repeat;
	background-position: right -26px;
}
.basic a.selected {
	color: #FFF;
	background-color: #C5031C;
	background-image: url("");
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

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