/* to make topmargin=0, leftmargin=0 on index.html*/
.bodyindex {
	background-image: url(/images/SchoolBookbg2.JPG);
}

/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color: #87cefa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #530000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 10px 10px 5px #2952cc;
	-webkit-box-shadow: 10px 10px 5px #2952cc;
	box-shadow: 10px 10px 5px #2952cc;
}

/* the main frame on every page */
.maindiv {
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* Definition Elements on search.htm pages */
dt {
	font-weight: bold;
}

/* rounded corners on some logo images */
.imageborder {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* 9 point text - 3 px smaller than body/normal */
.tiny {
	font-size: 9px;
}

/* 9 point red text - 3 px smaller than body/normal */
.tinyred {
	font-size: 9px;
	color: #FF0000;
}

/* 11 point text - 1 px smaller than body/normal */
.smaller {
	font-size: 11px;
}

/* 11 point text - 1 px smaller than body/normal */
.smallerred {
	font-size: 11px;
	color: #FF0000;
}

/* 12 point regular body text */
.normal {
	font-size: 12px;
	text-align: left;
}

/* 12 point normal size red text */
.normalred {
	color: #FF0000;
}

/* 13 point  blue text */
.databasesummary {
	font-size: 13px;
	color: #530000;
}

/* 13 point bold blue text */
.databasename {
	font-size: 13px;
	color: #530000;
	font-weight: bold;
}

/* 14 point bold text */
.recordcount {
	font-size: 14px;
	font-weight: bold;
}

/* 14 point bold blue text */
.indexnotice {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* 16 point subheading text */
.subsubhead {
	font-size: 16px;
/*	font-weight: bold; */
}

/* 16 point subheading text */
.subsubheadred {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-shadow: 1px 1px 3px #888;
}

/* 16 point subheading text */
.subsubheadblue {
	font-size: 16px;
	font-weight: bold;
	color: #530000;
	text-shadow: 1px 1px 3px #888;
}

/* 18 point bold text */
.subhead {
	font-size: 18px;
	font-weight: bold;
}

/* 18 point bold red */
.subheadRed {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	text-shadow: 1px 1px 4px #888;
}

/* 18 point bold blue text */
.subheadBlue {
	font-size: 18px;
	font-weight: bold;
	color: #530000;
	text-shadow: 1px 1px 4px #888;
}

/* 24 point header text */
.header {
	font-size: 24px;
	color: #530000;
	font-style: normal;
	font-weight: bold;
	text-shadow: 2px 2px 5px #888;
}

/* 24 point red header text */
.headerRed {
	font-size: 24px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-shadow: 2px 2px 5px #888;
}

/* TABLE FORMATTING */
/* table with black borders*/
.table {
	padding: 5px;
	border-width: 2px;
	border-color: #111111;
	border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;

}

/* PayPal table with blue borders*/
.paypalinfotable {
	padding: 5px 5px 5px 5px;
	border-width: 2px;
	border-color: #530000;
	border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* notes table with blue borders*/
.notestable {
	padding: 5px 20px 5px 20px;
	border-width: 2px;
	border-color: #530000;
	border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* table with light border*/
.lighttable {
	padding: 5px;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

/* table on index.html page*/
.indextable {
	padding: 5px;
	background-color: #FFFFF0;
	border-width: 2px;
	border-color: #999;
	border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

/* light coloured right and bottom borders on results table cells */
.databack {
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* dark borders on cells on index.html */
.cellborder {
	border-right: 1px solid #111111; 
	border-bottom: 1px solid #111111;
}

/* oddrow: odd rows on search results pages */
.oddrow {
	background-color: #FFFFFF;
}

/* evenrow: even rows on search result pages */
.evenrow {
	background-color: #B6E8F9;
}

/* background colour for table rows in Veterans */
.Male {
	background-color: #CCFFFF;
}

/* background colour for table rows in Veterans */
.Female {
	background-color: #FFCCCC;
}

/* link formatting */
/* link: normal links, active: links in use */
a:link, a:active {
	color : #530000;
	text-decoration: none;
}

/* visited: previously visited links */
a:visited {
	color: #530000;
	text-decoration: none;
}

/* hovering mouse over link */
a:hover {
	text-decoration: underline;
	color: red;
}
.maindiv .normal ol li .normalred {
	text-align: left;
}
