/* default CSS style */

/* body style for site --- not always obeyed */
body {
font-size: 10pt;
font-family: 'Palatino Linotype', Times, serif;
padding: 0px;
margin: 0px;
color: black;
}

TH, TD {
font-size: 10pt;
font-family: 'Palatino Linotype', Times, serif;
color: black;
}

/* all links in black and not underlined by default */
A {
color: black;
text-decoration: none;
}

P, .normal {
font-size: 10pt;
font-family: 'Palatino Linotype', Times, serif;
color: black;
}

UL, LI, DL, DT, DD {
font-size: 10pt;
font-family: 'Palatino Linotype', Times, serif;
color: black;
}

H1, H2, H3, H4, H5, H6 { 
font-family: 'Palatino Linotype', Times, serif;
font-weight: bold; 
color: black;
}

H1 { 
font-size: 18pt;
text-align: center;
}

H2 { font-size: 14pt;
     margin-top: 0px; 
     margin-bottom: 0px;}
H3 { font-size: 12pt; }
H4 { font-size: 10pt; }

/* this overrides the strange bottom spacing seen with
   various combinations of forms and tables in IE and mozilla */

FORM {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* fill page to centre content for photographs */
.outer {
height: 100%;
}

/* highlight a link when mouse hovers over it */
A:hover {
color: red;
text-decoration: underline;
}

/* list items on site index page */

.sitelist {
font-weight: bold;
list-style: none;
margin-left: 1em;
padding-left: 1em;
}

.siteitem {
font-weight: normal;
list-style: none;
margin-left: 1em;
padding-left: 1em;
}

/* main site navigation links in header panel */

.panel {
background: #c8deff;
display: none;
}

.panel A:link, .panel A:visited, .panel A:active {
text-decoration: none;
}

.panel A:hover {
color: red;
text-decoration: underline;
}

.globalmenu {
font-size: 10pt;
font-weight: bold;
margin: 4px 5px 4px 5px;
padding: 0 0 0 0;
}

.footercopy {
font-size: 8pt;
font-weight: normal;
margin: 4px 5px 4px 5px;
padding: 0 0 0 0;
}

/* navigation path to current page in header panel */

.path {
font-size: 9pt;
font-weight: normal;
}

/* navigation links in left panel */

.nav {
margin: 5px 0 0 0;
padding: 0 0 0 0;
}

.navitem {
font-size: 9pt;
font-weight: normal;
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

.navtitle {
font-size: 10pt;
font-weight: bold;
margin: 15px 0 0 8px;
padding: 0 0 0 0;
}

.navhome {
font-size: 10pt;
font-weight: bold;
margin: 5px 0 0 4px;
padding: 0 0 0 0;
}

# panel rounded edges
.imgtop {
background: #c8deff;
color: white;
border: 0;
}

.imgbottom {
background: #c8deff;
color: white;
border: 0;
}

/* photo styles */

.thumb {
border: 0;
padding: 10px;
}

/* photograph text styles */

.photoblk {
page-break-inside: avoid;
}

.screen_photo {
display: none;
}

.print_photo {
}

.photoCaption {
font-size: 10pt;
font-weight: normal;
}

.photoDetail {
font-size: 8pt;
}

.photoBack {
font-size: 9pt;
display: none;
}

.footnote {
font-size: 8pt;
}

.searchinput {
font-size: 10pt;
font-weight: normal;
}

.searchbutton {
font-size: 9pt;
font-weight: normal;
}

/* search result style */
.search {
font-size: 10pt;
font-weight: normal;
}

/* search result link style */
.search A:link, .search A:visited, .search A:active {
text-decoration: none;
}

.search A:hover {
color: red;
text-decoration: underline;
}

/* indent  a paragraph of text--blockquote */
.indent {
margin-left: 1em;
padding-left: 1em;
}

/* caption for maps */
.mapCaption {
font-size: 10pt;
font-weight: normal;
}

/* caption for maps */
.osCopyright {
font-size: 9pt;
font-weight: normal;
}

/* report/paper references */
.reftitle {
font-weight: bold;
margin-top: 5px;
margin-bottom: 0px;
}

.refdesc {
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
}

.acro {
font-size: 9pt;
}

.emaildoc {
font-size: 9pt;
}

.acrologo {
padding-left: 5pt;
background: white;
vertical-align: middle;
}

/* description sections */
.ltitle {
font-weight: bold;
}

.ldesc {
font-weight: normal;
}

/* photo page selection buttons */

.pagenav {
}

.expagenav {
}

.pagebox {
border: thin solid black;
display: none;
}

.expagebox {
border: thin solid black;
}

.page A:link, .page A:visited, .page A:active {
text-decoration: none;
}

.page A:hover {
color: red;
text-decoration: underline;
}

.page {
font-size: 9pt;
font-weight: normal;
text-decoration: none;
}

.pagesel {
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}

.pagebd A:link, .pagebd A:visited, .pagebd A:active {
text-decoration: none;
}

.pagebd A:hover {
color: red;
text-decoration: underline;
}

.pagebd {
font-size: 9pt;
font-weight: normal;
text-decoration: none;
display: none;
}

.expagebd {
font-size: 9pt;
font-weight: normal;
text-decoration: none;
}

/* error messages in RED */

.errormsg {
font-size: 10pt;
font-weight: normal;
color: red;
}

