/*
 * style sheet for all pages, behalve Forms.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	scrollbar-face-color:#FEF5C2;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#FEF5C2;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	background-color: #FEF5C2;
	margin: '';
}

/* Style voor border om maintable. */
.maintable {
	border-style: solid;
	border-width : 1px 1px 1px 1px;
	border-top-color : #CC0000;
	border-right-color : #CC0000;
	border-bottom-color : #CC0000;
	border-left-color : #CC0000;
	height: '';
	width: '';
	top: 0px;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #CC0000
}

a:visited {
	text-decoration: underline;
	color: #666666
}

a:link {
	text-decoration: underline;
	color: #CC0000
}

.RowFirst {
	background-color : #FDEB82;
}

.RowSecond {
	background-color : #FFFFFF;
}

#imageinfo {
	visibility: hidden;
}

