/* sightings.css
//
// © Copyright 2000, 2001, 2002 Michael R. Mauger.  All Rights Reserved.
//
*/

@import "sightings-icons.css";

BODY {
	background: white url("notepaper-white.gif") repeat-y;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;  padding-bottom: 5px;
	border: 0;
	color: rgb(48, 48, 112);
	background-color: inherit;
}

H2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;  padding-bottom: 5px;
	border: 0;
	color: rgb(48, 48, 112);
	background-color: inherit;
}

TABLE.heading {
	border-style: none;
	border-top: 3px solid rgb(0, 0, 191);
	border-spacing: 0;
	padding: 1px;
}

TABLE.subheading {
	border-style: none;
	border-top: 1px solid rgb(0, 0, 207);
	border-spacing: 0;
	padding: 0;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

TH {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

TABLE.subheading TH {
	font-size: large;
}

.archive {
	margin: 1em 0 0 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.archive-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: small;
}

LI.symbol {
	font-family: "Times New Roman", Times, serif; 
	text-decoration: underline;
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}

LI.consist {
	z-index: 20;
	height: 12px;
	margin: 0;
	padding: 2px 0 0 0;
	margin-bottom: 10px;
	list-style: none;
}

IMG.signal, IMG.tunnel-main {
	z-index: 30;	/* in front of track */
	height: 12px;
	margin: 0;
	padding: 2px 0 0 0;
	position: absolute;
	display: none;
}

IMG.trackside {
	z-index: 10;	/* behind track */
	height: 12px;
	margin: 0;
	padding: 2px 0 0 0;
	position: absolute;
	display: none;
}

IMG.tunnel-east, IMG.tunnel-west {
	z-index: 5;	/* behind track and trackside objects */
	height: 12px;
	margin: 0;
	padding: 2px 0 0 0;
	position: absolute;
	display: none;
}

.note {
	margin: 0; margin-left: 20px; 
	padding: 0;
	font-style: italic;
}

P { 
	margin: 0; margin-bottom: 6px; 
	padding: 0;
}

IMG {
	border: 0 none;
}

A {
	text-decoration: none;
}

TD, TH { 
	padding: 0; 
	margin: 0;
}

.footer {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}

/* FOR DEBUG PURPOSES
 * /
TABLE  { border: 3px solid red; }
TR     { border: 2px solid orange; }
TD, TH { border: 1px solid green; }
/ *
 */
