* {
}
html, body, #main {
}
legend { font-weight: bold; }

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  {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
	color: #000000;
}

.basic p {
	border: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	margin-bottom: 10px;
	margin: 0px;
}
.basic ul {
	margin-bottom : 10px;
	border: none;
	font-size: 12px;
	margin: 0px;
	color: #000000;
	padding: 10px;
}
.basic  li  {
	border: none;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	margin-bottom: 10px;
}
#list1a.basic a  {
	cursor:pointer;
	display:block;
	padding:10px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url(../images/AccordionTab1.gif);
	font-size: 12px;
	color: #FFFFFF;
}
#list1a.basic  a:hover {
	background-color: white;
	background-image: url(../images/AccordionTab0.gif);
	color: #042962;
}
#list1a.basic  a.selected {
	color: #FFFFFF;
	background-image: url(../images/AccordionTab2.jpg);
}

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