/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #E8D5B8;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #9c5b34;
	/*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: #f5e7d1;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #f5e7d1; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #f5e7d1; /*same as "databack" background color */
	border-left:1px solid #f5e7d1; /*same as "databack" background color */
}

#mnav li ul li {
	border: 0px;
	width: 13em;
	background: #fcf7ee; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}

/*border randomphoto and randomdocument on index.php*/
.randomborder {
    border-color: #000099;
    border-width: 0px;
    border-style: solid;
}

/* these blocks handle the image preview for randomdocument.php
and randomphoto.php*/

.media-prev-left {
    background: transparent url(media-prevbg-left.png) no-repeat 0 0;
    top: -120px;
    right:-426px;
    height: 400px;
    padding: 20px 7px 12px;
    position:absolute;
    text-align: center;
    width: 410px;
    z-index:98;
    display:table-cell;
    line-height: 50px;
    vertical-align:middle;

}

.media-prev-right {
    background: transparent url(media-prevbg.png) no-repeat 0 0;
    top: -120px;
    right:-426px;
    height: 400px;
    padding: 20px 7px 12px;
    position:absolute;
    text-align: center;
    width: 410px;
    z-index:98;
    display:table-cell;
    line-height: 50px;
    vertical-align:middle;
}

/* toegevoegd in 7.0.2.*/
.snlink {
	background-color:#fcf7ee; /*same as "databack" background color */
	}

a.snlink:hover, .snlinkact {
	background-color:#9c5b34; /*same as "fieldnameback" background color */
	}
	
a.snlink:visited, .snlink:link {
	color: #522710;
	}
