/*your custom style goes in this file*/
/* toegevoegd voor bijvoet-specifieke teksten in header */
.Titeltekst  { font-family: Verdana; color: #996600; font-size: 18 pt; font-weight: bold }
.Toelichtingtekst { font-family: Verdana; font-size: 10 pt; color: #996600 }
.Inhoudtekst { font-family: Verdana; font-size: 10 pt; color: #000000; line-height:110%; text-align:left; text-indent:0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0 }
/* Knoppen ##################### */
BODY {
	background-image: url('/Indexmap/bg.gif');
	background-repeat: repeat-y

	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #885B00;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}
/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #D28E00;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}
/* databack: background color for data areas */
.databack {
	background-color: #FFEACE;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* sideback: background color for side and top frames */
.sideback {
	background-image: url('/Indexmap/spacer.gif');
	background-color: #885B00;
}

.button {
	background-color:"#885B00";
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;color:"#FFFFFF";
	cursor: "hand"
	}
