/* ---------------------------------------------------------
Version: 1.02 Yarley Gobion
Last update: 25/1/2012
Updates
(25/1/12) changed top navigation table from white to default (green) background
(18/1/12) initial version
Usage:
Styles used in visitor pages of village information indexing 
------------------------------------------------------------
*/

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

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

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

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

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

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

/* 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: #CCCCCC;
	padding: 4px;
	font-size: small; 
	font-weight: bold; 
}

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

/* rows at end of list to use for notes */
.listNotes td {
	background-color: #EEEEEE;
	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;
}

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

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

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

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

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