/*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*/

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #990000;
}

/* databack: background color for data areas */
.databack {
	background-color: #cccc99;
}

#mnav li { /* all list items */
	background: #cccc99; /*same as "databack" background color */
	border-top:1px solid #cccc99; /*same as "databack" background color */
	border-left:1px solid #cccc99; /*same as "databack" background color */
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #990000;
}

/*small boxes for letters on the surnames page, also for pagination on other pages*/
.snlink {
	background-color:#cccc99; /*same as "databack" background color */
}

a.snlink:hover, .snlinkact {
	background-color:#990000; /*same as "fieldnameback" background color */
}

.LB_window {
	background: #cccc99; /*same as "databack" background color */
	border: 2px solid #990000; /*same as "fieldnameback" background color */
}

.LB_closeAjaxWindow{
	background-color:#990000; /*same as "fieldnameback" background color */
}

/*  home page sections replaces valign="top" width="300" */
.section {
	width: 60%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px;
	vertical-align: top;
}
