/*
	file:			css/style.php
	author:			Jonathan Nelisse
	created:		16-08-2007
	last-edited:	03-01-2011
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #95BBD7;
}

html.lustrum {
	overflow: auto;
}

body.lustrum {
	background: #7bcef7;
}

div, p, fieldset, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.red, .verplicht {
	color: red;
}

.green {
	color: green;
}	

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

li {
	margin: 0px 0.5em;
}

input, select, textarea {
	margin: 0px;
	border: 1px solid black;
}

a, a:link {
	color: #0083C9;
	text-decoration: none;
}

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

a:hover {
	color: #0083C9;
	text-decoration: underline;
}

a:active {
	color: #0083C9;
	text-decoration: underline;
	cursor: pointer;
}

img, object {
	border: 0px;
	margin: 0px;
}

a img {
	text-decoration: none;
}

h3 {
	padding-left: 10px;
}

hr {
	border: none;
	border-top: 1px solid;
	color: #0083C9;
	height: 1px;

}

table {
	margin: 1em auto 1em auto;
	padding: 0px;
	border: 0px;
}

img.top_right {
	float: right;
	clear: left;
	margin: 1em 1em 0.5em 1em;
}

img.top_left, #Object1 {
	float: left;
	clear: left;
	margin: 1em 1em 0.5em 1em;
}

img.bottom_right {
	float: right;
	clear: left;
	margin: 0.5em 1em 1em 1em;
}

img.bottom_left {
	float: left;
	clear: left;
	margin: 0.5em 1em 1em 1em;
}

img.middle_right {
	float: right;
	clear: left;
	margin: 0.5em 1em;
}

img.middle_left {
	float: left;
	clear: left;
	margin: 0.5em 1em;
}

img.right {
	float: right;
/*	clear: left; */
	margin: 0px 0px 1em 1em;
}

.body img.left, .body object.left {
	float: left;
/*	clear: left; */
	margin: 0px 0px 1em 1em;
}

.body p img.left, .body p object.left {
	float: left;
	margin: 0px 1em 1em 0px;
}


div.page {
	width: 800px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	border: none;
	background: white;
    border-right: solid 1px black;
    border-left: solid 1px black;
}

div.banner {
	/*border: 1px solid black;*/
	height: 600px;
	left: 50%;
	margin-left: 440px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	width: 120px
}

div.header {
	width: 100%;
	height: 174px;
	background: #0083C9 url('../img/header_background.jpg') no-repeat;
	overflow: hidden;
}

div.header div.menu {
	width: 700px;
	position: relative;
	top: 152px;
	left: 85px;
	text-align:justify;
	color: white;
}

.menu a, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	color: white;
}

.content {
	padding: 5px 10px 10px 10px;
    overflow: scroll;
    position: absolute;
    top: 174px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.lustrumcontent {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.content_left {
	width: 535px;
	float: left;
	overflow: hidden;
}

.content_right {
	width: 218px;
	float: right;
	overflow: hidden;
}

.content_half_left {
	width: 376px;
	float: left;
	overflow: hidden;
}

.content_half_right {
	width: 375px;
	float: right;
	overflow: hidden;
}

.content_center {
	width: 763px;
	float: left;
	overflow: hidden;
}

.content_left .item {
	width: 533px;
}

.content_half_left .item {
	width: 374px;
}

.content_half_right .item {
	width: 373px;
}

.content_right .item {
	width: 216px;
}

.content_center .item {
	width: 761px;
}

.item {
	margin: 0px 0px 10px 0px;
	border: solid 1px black;
}

.content_left, .content_center, .content_half_left, .item {
	clear: left;
}

.item .head {
	width: 100%;
	height: 15px;
	padding: 2px 0px 2px 0px;
	background-color: #0083C9;
	border-bottom: solid 1px black;
	color: white;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
}

.item .head div.left {
	width: 65%;
	float: left;
	clear: left;
	overflow: hidden;
}

.item .head div.right {
	width: 35%;
	float: right;
	overflow: hidden;
}

.item .body {
	width: 100%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: white;
}

.head p, .body p, .footer p {
	padding: 0px 0.5em 0px 0.5em;
}

.body p {
	margin: 1em 0.5em;
}

.body img {
	border: solid 1px black;
}

.body a:hover img.left {
	border: solid 1px #0083C9;
}

.item .hidden div:hover {
	cursor: pointer;
}

.item .hidden {
	border-collapse: collapse;
}

.error-1 .head, .error .head {
	background-color: red;
	color: white;
}

.error1 .head {
	background-color: green;
	color: white;
}

.error0 .head {
	background-color: blue;
	color: white;
}

.sponsor .body, .route .body p.center, .login .body, .enquete .body, .sollicitaties .body, .bestuur .body {
	text-align: center;
}

.commissie .body {
	padding: 10px 0px;
}

.links .body ul {
	margin-top: 10px;
}

.route .body p.center {
	font-size: 10px;
}

.sponsor .body img, .start_links .body img, .route .body img, .agenda .body img {
	border: 0px;
}

.sponsor .body table {
	width: 533px;
	margin: 0px;
}

.sponsor .body td {
	vertical-align: center;
	width:50%;
}

.sponsor .body td.rechts {
	border-left: 1px solid #0083C9;
}

.sponsor .body tr.plaatje {
	height: 71px;
}

.weekend .body table {
	width: 100%;
}

.start_links .body {
	text-align: center;
	padding: 5px 0px;
}

.start_links .body p {
	margin: 5px 0px;
}

.bottom {
	vertical-align: bottom;
}

.agenda .body img {
	float: right;
}

.bestuur img {
	margin-bottom: 1em;
}

.voorzitter img, .penningmeester img, .extern img {
	float: right;
	margin: 1em 5em 0em 5em;
}

.secretaris img, .intern img {
	float: left;
	margin: 1em 5em 1em 5em;
}

.voorzitter .body p, .penningmeester .body p, .extern .body p {
	margin: 1em 5em;
}

.secretaris .body p, .intern .body p {
	margin: 1em 5em;
}

/*.sponsor .body object {
	height: 61px;
}*/

.login .body table, .enquete .body table, .activiteit .body table, .sollicitaties .body table, .contact .body table, .form .body table {
	border: 1px solid black;
}

.activiteit .body table {
	width: 95%;
}

.body .field_name {
	border: 0px;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

.activiteit .body .field_name {
	font-weight: bold;
	text-align: right;
	width: 130px;
}

.login .body .field_name {
	width: 150px;
}

.enquete .body .field_name {
	width: 200px;
	vertical-align: top;
}

.sollicitaties .body .field_name {
	width: 144px;
	vertical-align: top;
}

.contact .body .field_name {
	width: 40%;
	vertical-align: top;
	text-align: right;
}

.body .field_input {
	border: 0px;
	margin: 0px;
	padding: 3px;
}

.login .body .field_input {
	width: 150px;
}

.enquete .body .field_input {
	width: 450px;
	text-align: left;
}

.sollicitaties .body .field_input {
	width: 357px;
	text-align: left;
}

.contact .body .field_input {
	width: 60%;
	vertical-align: top;
}

.login .body .field_input input {
	width: 148px;
}

.enquete .field_input input, .enquete .field_input select {
	width: 448px;
}

.sollicitaties .field_input input, .sollicitaties .field_input select {
	width: 355px;
}

.lid img {
	float: left;
	margin: 0 0 0 1em;
	width: 150px;
}

.lid img.overzicht {
	margin: 0 0.3em 0.6em 0.3em;
	width: 75px;
}

.lid table {
	text-align: left;
	margin: 0px;
}

.lid table.long, .lid table.long1, .lid table.long2 {
	float: left;
	width: 509px;
}

.lid table.long {
	margin: 1em;
}

.lid table.long td {
	width: 33%;
}

.lid table.long1, .lid table.long2 {
	margin: 0px 1em 1em 1em;
}

.lid table.long1 {
	border: 1px solid black;
}

.lid table.short {
	background-color: white;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: -2px;
	width: 350px;
	height: 212px;
	border: 1px solid black;
	border-bottom: 1px solid white;
}

.lid table td.field_name {
	font-weight: bold;
	vertical-align: middle;
	width: 32%;
}

.lid table.long1 td.field_name {
	width: 53%;
	text-align: right;
	vertical-align: middle;
}

.lid table.long1 td.field_value {
	width: 49%;
	vertical-align: middle;
}

.lid table.long1 td.field_name2 {
	width: 100%;
	font-weight: bold;
}

.lid table td.field_value {
	vertical-align: middle;
	line-height: 16px;
}

.lid table td.field_value2 {
	text-align: right;
}

.ledenlijst .body {
	overflow: show;
}

.ledenlijst select {
	border: 0px;
	width: 100%;
}

.enquete .field_input textarea {
	border: 1px solid black;
	width: 442px;
	height: 144px;
}

.sollicitaties .field_input textarea {
	width: 351px;
	height: 72px;
	
}

.body .field_submit {
	border: 0px;
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 3px;
	text-align: right;
}

.enquete .body .field_submit {
	border: 0px;
}

.enquete tr.bottom td {
	border-bottom: 1px solid #cccccc;
}

.enquete tr.number td {
	border: 0px;
	margin: 0px;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

.jenquete .body table {
	border: 1px solid black;
	width: 98%;
}

.jenquete input {
	border: 1px solid black;
	width: 60%;
}

.jenquete input.submit {
	width: 100px;
}

.jenquete input.checkbox, .jenquete input.radio {
	width: 20px;
	border: none;
}

.jenquete textarea.textarea {
	width: 94%;
	height: 200px;
}

.footer {
	width: 100%;
	height: 13px;
	padding: 2px 0px 2px 0px;
	z-index: 1;
	background-color: #0083C9;
	color: white;
	position: absolute;
	bottom: 0px;
	border-top: solid 1px black;
}

.footer p {
	font-size: 10px;
	text-align: center;
}

.footer img {
	margin: -5px 0px 0px 0px;
}

p.left {
	text-align: left;
}

ul {
	margin-top: 0px;
}

ul.none {
	list-style-type: none;
}

div.groups {
	margin-left: 1em;
	margin-bottom: 1em;
}

div.group {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.documents {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 2em;
}

div.beschrijving {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2.5em;
}

table.enquetelijst{
	border: 0px solid black;
	border-spacing: 10px;
	width: 90%;
}

table.enquetelijst td.top{
	border-bottom: 1px solid black;
}

table.lustrum {
	width: 90%;
}

table.lustrum2 {
	width: 70%;
}

table.lustrum3 {
	width: 97%;
}

table.lustrum3 td {
	text-align: center;
	width: 7%;
	padding: 2px 0px 6px 0px;
}

table.lustrum3 td.left {
	text-align: left;
}

.left1 {
	width: 30%;
}

.left2 {
	width: 14%;
}

.border_right {
	border-right: 1px solid black;
}

table.lustrum3 th {
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

table.lustrum th {
	text-align: left;
	border-bottom: 1px solid black;
}

table.lustrum td {
	vertical-align: top;
}

.ILcontent {
  display: none;
  position: absolute; 
  border: 1px solid black;
  background-color: white;
}

.ILcontent img {
	border: none;
}

table.squash {
	width: 100%;
}

table.squash td {
	vertical-align: top;
}

table.squashladder {
	border: 1px solid black;
	background-color: gray;
}

table.squash th, table.squashladder th {
	text-align: left;
	border-bottom: 1px solid black;
	background-color: white;
}

table.squashladder td {
	border: 1px solid black;
}

table.squashladder td.pos {
	border-right: none;
	background-color: white;
}

table.squashladder td.squasher {
	border-left: none;
	background-color: white;
}

.agenda .body table {
	border: 1px solid black;
}

.agenda .body table th {
	border-bottom: 2px solid black;
	text-align: left;
}

tr.oneven {
	background-color: white;
}

tr.even {
	background-color: lightgrey;
}

