/*
 * ECO-SEA stylesheet
 *
 * Copyright 2003 Matthew Fremont and ECO-SEA. All rights reserved.
 */

/* default font */
BODY, TD, TH, UL, OL, .bodytext {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
}

SUP, SUB { font-size: 75%; font-weight: normal; }

H1 { font-size: 16pt; font-weight: bold; }
H2 { font-size: 14pt; font-weight: bold; }
H3 { font-size: 12pt; font-weight: bold; }
H4 { font-size: 11pt; font-weight: bold; }

/* default colors */
BODY, TD, TH {
 background-color: #000000; color: #CCCCCC;  /* grey text on black*/
}

.green { color: #009933; }

A:link { text-decoration: underline; color: #009933; }
A:visited { text-decoration: underline; color: #999999; }
A:active, A:hover { text-decoration: underline; color: #00CC00; }


/* default margins */
BODY { margin-left: 10px; margin-right: 10px; }
TABLE { margin: 0px; }
DIV { margin: 0px; }

/* default table alignment.

   NOTE: to override use style attribute

     <td style="text-align: right">

     NOT

     <td align="right">
*/
TR { vertical-align: top; }
TD { text-align: left; }
TD.right { text-align: right; }

/* site-specific classes */

.rule { background-color: #999966; }

.heading {
  font-size: 14pt; font-weight: bold;
  color: #9999CC; }

.pagetitle { font-size: 16pt; font-weight: bold; }

.caption { font-size: 80%; color: #FFFF99; }

/* navigation */

.navbtn, .navbtn_hl, .navbc { 
  font-family: trebuchet ms, helvetica, arial, sans-serif;
  font-size: 10pt;
}

/* navigation: global navigation bar */
.navbtn_hl { font-weight: bold; }
TD.navrule { background-color: #339933; }

.navbtn A:link, .navbtn A:visited {
  text-decoration: none;
  color: #339933;
}

.navbtn A:active, .navbtn A:hover { text-decoration: underline; }

.navbtn_hl A:link, .navbtn_hl A:visited {
  text-decoration: none;
  color: #33CC33;
}

.navbtn_hl A:active, .navbtn_hl A:hover { text-decoration: underline; }

/* navigation: breadcrumbs */
.navbc { color: #CCCCCC; text-align: right; }

.navbc A:link, .navbc A:visited {
  text-decoration: none;
  color: #CCCCCC;
}

.navbc A:hover, .navbc A:active {
  text-decoration: underline;
  color: #FFFFFF;
}

ol.med li {margin-top: 0.25em; margin-bottom: 0.25em; }