/* WORK-IN-PROGRESS -- DO NOT UPLOAD
   DIV Tables for Family Table 
   Padding/Margins order: top, right, bottom, left*/

table.default {
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	color:#404040;
	background:none;
	border: 0;
	vertical-align: top; }

.defaultHead {
	background:none;
	text-align: center;
	font-weight: bold; 
	border: 0; }

.defaultBody {
	background:none;
	text-align: left;
	font-weight: normal; 
	vertical-align: top;
	border: 0; 
	}

table.famtable {
	width: 100%;
	margin: 5px 0;
	font-size: 10pt;
	line-height: 1.5em;
	color:#404040;
	background-color: #E4DCB2;
	border: 1px #9C9473 solid;
	border-collapse: collapse;
	}

/* Begin code for new family table */
.newfamtable-container {
	width: 100%;
	margin: 1px;
	float: left;
	border: 1px #9C9473 solid;
	border-collapse:collapse;
	}
	
	/* Columns */
.newfamtable-number-col {
	width: 58%;
	float: left;
	background-color: #E4DCB2;
	}
	
.newfamtable-photo-col {
	width: 24%;
	float: left;
	background-color: #E4DCB2;
	}

.newfamtable-name-col {
	width: 80%;
	float: left;
	background-color: #E4DCB2;
	}
	
.newfamtable-birth-col {
	width: 84%;
	float: left;
	background-color: #E4DCB2;
	}

.newfamtable-death-col {
	width: 94%;
	float: left;
	background-color: #E4DCB2;
	}

.newfamtable-age-col {
	width: 100%;
	float: left;
	background-color: #E4DCB2;
	}	
	
	/* Left aligned cells */
.newfamtable-number-cell {
	text-align: left;
	padding-left: 5px;
	float: right;
	width: 55px;
	margin-left: auto;
	font-size: 10pt;
	color:#404040;
	/* position:relative; */
	}
	
.newfamtable-photo-cell {
	text-align: left;
	padding-left: 5px;
	float: right;
	width: 35px;
	margin-left: auto;
	font-size: 10pt;
	color:#404040;
	/* position:relative; */
	}

.newfamtable-name-cell {
	text-align: left;
	padding-left: 5px;
	float: right;
	width: 340px;
	margin-left: auto;
	font-size: 10pt;
	color:#404040;
	/* position:relative; */
	}		

	/* Right aligned cells */
.newfamtable-birth-cell {
	text-align: right;
	padding-right: 5px;
	float: right;
	width: 100px;
	margin-left: auto;
	font-size: 10pt;
	color: #404040;
	position: relative;
	}

.newfamtable-death-cell {
	text-align: right;
	padding-right: 5px;
	float: right;
	width: 100px;
	margin-left: auto;
	font-size: 10pt;
	color: #404040;
	position: relative;
	}

.newfamtable-age-cell {
	text-align: right;
	padding-right: 5px;
	float: right;
	width: 30px;
	margin-left: auto;
	font-size: 10pt;
	color: #404040;
	position: relative;
	}		
/* End code for new family table */

td, th { padding: 0.3em 0.5em; }

#commentHead /* Nest inside #comments */ {
	margin : 0 auto 5px auto;
	padding : 5px;
	border: 1px #9C9473 solid;
	font-size: 10pt;
	line-height: normal;
	white-space: normal;
	color: #404040;
	text-align:center;
	font-weight: bold;
	background-color: #EAE8D0;}
	
#commentFoot /* Nest inside #comments */ {
	margin : 5px auto 0 auto;
	padding : 5px;
	border: 1px #9C9473 solid;
	font-size: 10pt;
	line-height: normal;
	white-space: normal;
	color: #404040;
	text-align:center;
	font-weight: bold;
	background-color: #EAE8D0;}	
	
#commentLeft {
	float : left;
	width : 320px;
	margin : 5px 5px 5px 0;
	padding : 3px 3px 5px 3px;
	border: 1px #9C9473 solid;
	font-size: 10pt;
	line-height: 1.5em;
	white-space: normal;
	color: #404040;
	background-color: #E4DCB2;}
	
#commentRight {
	float : right;
	width : 320px;
	margin : 5px 0 5px 5px;
	padding : 3px 3px 5px 3px;
	border: 1px #9C9473 solid;
	font-size: 10pt;
	line-height: 1.5em;
	white-space: normal;
	color: #404040;
	background-color: #E4DCB2;}	
	
#commentCenter {
	width:90%;
	margin : 5px auto;
	padding : 3px 3px 5px 3px;
	border: 1px #9C9473 solid;
	font-size: 10pt;
	line-height: 1.5em;
	white-space: normal;
	color: #404040;
	background-color: #E4DCB2;}	

#commentHistory {
	float : right;
	width : 320px;
	margin : 5px 0 5px 5px;
	padding : 3px 3px 5px 0;
	border: 1px #9C9473 solid;
	font-size: 9pt;
	line-height: 1.5em;
	white-space: normal;
	color: #404040;
	background-color: #E4DCB2;}	
	
#excerptCenter {
	width:90%;
	margin : 5px auto;
	padding : 3px 3px 5px 3px;
	border: 1px #9C9473 solid;
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	line-height: 1.5em;
	white-space: normal;
	color: #404040;
	background-color: #E4DCB2;}		
	
#articleLeft {
	width: 320px;
	float: left
	margin: 0 5px 5px 5px;
	padding: 3px 3px 5px 3px;
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	line-height: 1.5em;
	color:#404040;
	background-image: url('images/bckgndnews.jpg');
	text-align: left; 
	border: 1px #a4710c solid; }	

#articleRight {
	width: 320px;
	float:right;
	margin: 5px 0 5px 5px;
	padding: 3px 3px 5px 3px;
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	line-height: 1.5em;
	color:#404040;
	background-image: url('images/bckgndnews.jpg');
	text-align: left; 
	border: 1px #a4710c solid; }

#articleCenter {
	width: 90%;
	margin : 5px auto;
	padding: 3px 3px 5px 3px;
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	line-height: 1.5em;
	color:#404040;
	background-image: url('images/bckgndnews.jpg');
	text-align: left; 
	border: 1px #a4710c solid; }

#source {
	width: 100%;
	margin: 5px auto;
	padding: 0;
	font-size: 10pt;
	background-image: url('images/bgd.jpg');
	border: 1px #9C9473 solid; 
	border-collapse:collapse; }

#sourceHead /*Nest inside #source */ {
	text-align: center;
	font-weight: bold;
	padding: 2px;
}	

	


