@charset "utf-8";
/* CSS Document */

body {
	background-image: url(artwork/blue_gradient_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #a5c3e9;
}.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #C0272C;
	text-align: center;
}
.header {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
}
.blueheader {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #3f81a9;
}
.menutext {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
}
.menutext a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
}


.border {
	border: thin groove #333333;
}
.blueback {
	background-color: #f5f9ff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #087bdd;
	border-right-color: #087bdd;
	border-bottom-color: #087bdd;
	border-left-color: #087bdd;
}


.boldblue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #097BDC;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #097BDC;
}

.highlight { background: #FFFF40; }
h2 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #126bc7;
}

.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; } 
.results { font-size: 100%; }
.category { color: #999999; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 100%; }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }		

.dotsborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.textlrg {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	padding: 4px;
}
.greyback {
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 8px;
	padding: 8px;
	border: thin solid #999999;
}
.redheader {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #c0272c;
}
.bltext {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #126bc7;
}
#footericon {
	float: right;
	text-align: right;
	text-decoration: none;
}

