div.content,
div.footer {
	padding: 0 1em;
}
	

/* DISPLAY RECORD STYLES */

h1 {
	border: none;
}

h2 {
	font-size: 12px;
	margin: 0;
}

h2.mainName {
	font-size: 14px;
	margin-bottom: 0;
}

h2.partners {
	clear: both;
}

h3 {
	font-size: 11px;
	margin: 0;
}

th, td {
	border-bottom: solid 1px white;
}

.display p {
	text-indent: -2em;
	margin: 0.5em 0 0.5em 2em;
}

p.name,
p.instruction {
	margin-bottom: 0.75em;
	font-style: oblique;
}

p.perlgedCite {
	font-size: 9px;
	white-space: nowrap;
}
 
ul.notes,
ul.links {
	padding-left: 1em;
	margin: 0 0 1em 1em;
}

ul.resultList {
	list-style: none outside;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.resultList li {
	margin: 0 !important;
}

img.portrait {
	float: right;
	margin: 0 0 1em 2em;
}

.display td {
	padding: 10px;
	vertical-align: top;
	width: 30em;
}

.male {
	background-color: #ccf;
}

.female {
	background-color: #fcc;
}

.unknown {
	background-color: #ccc;
}

.union {
	background-color: #c9c;
}


/* ANCESTOR CHART STYLES */

.chart td div a:link !important,
.chart a:visited !important,
.chart a:hover !important,
.chart a:active !important {
	text-decoration: none;
	border-bottom: 0;
	color: black;
}

.chart th {
	background-color: #999;
	color: white;
	font-weight: bold;
}

.chart div {
	padding: 0 1.5em 0 1.5em;
	width: 100%;
	font-style: oblique;
	font-size: smaller;
	white-space: nowrap;
}

.selPerson {
	border-bottom: solid 1px #933;
}

.maleAnc {
	border-top: solid 1px #933;
	border-left: solid 1px #933;
}

.femaleAnc {
	border-bottom: solid 1px #933;
	border-left: solid 1px #933;
}

.ancestor {
	margin-left: -1em;
	color: #933;
	font-size: normal;
	font-style: normal;
	font-weight: bold;
}

.ancestor a:link,
.ancestor a:active,
.ancestor a:hover,
.ancestor a:visited {
	color: #933;
}

