/*
 * Author:		$Author: michael $
 * Subject:		Primary css style definitions used as the default for all pages.
 * Revision:	$Id: base.css,v 1.6.2.2 2011/02/22 16:18:28 michael Exp $
 */

A:link {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: green;
	text-decoration: none;
}
A:visited {
	color: blue;
	text-decoration: none;
}
A:visited:hover {
	color: green;
	text-decoration: none;
}
A:link.Menu {
	color: white;
}

A:hover.Menu {
	color: cornsilk;
}
A:visited.Menu {
	color: white;
}
A:visited:hover.Menu {
	color: cornsilk;
}
BODY {
	background-color: silver;
/*	background-color: #cccc99;	*/
/*	background-color: #006600;	*/
/*	background-image:url(../images/GCPlogo.gif); */
/*	background-repeat: no-repeat; */
/*	background-position: top center; */
	background-image:url(../images/background.jpg);
/*	background-color: white; */
	margin: 0px;
	padding: 0px;
 }
DIV.Canvas {
/*	background-image: url(../images/GCPgraphicV3.gif); */
	background-image: url(../images/Canvas.gif);
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 200px;
	min-height: 1280px;
	width: 100%;
}
H1.Title {
	background-image: url(../images/brass.jpg);
	width: 80%;
	border-top: 2px solid grey;
	border-left: 2px solid grey;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	padding: 2px;
	margin: 5px auto;
	cursor: default;
}
DIV.Title {
	background-image: url(../images/wood.jpg);
	width: 700px;
	border-top: 2px solid #996633;
	border-left: 2px solid #996633;
	border-bottom: 2px solid #660000;
	border-right: 2px solid #660000;
	padding: 1px;
	margin: 5px auto 0px;
}
DIV.Toolbar {
	color: goldenrod;
	font-size: 24px;
	font-weight: bold;
}
DIV.Toolbar SPAN.Menu {
	color: black;
}
DIV.Toolbar SPAN.Menu A:link.Action {
	color: antiquewhite;
}
DIV.Toolbar SPAN.Menu A:hover.Action {
	color: antiquewhite;
	background-color: darkgreen;
}
DIV.Toolbar SPAN.Menu A:visited.Action {
	color: antiquewhite;
}
DIV.Toolbar SPAN.Menu A:visited:hover.Action {
	color: antiquewhite;
	background-color: darkgreen;
}
DIV.Trail {
/*	background-color: white; */
/*	background-image: url(../images/brass.jpg);
	border: solid 1px silver; */
	width: 700px;
	text-align: left;
	margin: 10px auto 10px;
}
DIV.Content {
/*	background-color: #999966;	*/
/*	background-attachment: fixed;	*/
/*	width: 650px;	*/
/*	border-top: 2px solid #003300;
	border-left: 2px solid #003300;
	border-top: 2px solid #996633;
	border-left: 2px solid #996633;
	border-bottom: 2px solid #660000;
	border-right: 2px solid #660000;	*/
/*	padding: 50px 1px 1px 125px;
	margin: 10px 0px 10px 75px; */
/*	margin: 0px auto;	*/
}
DIV.Content .Section {
	font-family: Arial, Helvetica, sans-serif;
}
DIV.Content .Section .Header {
	font-weight: bold;
	font-size: 18px;
	cursor: default;
}
DIV.Content .Section .Detail {
}
.Title {
	font-weight: bold;
	font-size: 32px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.SectionOld {
	background-color: white;
	border-left: solid 2px #666666;
	border-top: solid 2px #666666;
	border-right: solid 2px #663300;
	border-bottom: solid 2px #663300;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: default;
}
.Caption {
	font-size: small;
	font-style: italic;
	cursor: default;
}
SPAN.Menu {
	 font-weight: bold;
	 cursor: default;
}
.Date {
	text-align: center;
}
.List {
	background-color: #333300;
	border-spacing: 1px;
/*	border: 2px solid #333300; */
}
.List .Header {
	color: silver;
	cursor: default;
/*	background-color: #003300; */
/*	background-color: #814d29; */
}
.List .Header .Date {
	text-align: center;
}
.List .Header .Number {
	text-align: right;
}
.List .Header .Text {
	text-align: left;
}
.List .Detail {
/*	background-color: #f3f0d6; */
	background-color: #4E6800;
	vertical-align: top;
}
.List .Detail .Date {
	text-align: center;
}
.List .Detail .Number {
	text-align: right;
}
.List .Detail .Text {
	text-align: left;
}
.List .Summary {
	cursor: default;
	font-weight: bold;
/*	background-color: #003300; */
/*	background-color: #814d29; */
}
.List .Summary .Date {
	border-top: 2px solid black;
	text-align: center;
}
.List .Summary .Number {
	border-top: 2px solid black;
	text-align: right;
}
.List .Summary .Text {
	border-top: 2px solid black;
	text-align: right;
}
.List th {
	padding: 2px;
}
.List td {
/*	border: 1px solid #dddddd;	*/
/*	border: 1px solid silver;	*/
	background-color: silver;
	padding: 2px;
	vertical-align: top;
}
