@charset "UTF-8";

html {
	color: black;
	background: #bcbcbc url("//www.fruit.je/pics/brushed-dark");
	font-family: Vera Sans, Bitstream Vera Sans, FreeSans, sans-serif;
	margin: 1em;
}

body {
/*	background: #e8e8e8 url("//www.fruit.je/pics/brushed-white"); */
	background: white;
	border-radius: 4px;
	margin-top: 0ex;
	margin-bottom: 4ex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
	max-width: 42em;
	line-height: 175%;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	-khtml-box-shadow: 3px 3px 5px #888;
	-o-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

#content {
	opacity: .8;
}

pre {
/*	color: white; */
/*	background: #bcbcbc url("//www.fruit.je/pics/brushed-black"); */
	background: #e8e8e8 url("//www.fruit.je/pics/brushed-light");
/*	background: black; */
	border-width: 1px;
	border-style: dashed;
	padding: 1em;
	overflow: auto;
	line-height: 125%;
}

a:link {
	text-decoration: none;
	color: #007;
}

a:visited {
	text-decoration: none;
	color: #037;
}

a:active {
	text-decoration: none;
	color: #77F;
}

a:hover {
	text-decoration: underline;
	color: #00F;
}

.footnote {
	position: relative;
	z-index: 0;
	color: #040;
}

.footnote:hover {
	background-color: transparent;
	z-index: 50;
}

.footnote span {
	visibility: hidden;
	position: absolute;
	background-color: lightyellow;
	padding: .5em;
	width: 20em;
	border: 1px solid gray;
	color: black;
	text-decoration: none;
	z-index: 100;
}

.footnote:hover span {
	visibility: visible;
	top: -1ex;
	left: -10em;
	z-index: 100;
}

table, tbody {
	background: white;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

th {
	text-align: left;
}

tr {
	margin: 0px;
	padding: 0px;
}

tr:nth-child(odd) > th {
	background: #ccd0d4;
}

tr:nth-child(even) > th {
	background: #dde1e5;
}

tr:nth-child(odd) > td {
	background: #eee;
}

tr:nth-child(even) > td {
	background: #fff;
}

td, th {
	border: 1px solid black;
	margin: 0px;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 0px;
	padding-bottom: 0px;
}

td > *, th > * {
	margin: 0px;
	padding: 0px;
}

div.magnet {}

.magnet div {
	color: #000000;
	background: #FFFFFF;
	border-color: #000000;
	border: solid;
	border-width: 1px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	cursor:move;
	font-weight: bold;
}

dt {
	font-family: Vera Sans, Bitstream Vera Sans, FreeSans, sans-serif;
	color: #004;
	font-weight: bold;
}

table.layout,
table.layout > tr,
table.layout > tr > th,
table.layout > tr > td,
table.layout > tbody,
table.layout > tbody > tr,
table.layout > tbody > tr > th,
table.layout > tbody > tr > td {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	background: inherit;
}

.spaced > *, .spaced > * > *, .spaced > * > * > * {
	border-style: none;
	border-width: 5px;
	margin: 0px;
	padding: 3px;
	vertical-align: middle;
}

.breder {
	padding-left: 10px;
	padding-right: 10px;
}

.author {
	font-style: normal;
	text-decoration: underline;
}

hr {
	border-style: solid;
	height: 1px;
	color: black;
}

.index {
	float: left;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

.menu {
	border-style: dashed;
	border-width: 2px;
	border-color: #777;
	padding: 10px;
	margin: 0px;
	margin-bottom: 10px;
	background: white;
}

.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #777;
	margin-left: 250px;
	padding: 10px;
	background: white;
}

.menu h1, .menu h4, .menu ul {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.title {
	text-align: center;
}

a:link img, a:visited img {
	border-style: none;
}

hr.end {
	margin-top: 4em;
}

div.terug {
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 3em;
}

address {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 3em;
	border-top: 1px solid black;
	clear: none;
}

.logo {
	float: right;
}

h1, h2, h3, h4, h5, dt {
	font-family: Vera Sans, Bitstream Vera Sans, FreeSans, sans-serif;
/*	color: #448; */
	color: #025;
	font-weight: bold;
	line-height: 141%;
}

.header, .headers {
	color: #030;
}

.reply {
	color: #004;
}

.problem {
	background: #faa;
	border: solid black;
	border-width: 1px;
	border-collapse: collapse;
}

.line {
	background: white;
	border: solid black;
	border-width: 1px;
	border-collapse: collapse;
}
