* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
body {
	margin: 0;
	padding: 0
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0
}
h1 {
	font-size: 10px
}
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner {
	padding: 15px;
	background-color: #0188A5;
	color: white;
	font-size: 16px;
	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: #0188A5;
}
.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:20em; }

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E7F5F6;
	width:160px;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0188A5;
	border-left-color: #0188A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0188A5;
}
#navigation a {
	font-size: 11px;
}
#navigation a.head {
	cursor:pointer;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent:7px;
	text-decoration: none;
	font-size: 12px;
	background-color: #0188A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003946;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEDDE3;
	line-height: 25px;
	background-image: url(../images/green_tab.png);
}
#navigation a.head:hover {
	background-color: #0193B1;
	background-image: url(../images/green_tab_over.png);
}
#navigation a.selected {
}
#navigation a.current {
	background-color:#AEDDE3;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
	font-size: 10px;
}
#navigation li li a {
	color:#0188A5;
	display:block;
	text-indent:10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0D7DE;
}
#navigation li li a:hover {
	background-color:#AEDDE3;
}

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

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
#main {
	margin-left: 7px;
}

