/* Web Card style sheet design annotation contributed by Reunion User, Bob Sander-Cederlof */

a img {	border-style: none; margin: 0 3px; }

/* pageBody (not in this css) has three divisions: pageHeader, reportBody, and footer */

.pageBody
  {
	border: none;
	}
	
.reportBody
	{
	font-family: "times new roman", serif;
	line-height: 1.2em;
	color:#000;
	margin-top: 6px;
	margin-right: 3%;
	margin-left: 3%;
	/* border-style: solid;
	border-width: thin;
	border-top: 1px dotted;
	border-bottom: 1px dotted; */
	text-align: center;
	padding: .4em;
	font-size: 12pt;
	}

.pageTitle
	{
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	}

	/* Parents classes:
	wcParents
		wcFathers
			wcHFather
				wcParentName
				wcParentDate
			wcWFather
				wcParentName
				wcParentDate
		wcMothers
			wcHMother
				wcParentName
				wcParentDate
			wcWMother
				wcParentName
				wcParentDate
*/

.wcParents
	{
	word-spacing: 0px;
	border-style: none;
	}

.wcFathers, .wcMothers
	{
	clear: both;
	}

.wcHFather, .wcHMother, .wcWFather, .wcWMother
	{
	height: 2.5em;
	border: medium ridge #C0C0C0
	}

.wcHFather, .wcHMother
	{
	float: left;
	}

.wcWFather, .wcWMother
	{
	float: right;
	}
	
.wcHFather, .wcHMother, .wcWFather, .wcWMother
	{
	min-height: 2.5em;
	width: 47%;
	margin-bottom: .4em;
	padding: 3px;
	border: medium ridge #C0C0C0
	}

.wcParentDate
	{
	word-spacing: -4px;
	letter-spacing: 0;
	display: block;
	}

.wcParentName
	{
	margin-right: .4em;
	display: block;
	}

/* Marriage classes:
	wcMarriage
		wcMarriageTitle
		wcMarriageData
*/

.wcMarriage
	{
	margin-bottom: .4em;
	padding: 3px;
	clear: both;
	border-style: transparent;
	border-width: thin;
	}
	
.wcMarriageData
	{
	word-spacing: 0px;
	}
		
/* Current couple classes:
	wcSource
		wcHusband
			wcHusbandWrapper
		wcWife
			wcWifeWrapper
*/

.wcSource
	{
	font-size: 1.2em;
	font-weight: bold;
	word-spacing: 0px;
	}

.wcWifeWrapper,.wcHusbandWrapper
	{
	min-height: 25px;	
	}
	
.wcHusband, .wcWife
	{
	width: 47%;
	padding: 3px;
	border: medium ridge #C0C0C0;
	margin-bottom: 3px;
	}
	
.wcHusband
	{
	float: left;
	}
	
.wcWife
	{
	float: right;
	}

/* Facts classes:
	wcFacts
		wcHFacts
			wcHFactsWrapper
				wcFactPicture
				wcFactsRecord
					wcFactTitle
					wcFactData
		wcWFacts
			wcWFactsWrapper
				wcFactPicture
				wcFactsRecord
					wcFactTitle
					wcFactData
*/

.wcFacts
	{
	font-size: 11pt;
	clear: both;
	}
	
.wcHFacts
	{
	float: left;
	}
	
.wcWFacts
	{
	float: right;
	}
	
.wcHFacts, .wcWFacts
	{
	min-height: 100px;
	width: 47%;	
	margin-bottom: .4em;
	padding: 3px;
	border: medium ridge #C0C0C0;
	}

.wcFactPicture img
	{
	height: 110px;
	width: auto;
	border-style: solid;
	border-width: 1px;
	}

.wcFactsRecord
	{
	text-align: left;
	padding: 2px;
	}
	
.wcHFactsWrapper, .wcWFactsWrapper,
	{
	min-height: 300px;
	}
	
.wcFacts
	{
	font-size: 11pt;
	width: 100%;
	}

.wcFactTitle
	{
	display: table-cell;
	width: 2.4em;
	font-weight: normal;
	text-align: right;
	}
		
.wcFactData
	{
	display: table-cell;
	padding-left: 5px;
	word-spacing: 0px;
	}
	
/* Spouses classes:
	wcHSpouses
		wcHSpousesWrapper
			wcSpousesTitle
			wcSpousesData
	wcWSpouses
		wcWSpousesWrapper
			wcSpousesTitle
			wcSpousesData
*/

.wcHSpousesWrapper, .wcWSpousesWrapper
	{
	width: 47%;
	padding: 0px 3px 3px 3px;
	}

.wcHSpousesWrapper
	{
	float: left;
	text-align: left;
	}
	
.wcWSpousesWrapper
	{
	float: right;
	text-align: right;
	}
	
/* Children classes
	wcChildrenTitle
	wcChildren
		wcChild
		wcFChild
		wcMChild
		wcChildBold
		wcFChildBold
		wcMChildBold
*/

.wcChildrenTitle
	{
	margin-top: 3px;
	/* border-bottom: 1px; */
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	word-spacing: 2px;
	}

.wcNotSplit
	{
	clear: both;
	width: 80%;
	margin: auto;
	}

.wcChildren
	{
	padding: 3px;
	padding-top: 5px;
	word-spacing: 0px;
	display: block;
	border: medium ridge #C0C0C0
	}

.wcChild, .wcFChild, .wcMChild
	{
	display: block;
	padding-top: 1px;
	border: 1px;
	padding-bottom: 2px;
	}

.wcChildBold, .wcFChildBold, .wcMChildBold
	{
	display: block;
	padding-top: 1px;
	border: 1px;
	padding-bottom: 2px;
	}

.wcChildStatus
	{
	display: inline;
	}
	
	
/* footer classes 
		footer
			footerWrapper
			footerEntry
*/

.footer
	{
	font-size: .9em;
	text-align: center;
	}

