/*  $Id: baldur.css,v 1.5 2000/08/26 21:57:15 jedwin Exp $
 *  IEFFHP CSS1 Stylesheet
 *  Created: 2000-07-06  eloj
 *  Updated: 2000-08-26  eloj  Better control over tables.
 */

BODY { color: white; background: #000000 }
P { font-family: "times new roman", serif; font-style: normal }

H1 { text-align: center }
H2, H3, H4, H5 { text-align: left }

H4 { color: yellow }

A:link, A:visited, A:active { text-decoration: none }
A:link { color: blue }   /* how about red? */
A:visited { color: yellow }

.frmhead { font-style: normal; font-weight: bold }

.reshead { font-style: italic }

.toindex {
 text-align: right;
 font-family: sans-serif, helvetica;
 font-size: 80%
}

.navigate {
 text-transform: lowercase;
 text-align: center;
}

.unk { color: red }      /* unknown fields */
.unc { color: #8080ff }  /* uncertain fields */
.upd { color: #80ff80 }  /* updated fields */

.tbl2 { color: white }
.tbl2 TH { color: red; background: #202020; text-align: center }
.tbl2 .col1 { text-align: center }
.tbl2 .col2 { text-align: left }
.tbl2 .unk TD { color: red }

.tbl3 { color: white }
.tbl3 TH { color: yellow; background: blue; text-align: left }
.tbl2 .col1 { text-align: center }
.tbl3 .col2 { text-align: left }
.tbl3 .col3 { text-align: left }
/* .tbl3 td {} */
.tbl3 .unk TD { color: red }

.tblidx { color: white }
.tblidx TH { color: yellow; background: green; text-align: left }
.tblidx .col1 { text-align: center } /* resType */
.tblidx .col2 { text-align: center } /* extention */
.tblidx .col3 { text-align: center } /* format tag */
.tblidx .col4 { text-align: left }   /* notes */
.tblidx .col5 { text-align: left }   /* description */

.tblidx2 { color: white }
.tblidx2 TH { color: yellow; background: green; text-align: left }
.tblidx2 .col1 { text-align: center } /* short-string or hex-word */
.tblidx2 .col2 { text-align: left }   /* description */

.tblnews { color: white }
.tblnews .date { font-weight: bold; vertical-align: text-top }

