.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 { width:20em; }

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

.basic  {
	width: 298px;
	margin: 0 0 15px 10px;
}

.basic div {
	background-color: #feffff;
}

.basic p#locations-info {
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 10px;
}

.basic span  {
	position: absolute;
	top: 5px;
	right: 10px;
}

.basic a {
	cursor:pointer;
	display:block;
	padding: 5px 0 5px 0;
	text-indent: 10px;
	margin-top: 0;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	background-color: #1177bb;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

.basic a:hover {
	background-color: #1177bb;
}
.basic a.selected {
	background-color: #1177bb;
}

.basic p#locations-info a#directions {
	text-decoration: underline;
	font-size: 12px;
	color: #1177bb;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	position: static;
}

.basic p#locations-info a#directions:hover {
	text-decoration: none;
}

#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: 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;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

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

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