#all {
	max-width: 20cm;
	margin: 0 auto;
	font-size: 12px;
	font-family: sans-serif;
}
ul {
	list-style: none;
	padding-left: 0;
}
h2 {
	font-size: 120%;
	border-bottom: solid 1px #333;
	margin: 0;
	background-color: #FFF;
}
.code,
.info,
noscript {
	display: none;
	border: solid 1px #D00;
	margin: 1em;
}
noscript {
	display: block;
}
.script_item {
	position: relative;
	border: solid 1px #000;
	margin: 0 0 1em 0;
	background-color: #EEE;
}
.script_item > * {
	padding: 5px;
	background-color: #FFF;
}
.script_item .visible {
	display: block;
}
span.extra {
	font-size: 75%;
}
.active {
	color: #D00;
}
.extra {
	font-weight: normal;
	position: absolute;
	right: 0;
	top 0;
	margin-right: .6em;
	margin-top: .15em;
}
.short_description {
	display: none;
}
a {
	padding: 0 .2em;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #06A;
}
a:hover {
	color: #FFF;
	background-color: #06A;
}
h2 > a {
	background: url(file.png) no-repeat 3px 50%;
	padding-left: 25px;
	color: #000;
}
h2 > a:hover {
	background-color: #000;
}

/* syntax highlighting */
.c { /* comment */
	color: #F70;
}
.c span {
	color: #F70;
	font-weight: normal;
}
.q { /* quoted */
	color: #F0C;
}
.q span {
	color: #F0C;
	font-weight: normal;
}
.f { /* functions */
	color: #A7F;
}
.v { /* keyword */
	color: #07A;
	font-weight: bold;
}
.d { /* digits */
	color: #F00;
}
.s { /* symbols */
	font-weight: bold;
}
.t { /* types */
	font-weight: bold;
	color: #0AF;
}
.b { /* boolean */
	color: #C0C;
}
