body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;}

.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: 260px;
	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;
	
}
.basic a:hover {
	background-color: white;
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	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: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}


#navigation 
{
	border:0px double white;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#d3eaff;
	width:176px;
	line-height: 30px;
	border-top: solid 0px #d3eaff;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	line-height: 30px;
}
#navigation a.head {
	cursor:pointer;
	background:#0256ca;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:12px;
	text-decoration: none;
	border-top:solid 2px #07469d;
}
#navigation a.head.selected {
	background-color:#4595fd;
	color:#03266d;
}
#navigation a.current {
	background-color:#99ccff;
}
#navigation a.head:hover {
	color:#ffff00;
}
#navigation li 
{
	display:inline;
	list-style:circle;
}
#navigation li ul 
{
	background:#d3eaff;
}
#navigation li li a {
	color:#0142a4;
	display:block;
	text-indent:12px;
	line-height: 24px;
	text-decoration: none;
	background-color:#d3eaff;
	border-top:solid 1px #99ccff;
}
#navigation li li a.current
{  
	font-weight: bolder;
	border-top:solid 1px #99ccff;
}
#navigation li li a:hover 
{
   font-weight:bolder;
	color: #1e7cfd;
}

#navigation li li a.subhead{ 
	background:#d3eaff;
	color:#0142a4;
	cursor:pointer;
}
#navigation li li a.subhead:hover 
{
	cursor:pointer;
	color:#1e7cfd;
}
#navigation li li a.subhead.selected {
	background: #99ccff;
	border-color:#99ccff;
	font-weight: bolder;
}
#navigation li li ul 
{
	border-bottom:none;
	background:#d3eaff;
	border-left:solid 7px #99ccff;
	border-bottom:solid 7px #99ccff;
}

#navigation li li li a
{
	background-color: transparent;
	text-indent:10px;
}

#navigation li li li a.current 
{
	background-color:#baddff;
	font-weight: bolder;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print 
{
	#navigation li li a.current 
	{
		font-weight:bolder;
	}
	#navigation li li a.subhead.selected 
	{
		font-weight:bolder;
	}
	#navigation a.head.selected 
	{
		font-weight:bolder;
	}
}
/*********** drop down menu styles************************/
 #dropmenudiv
      {
         position: absolute;
         background-color: #d3eaff;
         border: 1px solid black;
         border-bottom-width: 0;
         font: normal 12px Verdana;
         line-height: 20px;
         z-index: 100;
        
      }
      #dropmenudiv a
      {
         width: 100%;
         display: block;
         text-indent: 3px;
         border-bottom: 1px solid black;
         padding: 1px 0;
         text-decoration: none;  
          color: #151b54;      
      }
      #dropmenudiv a:hover
      {       
         background-color: #99ccff;
         color:#151b54;         
      }
       .drcurrent
      {       
         background-color: #99ccff;
         color:#151b54;         
      }
   
    