* { margin: 0; padding: 0; }
html, body, #main { }
body, div { font-family: Arial}
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: Arial; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner {  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   { }
.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; }

div { list-style-type: none; height:0px; margin:0px; padding:0px; padding-top:0px; padding-right:3px;}
.basic, #list2, #list3, #navigation { width:20em; }

#log { bottom: 0; right:1em; text-align:right; }
#switch { 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;
}
.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 {
	
	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 { 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;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	margin:0px;
	padding:0px;
	background-color:#D6E4ED;
	width:285px;
}
#navigation a.head {
	font-family:Arial;
	font-size:12px;
	border:1px solid #A0C4D6;
	background:#B0CDDD url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#0073AA;
	height:22px;
	display:block;
	margin:0px;
	padding-top:4px;
	padding-left:24px;	text-decoration: none;
}
#navigation a.head:hover {
	background:#B0CDDD url(arka.jpg) no-repeat scroll 3px 4px;
	background-position:left;
	
}
#navigation a.selected {
	background:#B0CDDD url(arka.jpg) no-repeat scroll 3px 4px;
	font-weight:bold;
	background-position:left;
}
#navigation a.current {
	background-color:#B0CDDD;
}
#navigation ul {
	
}
#navigation div {
	color:#333333;
	display: compact;
	padding-right:3px;
	font-family:Arial;
	height:10px;
	
}

#wizard {
	width: 285px;
}
#wizard .title {
	background-color:#B0CDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: compact!important;
		
	}
}
