@CHARSET "ISO-8859-1";

* {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

/* rule above adversely affects selects in FireFox (they become a little too narrow) - this re-instates the browser default rule */
select>option {
	padding-right: 5px;
	padding-left: 3px;
}


h1,h2,h3,h4,h5 {
	margin: 0.3em 10px;	
	color: #015b28;
	
}

/* NHM 20060830 Added a special h3 for front page panels to allow these to be white */

h3.frontpanellabels {
      color: #ffffff;
      
      
}


/* NHM 20060830 Added a special h1 for front page *Union Catalogue* wording */

h1.large_uc {
      color: #000000;
      
      
}




p {
	margin: 0.7em 10px;	
}

/* NHM 20060830 Added p class welcome for front page welcome text */

p.welcome {
	margin: 0.7em 10px;	
	font-weight: bold;
	color: #015b28;
}


a,a:visited {
	color: #015b28;
	font-weight: bold;
}

body {
	font-size: 76%;
}

#content {
	width: 762px;
	margin: 0px auto;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

ul.indented {
	margin-left: 20px;
	list-style-type: none;	
}

/* ---- Front page header ---- */
/* NHM 20060830 changed background-color from #d4eddf to #ffffff */
#front-header {
	background-color: #ffffff;
	color: #015b28;	
	float: left;
}

#front-header h1 {
	float: left;
	margin: 0px 0px 0px 0px;	
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}

/* ---- Header ---- */
/* NHM 20060830 changed background-color from #d4eddf to #ffffff */
#header {
	background-color: #ffffff;
	color: #015b28;
	float: left;
}

#header h1 {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 300px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}

#navbar {
	float: right;
	margin: 10px 10px 0px 0px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}

#navbar li {
	list-style-type: none;
	display: inline;
}

/* ---- Main content panel ---- */
#center {
	float:left;
	width: 762px;
}

/* ---- CLD browse ---- */
/* NHM 20060830 changed background-color from #e4e4e4 to #8b8893 */
#browse {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 250px;
	background-color: #8b8893;
}

#browse li {
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
}

#browse select {
	width: 10em;
}

/* ---- Member Admin ---- */
#member_admin {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 250px;
	background-color: #e4e4e4;	
}
#member_admin li {
	list-style-type: none;
	margin-right: 10px;
}

/* ---- Main search ---- */
/* NHM 20060830 changed background-color from #d4eddf to #638e46 */
div#search {
	width: 502px;
	float: right;
	margin: 10px 0px 0px 0px;
	background-color: #638e46;
	color: #015b28;
	padding-bottom: 30px;
}



/* NHM 20060830 changed color from #999999 to #000000 */
div#search a.advanced {
	color: #000000;
	font-size: 80%;
	float: right;
	clear: right;
}

div#search select {
	width: 10em;	
}

div#search table#inputs {
	margin: 30px auto 10px auto;
	width: 450px;
}


/* NHM 20060830 Added label (with no class qualifier) style as this does not exist */

label {	
	color: #000000;
        font-weight: bold;
}



/* NHM 20060830 Added color black #000000 */
label.keywords {
	float: left;
	font-weight: bold;
	color: #000000
}

#searchText {
	width: 380px;
	vertical-align: baseline;
}
table#searchDropdownContainer td {
	width: 60px;	
}

/* ---- Footer ---- */
/* NHM 20060830 changed background-color from #015b28 to #b11016 */
#footer {
	background-color: #b11016;
	text-align: center;
	color: white;
	padding: 2px 0;
}

#footer li {
	list-style-type: none;
	display: inline;	
}

#footer a,#footer a:visited {
	color: white;
}

/* ---- Header dividing bar ---- */
#headerbar{
	background-color: #b11016;
	text-align: left;	
	color: white;
	padding: 2px 0;
}

#headerbar li {
	list-style-type: none;
	display: inline;	
}

#headerbar a,#headerbar a:visited {
	color: white;
}



/* ---- Adv search ---- */
/* NHM 20060830 changed background-color from #d4eddf to #638e46 */
div#advancedSearch {
	border-bottom: 1px white solid;
	padding: 15px;
	background-color: #638e46;
}

div#advancedSearch input.textbox {
	width: 140px;
}

div#advancedSearch td {
	padding: 0.3ex 0;
}

div#advancedSearch td.title,div#filters td.title {
	padding-right: 1em;
}

div#advancedSearch input.submit {
	margin-top: 2em;	
}

ul#searchTerms li {
	list-style-type: none;
}

div#filters {
	padding: 15px;
	background-color: #e4e4e4;
}
input.day {
	width: 2.2ex;
}
input.year {
	width: 4.2ex;
}

/* ---- Collection Level Description ---- */
div#left_column {
	float:left;
	width: 260px;
	margin-left: 10px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}

div#right_column {
	float: right;
	width: 472px;
	margin-right: 10px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */	
}

div.left_box {
	float: left;
	width: 260px;
	clear: left;
	margin-bottom: 10px;
	background-color: #e4e4e4;
	overflow: hidden;
}
div.left_box table {
	width: 250px;	
}

div.cld_collection {
	float: right;
	width: 472px;
	clear: right;
	background-color: #e4e4e4;
	margin-bottom: 10px;
}

div.left_box table,	
div.cld_collection table {
	clear: both;
	border-collapse: collapse;
	width: 100%;
}
div.left_box table thead tr,	
div.cld_collection table thead tr {
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;
}

div.left_box table td,
div.cld_collection table td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

div.left_box table td.title,
div.cld_collection table td.title,
div.left_box table td.row_checkbox,
div.cld_collection table td.row_checkbox
{
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;
}
div.left_box table td.title {
	width: 100px;
}
div.cld_collection table td.title {
	width: 170px;	
}

div.section_head,
div.section_head h3,
div.section_head h4,
div.section_head h5
{
	background-color: #015b28;
	color: white;
	min-height: 18px;
}
div.section_head h3,
div.section_head h4,
div.section_head h5 {
	margin-left: 5px;
	display: inline;
}
div.section_head a,
div.section_head a:visited {
	color: white;
	float: right;
	margin-right: 5px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}
div.section_head a img {
	border-style: none;
}
table.admin {
	font-size: 80%;	
}

/* ---- Brief results ---- */
table.brief_results {
	width: 742px;
	margin: 10px auto;
	clear: both;
}
table.brief_results td {
	padding: 2px 5px;
	vertical-align: top;
}
table.brief_results tr.head,
table.brief_results tr.head th {
	background-color: #015b28;
	color: white;
	padding: 3px 5px;
	text-align: left;
}
table.brief_results tr.head a {
	background-color: #015b28;
	color: white;
}
table.brief_results tr.head th.sorted,
table.brief_results tr.head th.sorted a {
	background-color: #d4eddf;
	color: #015b28
}
table.brief_results tr.head img {
	float: right;
}
table.brief_results img {
	vertical-align: middle;	
}
table.brief_results tr.even {
	background-color: #e4e4e4;
}
table.brief_results tr.odd {
	background-color: #d4eddf;
}
table.brief_results li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p.result_count {
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
	margin: 0px 10px 0px 0px;
	float: right;
	padding: 0px;
	font-weight: bold;
}
ul.navigation_links li {
	list-style-type: none;
	display: inline;
	font-size: 140%;
	font-weight: bold;
	color: blue;
	
}
ul.navigation_links li a {
	font-size: 70%;
	margin: 0px 1px;
}
ul.navigation_links li img {
	vertical-align: middle;
	border-style: none;
}
ul.navigation_links a.next_prev {
	font-size: 100%;
}
div.navigation_links {
	text-align: center;
}

/* ---- Full result ---- */
table.full_result {
	background-color: #eeeeee;
	border-collapse: collapse;
	clear: left;
}
table.full_result td {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}
table.full_result td.title {
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;
	width: 110px;
}
table.full_result p {
	margin: 0;
}
table.full_result img {
	vertical-align: middle;
}	
div.full_result {
	background-color: #eeeeee;
	margin: 0px 10px 10px 10px;	
}
div.links {
	float: right;
	clear: right;
	width: 330px;
}
div.links table.full_result {
	float: right;	
}
table.admin_details {
	font-size: 80%;	
}
a.elec_loc {
	padding-left: 19px;	/* to align with links above, which are shifted by 16x16px image */
}

.hide, .hide a { /* used to highlight to admin that this entry isn't shown to user */
	color: red;
}

/* ---- Error pages ---- */
p.exception {
	background-color: white;
	border: 1px solid #d4eddf;
	margin: 10px;
}

/* ---- switchContact ---- */
table.contacts {
	width: 95%;
	border: 2px solid #015b28;
	background-color: #e4e4e4;
	margin: 10px auto;
}

table.contacts thead {
	background-color: #015b28;
	color: white;
}

table.contacts tr.highlight {
	background-color: #015b28;
	color: white;
}
/* ---- Field mapping pages ---- */
table.mappings {
	border-collapse: collapse;
	background-color: #e4e4e4;
	margin-bottom: 5px;
}
table.mappings td {
	padding: 0px 3px;	
}
table.mappings td.title {
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;
}
table.mappings thead tr {
	background-color: #015b28;
	color: white;
	font-weight: bold;
	text-align: left;
}
div.left_half {
	width: 371px;
	float: left;
	margin-left: 10px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}
div.right_half {
	width: 371px;
	float: right;
	margin-right: 10px;
	display: inline; /* ignored by standard - but fixes IE 'Double Margin' Bug */
}
input.marc_field {
	
}

/* ---- Harvest Log ---- */
table.logDetails {
	background-color: #e4e4e4;
	color: black;
	margin-left: 10px;
	border-collapse: collapse;
	width: 70%;
}
table.logDetails td.title {
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;	
}

/* ---- Visibility Form ---- */
table.visibility_form {
	background-color: #eeeeee;
	border-collapse: collapse;
	clear: left;
	width: 90%;
	margin: 0px auto;
}
table.visibility_form td {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}
table.visibility_form td.title {
	background-color: #d4eddf;
	color: #015b28;
	font-weight: bold;
	width: 110px;
}
table.visibility_form thead {
	color: white;
	background-color: #015b28;
	text-align: left;	
}

/* ---- Misc ---- */
.clearall {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
	margin: 10px 0;
}

.hidden,
div.section_head a.hidden {
	display: none;
}

.error {
	background-color: yellow;
	border: 1px red solid;	
}