* { margin: 0; padding: 0; border:medium none navajoWhite;}
html, body, #main { height:auto; }

#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
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:100em;}

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

.basic{
	width: 260px;
	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");
	}
.basic a:hover{
	background-color: white;
	background-image: url("AccordionTab2.gif");
	}
.basic a.selected{
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
	}

#list2{
	height:auto;	
	cursor:pointer;
	border:1px solid #FF0000;
	}
#list2 .heading{
	font-weight:bold;
	}
#list2 .green{
	color: green;
	background-color: green;
	}
#list2 .blue{
	color: blue;
	background-color: blue;
	}
#list2 dd{ height:auto;

	}
#list3 div div{
	border-left:0px solid #6699CC;
	overflow:hidden;
	}
#list3 div.title{
	background-color: #6699CC;
	cursor: pointer;
	}
#list3 div.selected{
	border-bottom: none;
	overflow:hidden;
	}

#navigation{
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
	display:block;
	}

#navigation a.head{
	cursor:pointer;
	color:#EC008C;
	display:block;
	overflow:hidden;
	font-weight:bold;
	text-decoration: none;
	padding:0px 0px 0px 20px;
	background: url(../images/big-star.gif) 0px 3px no-repeat;
	background-repeat:no-repeat;
	}
#navigation a.head:hover{
	color:#EC008C;
	}
#navigation a.selected{
	background-repeat:no-repeat;
	}
#navigation a.current{
height:auto;
overflow:hidden;
clear:both;
	}
#navigation ul{
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
	}
#navigation li{
	list-style:none outside none; 
	display:inline;
	clear:both;
	}
	
#navigation li ul{
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
	*height:11px;
	}
	
	
#navigation li li a{
	color:#000000;
	display:block;
	clear:both;
	text-indent:10px;
	text-decoration: none;
	background:url(../images/arrow.gif) 22px 8px no-repeat;
	padding:0px 0px 0px 22px;
	
	}
	
	
	
	
#navigation li li a:hover{
	color:#19A159;	
	}

#wizard{
	width: 200px;
	border: 1px solid black;
	}
#wizard .title{
	background-color:#DDDDDD;
	}

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