
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; }


.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 600px;
	margin-right:5px;
	
	border: 1px solid white;
}

/*
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}*/
.basic h5 {
	cursor:pointer;
	display:block;
	padding:5px 0 5px 10px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: black;
	background-color: #eeeeee;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic h5:hover {
	background-color: #c4e1fc;
	background-image: url("AccordionTab2.gif");
}
.basic h5.selected {
	color: black;
	background-color: #c4e1fc;
	background-image: url("AccordionTab2.gif");
}

/* Cycle css*/

.pics { height: 280px; width: 280px; padding:0; margin:2px 0 0 0; overflow: hidden }
.pics img { height: 260px; width: 260px; padding: 8px; border: 1px solid #ccc; background-color: #f9f9f9; top:0; left:0 }
pre { display:none }

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}