@charset "UTF-8";
/* CSS Document */
/*
=Start table structure
*/
#Summary, #Caption {
	width: 28em;
}

.tableStyle {
	width: 700px;
	margin: 1em auto;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	color:#4c617c;
}

.tableStyle th, .tableStyle td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
}
/*
=End table structure
*/

/*
=Start blue colour scheme
*/

caption { font-weight: bold; padding-bottom: .5em;}
.blueScheme, .blueScheme th, .blueScheme td {
	border-color: #069;
}

.blueScheme .even, .blueScheme .odd, tableStyle td.bodyrow, table td {
	background-color: #e9ecef;
}

.blueScheme th, .blueScheme thead td {
	background-color: #c4b098;
}

.blueScheme th.firstColumn {
	background-color: #c4b098;
}
/*
=End blue colour scheme
*/

table#marriagestable td a { font-size: .8em; }
table#marriagestable td, table#marriagestable th { padding-left: .3em; }
div#adspace { width: 550px; padding: 0 0 .5em 1em;  margin: 1em auto; border: 1px solid #4c617c; color: #4c617c; line-height: 1.1; }
img.findagrave { float: left; margin: 0 1em 2em 0;}
img.lowerpic { position: relative; top: 1px; }
select.fgmargin { margin-bottom: .8em; }