* {
	font-family: Arial,Helvetica,sans-serif;
}
body {
	background: white;
}
BODY, TH, TD {
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
TEXTAREA {
	width: 100%;
	height: 10em;
}
INPUT.button, BUTTON {
	font-size: 150%;
	color: white;
	background: black;
}
DIV.control INPUT.button, DIV.control BUTTON {
	font-size: 100%;
	color: black;
	background: white;
}
DIV.more {
	text-align: right;
}
DIV.control INPUT, DIV.control SELECT {
	vertical-align: middle;
}
TABLE {
	margin: 0.125em;
	border: 0;
	padding: 0.125em;
}
TABLE.large {
	width: 100%;
}
THEAD TH, TBODY TH.heading {
	background-color: black;
	background-image: url("../images/corner-small");
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
	font-weight: bolder;
	padding: 0.125em;
	margin: 0.125em;
	border: 0;
	vertical-align: middle;
}
TBODY TH, TD.heading {
	font-weight: bolder;
	text-align: right;
}
BODY {
	margin: 0.25em;
	border: 0;
	padding: 0.25em;
}
A, A:link {
	color: #0000ff;
}
A:visited {
	color: #800080;
}
A:active {
	color: #ff0000;
}
H1 A, H1 A:link, H2 A, H2 A:link, H3 A, H3 A:link {
	color: #8080ff;
}
H1 A:visited, H2 A:visited, H3 A:visited {
	color: #c040c0;
}
H1 A:active, H2 A:active, H3 A:active {
	color: #ff4040;
}
H1, H2, H3, H4, H5, H6 {
	font-family: sans-serif;
	padding: 0.125em;
	margin: 0.125em;
	border: 0;
}
H1, H2 {
	background-color: black;
	background-image: url("../images/corner");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
}
H3 {
	background-color: black;
	background-image: url("../images/corner-small");
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
}
H1 {
	font-size: 175%;
	font-weight: bolder;
	text-align: right;
}
H2 {
	font-size: 150%;
	font-weight: bolder;
	text-align: right;
}
H3 {
	font-size: 112%;
	font-weight: bolder;
	text-align: left;
}
H4 {
	font-size: 100%;
	font-weight: bolder;
	text-align: left;
}
H5 {
	font-size: 80%;
	font-weight: bolder;
	text-align: left;
}
H6 {
	font-size: 75%;
	font-weight: bolder;
	text-align: left;
}
DIV.section, DIV.sidebar {
	min-width: 30%;
	width: auto;
	float: none;
	display: block;
	padding: 0;
	margin: 0.25em;
	border: 0.125em;
	border-color: black;
	border-style: solid;
	background-color: white;
}
DIV.section {
	background-image: url("../images/corner-halftone-gradient");
	background-position: bottom right;
	background-repeat: no-repeat;
}
DIV.content, TABLE.content {
	margin: 0.125em;
	border: 0;
	border-style: none;
	padding: 0.25em;
}
DIV.section DIV.section {
	background: transparent;
	background-image: none;
	margin-left: 10%;
	margin-right: 20%;
}

TABLE.content {
	width: 100%;
}
P {
	margin: 0;
	border: 0;
	border-style: none;
	padding: 0.125em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
HR {
	color: black;
	background: black;
	border: solid black;
}
DEL {
	text-decoration: line-through;
}
IMG.thumbnail {
	width: 64px;
	height: 64px;
}
DT {
	margin-top: 1em;
	font-weight: bolder;
}
DL.dialogue > DT:before {
	content: "<";
}
DL.dialogue > DT:after {
	content: "> ";
}
DL.dialogue > DT {
	margin: 0;
	padding: 0;
	display: inline;
}
DL.dialogue > DD {
	margin: 0;
	padding: 0;
	display: inline;
}
DIV.sidebar DIV.content {
	font-size: 150%;
}
DIV.sidebar DIV.content .note {
	font-size: 50%;
}
DIV.sidebar DIV.content UL UL {
	font-size: 50%;
}
DIV.hierarchy {
	margin: 0.25em;
	padding: 0.125em;
	border-style: none;
	text-align: right;
}
DIV.control {
	color: white;
	background: black;
	padding: 0.5em;
}
UL {
	list-style: disc outside;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.note, .license {
	font-size: 75%;
}
LI.object {
	list-style: disc outside url(../images/file);
}
LI.container {
	list-style: square outside url(../images/folder);
}
IMG.figure {
	border: 1em solid white;
}
DIV.search {
	float: right;
}
TABLE.layout, TD.layout {
	margin: 0;
	border-style: none;
	border: 0;
	padding: 0;
}
TD.layout {
	background-color: transparent;
}
CODE {
	font-family: monospace;
	font-size: 90%;
}
.warning {
	color: red;
}
