* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: arial, 'trebuchet ms', verdana; }
body { margin: 0; padding: 0; color: #333 }
body {
    /*font-size:87.01%;*/
    font-size:0.8em;
    line-height:1.425em; /* 16×1.125=18 */
}

.bodytext p {
    font-size:0.5em;
}

.sidenote {
    font-size:0.5em;
}
h1, h2 { font-family: arial, 'trebuchet ms', verdana; padding: 10px; margin: 0 }
/*h1 { font-size: large }*/
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { background-color: #06b; color: black; border-bottom: 1px solid #ccc;
    background: url(../images/bg.gif) repeat-x; text-align: center }

#banner img {
  border: 0;
}


fieldset { padding: 8px; margin-left:200px; margin-right:200px;}
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; }
#list1, #list2, #list3 { width:20em; }

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


#list1  {
	width: 260px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	border: 1px solid black;
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #80cfe2;
	overflow: hidden;
	height: 10em;	
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #00a0c6;
	border: none;
}
#list1 h3:hover {
	color: #00a0c6;
	background-color: white;
}
#list1 h3.selected {
	color: white;
	background-color: #80cfe2;
	border-bottom: 1px solid black;
}

#list2 {
	height: 490px;
	border: 1px solid #eee;
	overflow: hidden;
	width: 600px;
}
#list2 .red {
	color: #fff;
	background-color: red;
}
#list2 .green {
	color: #fff;
	background-color: green;
}
#list2 .blue {
	color: #fff;
	background-color: blue;
}
#list2 .gray {
	color: #fff;
	background-color: #342D00;
}
#list2 dd { height: 390px; overflow: hidden; padding-left:5px; padding-right:5px; text-align: justify;}
#list2 dt { cursor: pointer; padding:1px 5px 5px 1px; }
#list2 a  { text-decoration:none; color:blue; }
#list2 a:hover {text-decoration:underline; color:blue; }
div#saled1{
           color: black;
           height:20px;
}
/* div#about { border-left: 1px solid #eee; padding:5px 5px 5px 15px; } */
div#about { padding:5px 5px 5px 15px; }
div#downem1 { padding:5px 5px 5px 15px; }
div#conem { padding:5px 5px 5px 15px; }
/*div#navigation {  }*/
td { padding:5px; }

#footer { color: #909090; }

#list3 { border: 1px solid #111; }
#list3 div.selected { font-weight: bold; }
#list3 div div {
	border-left:25px 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 {
	margin:0px;
	padding:0px;
	text-indent:0px;
	/*width:150px;*/
}

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

#downem {
  position: absolute;
  left: 50px;
  top: 100px;
  height: 100px;
  width: 200px;
}