#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: 575px;
}

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	font-family: verdana;	
}
.basic div {
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 5px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	font-weight: normal;
	color: black;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFF;
	padding-left: 11px;
	line-height:1.5em;
	text-decoration:none;
	margin-top:10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;	
		
}
.basic a:hover {
	background-color: white;
	
}
.basic a.selected {
	color: #333333;
	background-color: #FFF;
	background:url(images/list_bull_1_ON.gif) 0 4px no-repeat;
}







.basic2  {
	width: 200px;
	font-family: verdana;
	
}
.basic2 div {
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 5px;
}

.basic2 p {
	margin-bottom : 10px;
	border: none;
	font-weight: bold;
	color: black;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic2 a {
	cursor:pointer;
	display:block;
	font-weight: bold;
	color: 0096d4;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFF;
	padding-left: 11px;
	line-height:1.5em;
	text-decoration:none;
	margin-top:10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	
		
}
.basic2 a:hover {
	background-color: white;
	
}
.basic2 a.selected {
	color: #0096d4;
	background-color: #FFF;
	background:url(images/list_bull_1_ON.gif) 0 4px no-repeat;	
}








#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: 0px solid #111;
}
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	padding: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#list3 div.title {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:1px solid #FFFFF;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFFFFF;
	width:200px;
}
#navigation a.head {
	background-color: #edefef;
	cursor:pointer;
	border:1px solid #FFFFF;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:10px;
	text-decoration: none;
	font-size: 1.15em;
	color: #666666;
	font-weight: bold;
}
#navigation a.head:hover {
	background-color: #c4e7ff;
}
#navigation a.selected {
	background-color: #c4e7ff;
	color: #333333;
			
}
#navigation a.current {
	
	color: #2394E2;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;text-indent:10px;
}
#navigation li li a {
	color:#333333;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFFFF;
	color:#2394E2;
}

#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
	}
}



