BODY {
	background-color: #c0d3ff;
	/*
	background-image: url('./reel-01.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
}

TABLE.mainblock {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

TABLE.sectionblock {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

DIV.footer {
	background-color: #00267f;
	color: #ffc726;
	text-align: center;
}

H1 {
	background-color: #00267f;
	color: #ffc726;
	text-align: left;
	font-size: 2em;
	font-weight: bold;
        background-image: url(Hflag.png);
        background-position: center right;
        background-repeat: no-repeat;
}

H2 {
	background-color: #00267f;
	color: #ffc726;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
}

TABLE.block {
	text-align: center;
}

A:link {
	color: #ffc726;
	}




/*************************************/
H2.warn {
	text-align: center;
	font-size: 1.4em;
	color: Red;
}

/*
A.info {
    position: relative; /*this is the key
    z-index: 24;
/*
/*    color: #000;
    text-decoration: none;
}

A.info:hover {
	z-index: 25;
/*	background-color: #ff0;
}

A.info SPAN {
	display: none;
}

A.info:hover SPAN { /*the span will display just on :hover state
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 25em;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
    text-align: center;
}

A.info:hover SPAN TD {
	font-size: 0.8em;
}

*/

TD.stats {
	text-align: right;
	font-size: 1.1em;
	color: Green;
	padding: 0px 6px;
}

TH.stats-sub {
	text-align: right;
	font-size: 1.25em;
	font-weight: bold;
}

TH.stats-hdr {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

TH {
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}

TD.status {
	font-size: 1.5em;
	font-weight: bold;
}

TD.year {
	font-size: 1.0em;
	font-style: italic;
	vertical-align: top;
}
TD.syear {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
}
TD.eyear {
	font-size: 0.6em;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
}

TD.title {
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
}

TD.stitle {
	font-size: 0.9em;
	white-space: nowrap;
}

TD.etitle {
	font-size: 0.7em;
	white-space: nowrap;
}

TD.genre {
	font-size: 0.6em;
	white-space: nowrap;
	vertical-align: top;
}


TD.group {
	font-size: 1.25em;
	font-weight: bold;
	white-space: nowrap;
}

TD.misc {
	vertical-align: top;
}

TD.total {
	font-size: 0.9em;
	font-style: italic;
}

TD.formlabel {
	font-weight: bold;
	vertical-align: top;
}

TR.yellow {
	background-color: #fffaaa
}

TR.orange {
	background-color: #ffe0a0
}

TR.green {
	background-color: #afffaf
}

TR.normal {}

INPUT, TEXTAREA, SELECT {
	background-color: #fffaaa;
}

INPUT.ro {
	font-style: italic;
	vertical-align: top;
}

INPUT.automid {
	font-weight: bold;
	color: Green;
	vertical-align: top;
}

SMALL {
	font-size: 0.75em;
	font-style: italic;
}