/* general styles */
#content h2 {
	margin: 5px 0 5px 0;
}
#content h3 {
	margin: 0 0 5px 0;
}
#content p
{
	margin: 0 0 5px 0;
}
.foiright {
	width: auto;
	float: right;
}
.foiindent {
	margin: 0 0 0 30px;
}
.foiblueheader {
	margin: 5px 0 0 0;
    background-color: #016898;
    color: #ffffff;
	font-weight: bold;
}
.foismall {
	font-size: 85%;
}
.foierrormessage {
	margin: 0 0 0 30px;
	color: red;
}
.foierrormessage ul {
	margin: 5px 0 0 30px;
}
.foicentered {
	width: 100%;
	text-align: center;
}
.foicategory {
	margin: 0 0 0 20px;
}
/* a-z search */
.foiazlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.foiazlist li {
	padding: 0 0.5em 0 0;
	margin: 0;
	display: inline;
}
.foiazlist a {
	color: #142062;
    text-decoration: none;
	font-weight: normal;
}
.foiazlist a:hover {
    text-decoration: underline;
}
/* foi tables */
.foiresultstable {
	width: 100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 85%;
	color: #142062;
}
.foiresultstable th {
	vertical-align: top;
	font-weight: bold;
	background-color: #F1F6FA;
}
.foiresultstable th a {
	font-weight: bold;
}
.foiresultstable td {
	vertical-align: top;
}
.foidetailstable {
	width: 100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	border-collapse: collapse;
}
.foidetailstable td {
	vertical-align: top;
}
.foiclasstable {
	width: 100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 100%;
	color: #142062;
}
.foiclasstable td {
	vertical-align: top;
}
.foidetailsrow {
	width: 100%;
}
.foidetailsrowalternative {
	width: 100%;
	background-color: #F1F6FA;
}
.foisp5c {
	width: 5%;
	text-align: center;
}
.foisp5calternative {
	width: 5%;
	text-align: center;
	background-color: #F1F6FA;
}
.foisp5cgrey {
	width: 5%;
	text-align: center;
	background-color: #F6FAFC;
}
.foisp10 {
	width: 10%;
	text-align: left;
}
.foisp10alternative {
	width: 10%;
	text-align: left;
	background-color: #F1F6FA;
}
.foisp15 {
	width: 15%;
	text-align: left;
}
.foisp15alternative {
	width: 15%;
	text-align: left;
	background-color: #F1F6FA;
}
.foisp15alternativelight {
	width: 15%;
	text-align: left;
	background-color: #E8F1F7;
}
.foisp15colored {
	width: 15%;
	text-align: left;
	background-color: #F6FAFC;
}
.foisp15r {
	width: 15%;
	text-align: right;
}
.foisp20 {
	width: 20%;
	text-align: left;
}
.foisp20r {
	width: 20%;
	text-align: right;
}
.foisp20alternativelight {
	width: 15%;
	text-align: left;
	background-color: #E8F1F7;
}
.foisp20colored {
	width: 15%;
	text-align: left;
	background-color: #F6FAFC;
}
.foisp45 {
	width: 45%;
	text-align: left;
}
.foisp45alternative {
	width: 45%;
	text-align: left;
	background-color: #F1F6FA;
}
.foisp45colored {
	width: 45%;
	text-align: left;
	background-color: #F6FAFC;
}
.foisp70 {
	width: 70%;
	text-align: left;
}
/* results table page navigation */
.foinavigation {
	font-size: 85%;
}
.foinavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.foinavigation li {
	padding: 0 0.5em 0 0;
	margin: 0;
	display: inline;
}
.foinavigation a {
	color: #142062;
    text-decoration: none;
	font-weight: normal;
}
.foinavigation a:hover {
    text-decoration: underline;
}
.foicurrentpage {
	font-weight: bold;
	color: red;
}



