/*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*/
.normalb {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}

/* about: body text used on the about page */
.about {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 10.5pt;
	margin-left: 8px;
	margin-right: 8px;
}

/* history: body text used on the history page */
.history {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 12.5pt;
	margin-left: 20px;
	margin-right: 20px;
}


P {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: .2cm 0cm .3cm 0cm;
	
	}

H4 { 
	letter-spacing: 1.5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: .5cm 0cm .15cm 0cm;

}

table.center {
	text-align: center;
	margin-left:auto; margin-right:auto;
}
.header {
	font-weight: bold;
}
.whiteheader {
	font-weight: bold;
}
BODY {
	background-color : #FBF7EC;
}
A:LINK, A:ACTIVE {
	color : #1E5351;
	font-weight : bold;
}

/* visited: previously visited links */
A:VISITED {
	color: #213C17;
	font-weight : bold;
}
.fieldnameback {
	background-color: #738073;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
	border-collapse: collapse;
}
/* databack: background color for data areas */
.databack {
	background-color: #FBF7EC;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #E4E4E4; 
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	padding: 5px 10px 5px 10px;
	border-collapse: collapse;
}

.fieldname {
	font-size: 12px;
}

.header {
	/*next line added in 6.1.0*/
	color: #39692A;
}

.sideback {
	background-color: #28541B;
}

.mouseoverback {
	background-color: #46AB28;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/*from gbook, added 1/17/06*/


A:HOVER {
	color : Red;
	text-decoration : none;
}

HR {
	color: #28541B;
	height: 1px;
}

#mnav a {
	width: 6em;
}

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

#mnav li ul { /* second-level lists */
	border-top: 1px solid #39692A;
	border-left: 1px solid #39692A;
	border-right: 1px solid #39692A;
	background: #CCCCCC;
	position: absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

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

#mnav li ul li a {
	width: 13em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration:underline;
}

#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #CCCCCC;
	border-top:1px solid #39692A;
	border-left:1px solid #39692A;
}

/*small boxes for letters on the surnames page, also for pagination on other pages*/
.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #39692A;
	border-right:1px solid #39692A;
	border-top:1px solid #39692A;
	border-left:1px solid #39692A;
	background-color:#CCCCCC; /*same as "databack" background color */
	color:black;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* columns on surnames page */
.aligntop {
	vertical-align:top;
}

.alignmiddle {
	vertical-align:middle;
}

.adminnav .snlink {
	background-color: white;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#39692A; /*same as "fieldnameback" background color */
	color:#fff;
}

.bar {
background-color:#39692A;
}





