body {
	color: black;
	background: #f4f4f4;
	font: 11pt "Nimbus Sans L", Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

#content {
	padding: 2ex;
	min-width: 50ex;
}

table.filelist td {
	padding-right: 1em;
	padding-left: 1em;
	text-align: left;
}

table.filelist td + td {
	text-align: right;
}

table.filelist td + td + td {
	text-align: right;
}

h1, h2, h3, h4 {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #267;
}

h1 {
	font-size: 130%;
}

h2 {
	margin-top: 2em;
	font-size: 115%;
}

#content h2 {
   border-bottom: 1px solid #044;
}

h3 {
   font-size: 100%;
   margin-top: 1.5em;
   margin-bottom: 1ex;
}

td {
	vertical-align: top;
}

#logo {
	height: 150px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url("../img/logo_bg.png") 12px top;
	position: relative;
	z-index: 1;
}

#logo::before {
	display: block;
	height: 150px;
	margin-bottom: -150px;
	content: "\a0";
	background: url("../img/logo_right.png") right top no-repeat;
}

#logo::after {
	display: block;
	height: 150px;
	width: 20px;
	margin-top: -150px;
	content: "\a0";
	background: url("../img/logo_left.png") left top no-repeat;
}

#logo a {
	display: block;
	height: 120px;
	width: 543px;
	margin-right: 20px;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 18px;
	overflow: hidden;
	background: url("../img/logo.png") center center no-repeat;
	color: #ddd;
}

#logo a::before {
	content: url("../img/logo.png");
	display: block;
}

#subtitle {
	position: absolute;
	right: 30px;
	font-size: 120%;
	font-weight: bold;
	top: 150px;
	margin: 0;
}

#menu {
	margin: 0;
	position: absolute;
	width: 190px;
	padding-top: 10px;
	height: 590px;
	left: 0px;
	top: 150px;
	z-index: 1;
	background: url("../img/menu.png") no-repeat;
}

#menu + #content {
	margin-left: 195px;
}
#menu.hidden + #content {
	margin-left: 0;
}

#menu.hidden {
	left: -180px;
}

#menu:hover {
	left: 0px;
}

#menu a {
	display: block;
	color: #267;
	font-weight: bold;
	margin: 1ex;
	margin-right: 0;
	padding: 2px;
	margin-top: 2ex;
	text-decoration: none;
	font-size: 12pt;
	background: url("../img/white.png");
	border: 1px solid white;
	border-right: 0;
}

#menu a:hover {
	border-color: #267;
}

#menu a.current {
	background: #f4f4f4;
	border-color: #267;
	border-width: 2px;
}

#menu a:focus, #menu a:active {
	outline: none;
	border-color: red;
}

a:link {
   color: #066;
   text-decoration: none;
   border-bottom: dotted 1px;
}

a:visited {
   color: #022;
}

a:active {
   color: #800;
}

a:hover {
   border-bottom-style: solid;
}

.review {
   font-family: serif;
   font-size: 14pt;
   max-width: 44em;
   margin-left: 1cm;
}

dt {
   font-weight: bold;
   font-family: sans-serif;
   margin-top: 1ex;
}

p {
   margin-top: 1ex;
   margin-bottom: 1ex;
}

blockquote {
   border: 1px solid #ccc;
   background: #eee;
   font-style: italic;
   padding: .5ex;
}

tt, pre {
   background: white;
   border: 1px solid #ccc;
   font-size: 90%;
}

.review {
   font-family: serif;
   font-size: 14pt;
   max-width: 44em;
   margin-left: 1cm;
}

.review .date {
   float: right;
   margin-top: -4em;
}

.review .author {
   text-align: center;
}

.review .answer {
   font-style: italic;
}

.review .question {
   font-weight: bold;
}

/* EXPERIMENTAL XForms support */

.xforms-input, .xforms-secret, .xforms-select, .xforms-select1, .xforms-upload, .xforms-range {
	display: block;
}

.xforms-label {
	display: block;
	float: left;
	width: 10ex;
}

.xforms-enabled input, .xforms-submit.xforms-enabled input:active {
	background: white;
	border-top: 1px solid #378;
	border-left: 1px solid #378;
	border-bottom: 1px solid #def;
	border-right: 1px solid #def;
}

.xforms-submit.xforms-enabled input {
	background: #e4e8f0;
	border-bottom: 1px solid #378;
	border-right: 1px solid #378;
	border-top: 1px solid #def;
	border-left: 1px solid #def;
}

.xforms-invalid {
	color: red;
}

.xforms-invalid .xforms-alert {
	display: block;
	color: red;
}

.xforms-disabled {
	display: none;
}

/* POD */

.pod * + h1 {
	margin-top: 1.5em;
	margin-bottom: 1ex;
	font-variant: small-caps;
	border-bottom: 1px solid #267;
}

.pod h2 {
	margin-top: 1.5em;
	margin-bottom: 1ex;
	font-variant: small-caps;
	border-bottom: 1px solid silver;
}

.pod h3 {
	margin-top: 1em;
	margin-bottom: .5ex;
}

.pod p, .pod ul, .pod ol {
	margin: 0;
	margin-bottom: 1ex;
}

.pod hr {
	color: silver;
	background-color: silver;
	height: 1px;
	border-top: none;
}

.pod pre {
	background: #e4e8f0;
	width: 90%;
	margin: .5em;
	padding: 0.5em 1em 0.25em;
	border: 1px solid #267;
	white-space: pre;
	font: 90% monospace;
}

.pod .self {
	color: #134;
}

.license {
	display: block;
	float: right;
	font-style: italic;
	margin-right: 2em;
	color: #aaa;
}

.forum a {
	display: block;
	border: 1px solid #ccc;
	padding: .5ex;
	margin: 1ex;
}

.forum .threadinfo {
	float: right;
	color: #888;
	margin-top: -1.5em;
	margin-right: 1em;
}

.forum .post {
	border: 1px solid #aaa;
	background: #ccc;
	padding: 1ex;
	margin: 1em;
}

.forum .post .date {
	border-bottom: 1px solid #888;
	margin-left: -1ex;
	padding-left: 1ex;
	margin-right: -1ex;
	padding-right: 1ex;
	margin-top: -1ex;
	background: #999;
}

div#content form input[name="email"] {
	display: block;
	height: 0px;
	width: 1px;
	border: 0;
}

.search-match .date {
	color: #808080;
	text-align: right;
	margin-top: -2em;
}

#shell {
	width: 80ex;
	display: block;
}

#shell ~ div, #shell ~ form {
	clear: both;
	display: block;
}