
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* the head on each page */
table.pageHeading {
	width: 100%;
	padding: 4px;
	border: 0;
  	background-color: #a6a6a6;
	font-weight: bold;
	font-size:28px;
	color: #000000; 
}

/* links to other pages just below heading on each page */
table.navTop {
	width: 100%;
	background-color: #a6a6a6;	
	padding: 2px;
	text-align: center;
}

/* links to other pages at bottom of page */
table.navBottom {
	width: 100%;
	background-color: #cfcece;	
	padding: 2px;
	text-align: center;
}

/* frame for forms on a page; table should contain only one cell */
table.formFrame {
	background-color: #e1e1df;	
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	padding: 0;
    border-collapse: collapse;
}

/* special frame for forms on a page (used for censusPerson.php only initially) */
table.formFrame2 {
	background-color: #a7a5a5;	
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	padding: 0;
    border-collapse: collapse;
}

/* notes on forms */
.formEntry2 {
	background-color: #e1e1df;	
}

/* notes at foot of a table of data */
table.notesTable {
	background-color: #a7a5a5;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #BBBBBB;
	padding: 4px;
	font-size: 12px;
}

/* frame to surround inner table with rows that form a list */
table.listsFrame{
	background-color:#BBBBBB;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #666666;
	padding: 0px;
}

/* table with rows that form a list (mostly lists of people) */
table.listsBody td {
	padding: 4px;
	border: 0px;
}

/* heading row in tables that form a list */
.listHead {
	background-color: #d1d1d1;
	padding: 4px;
	font-size: small; 
	font-weight: bold; 
}

/* footing rows to list (used for record count and page navigation in list */
.listFoot {
	background-color: #a7a5a5;
	padding: 4px;
	font-size: small; 
}

/* rows at end of list to use for notes */
.listNotes td {
	background-color: #a7a5a5;
	padding: 4px;
	font-size: small; 
}

/* rows in tables that form a list where no alternate colouring */
.tableRow0 { 
	background-color: #EEEEEE;
	padding: 4px;
}

/* odd rows in tables that form a list */
.tableRow1 { 
	background-color: #EEEEEE;
	padding: 4px;
}

/* even rows in tables that form a list */
.tableRow2 { 
	background-color: #DDDDDD;
	padding: 4px;
}

/* frame for images */
.pictureTable {
	background-color: #000000;
	border: 0px;
	padding: 0px;
	font-size: Small;
    color: #FFFFFF;
}

/* table for thumbnail images */
table.thumbnailTable {
	background-color: ;	
    border-collapse: collapse;
	border: 1px solid;
	border-color: #666666;
	padding: 0px;
}
/* cells for above */
td.thunbnailCell {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	border-color: #000000;
    border-collapse: collapse; 
}

/* heading in pages containing mostly text */
.Head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}

/* notes on forms */
.formNote {
	font-size: 12px;
}

/* notes, typically at bottom of page */
.footNote {
	background-color: #a7a5a5;
	font-size: 12px;
}

/* note beneath a picture */
.pictureNote {font-size: small}

/* other text styles */
.emphasise {font-size: medium; font-weight: bold; }
.small { font-size: x-small; }

/* text colouts */
.Green  {color: #006600}
.blue {color: #0000FF}
