
.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, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 200px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
	text-align: center;
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#F0F0F0;
	width:200px;
}

#navigation a.navBtn {
  background: url("navigation.jpg") no-repeat scroll 0 0;
  color: #666666;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 35px;
  line-height: 30px;
  margin: 0 0 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 14px;
}
  
#navigation a.jacrdhead {
  background: url("collapsed.jpg") no-repeat scroll 0 0;
  color: #666666;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 35px;
  line-height: 30px;
  margin: 0 0 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 14px;
}
#navigation a.jacrdhead:hover {
	color:#000000;
}
#navigation a.selected {
	background-image: url(expanded.jpg);
  margin: 3px 0 0;
}
#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;
	height: 30px;
	line-height: 30px;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
