.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: 341px; 
	font-family: arial, sans;
	border: 1px solid #c2c2c2;
	border: none;
}
.basic div {
	background-color: #eee;
}

.basic p {
	color:#666;	
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	line-height:1.45em;
}

.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #fff;  
	background-color: #777;      
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("../_img/acbg_1.png");
	background-repeat:no-repeat;
	padding-right:12px;
}
.basic a:hover {
	background-image: url("../_img/acbg_3.png");
	background-repeat:no-repeat;
	padding-right:12px;
	background-color: #bbb;      
}
.basic a.selected {
	color: #fff;  
	background-color: #777;      
	background-image: url("../_img/acbg_2.png");
	background-repeat:no-repeat;
	padding-right:12px;
}

.ach1 {
	display:block;
	width:335px;
	float:left;
}

.ach2 {
	width:30px;
	text-align:right;
}

#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 { 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;
}

a.aintern,a.aintern:link,a.aintern:visited {
  display:inline-block; 
  background-color: #eee;
  background-repeat:no-repeat; 
  background-position:center left; 
  background-image:url(../_img/a4.gif); 
  padding:0px;
  margin:0px;
  padding-left:12px; 
  border:none; 
  text-decoration:none;
  color:#9F003B;
  font-size:10px;
  font-weight:normal;
}

a.aintern:hover {
  color:#9F003B;
}

ul.basic {
	width:95%;
	padding:5px;
}

ul.basic li {
	list-style:square; color:#222;
	font-weight: normal;
	font-size: 10px;
	color:#666;	
	padding: 10px;
	padding-bottom:2px;
	padding-top:2px;
}

table.basic {
	width:90%;
} 

table.basic tr th {
	padding-left:2px;
	font-size:10px;
	color:#222;
	border-bottom:2px solid #aaa;
}

table.basic tr td {
	font-size:10px;
	border-bottom:1px solid #ccc;
	padding:4px;
}

table.basic tr td.b {
	color:#111;
	font-weight:bold;
	vertical-align:top;
}

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


