
/* Combined style sheet for the site, the index pages and the slide pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-color:#222;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
body, html {
	height: 100%;
}
table.main {
	background-color:#DDFFFF;
	height: 81%;
	width: 100%;
}
table.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 100%;
	width: 100%;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
table.data2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	width: 100%;
}
.header {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.footer {
	background-color: #2994CB;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	font-size: 9px;
	color: #000000;
}
table.omschrijving {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
table.foto {
	height: 100%;
	width: 100%;
	background-color: #333333;
}
td.menubar {
	font-size: 10pt;
	font-weight: bold;
}
tr.odd {
	background-color: #FFFFFF;
}
tr.evn {
	background-color: #DDFFFF;
}

/* Combined style sheet for the index pages and the slide pages */

/* Style for all bodies */

/* Custom link styles */
a:link		{
	text-decoration: none;
	color: #000000;
}
a:visited	{
	text-decoration: none;
	color: #000000;
}
a:active	{
	text-decoration: none;
	color: #3333CC;
}
a:hover		{
	text-decoration: underline;
	color: #3333CC;
}

/* Style for all table cells on index page */
#index td	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

/* Style for all table cells on slide page*/
#slide td	{
	font-family: Arial, Helvetica, sans-serif;
}

/* Put a border on all generated images */
.image		{
	border-width: 2;
	border-style: solid;
	border-color: #5F5F5F;
	margin: 5;
}

.imageinfo	{
	font-size: 12px;
}

#imagelist	{
	position:absolute;
	left:240px;
	top:320px;
	z-index:auto;
	background-color: #88CFEE;
	layer-background-color:  #88CFEE;
	width: 1px;
	height: 1px;
	visibility: visible;
}

.monolist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF88;
	vertical-align: bottom;
}

