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


#log { position:fixed; bottom: 0;  text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 191px;
	border: 0px solid black;
	text-align:right;
}
.basic div {
	/*background-color: #eee;*/
}

.basic p 
{
	
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	text-align:right;
	margin: 0px;
	/*padding: 10px;*/
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	color: White;
	background-color: #f27423;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #999;
	margin-top:2px;
	margin-bottom:2px;
	background-image: url("AccordionTab0.gif");
}
/**/
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #858688;
	background-image: url("AccordionTab2.gif");
}

