﻿/* Site Colors:
  #1A446C - blue grey
  #689DC1 - light blue
  #D4E6F4 - very light blue
  #EEE4B9 - light tan
  #8D0D19 - burgundy
*/

html { height: 100%; width: 100%; }
body {
  width: 100%; height: 100%; 
  margin: 0; padding: 0; border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; line-height: 15px;
  background: #EEE4B9;
}
body.printer {
  width: 100%; height: 100%; 
  margin: 0; padding: 0; border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; line-height: 15px;
  background: white;
}
img { border: none; }
a { color: #8D0D19; }
a:hover { color: #1A446C; }
	
#header { 
	height: 70px; 
	margin: 0; padding: 0; text-align: left; 
  background: #1A446C; color: #D4E6F4;
}
#header h1 { padding: 1em; margin: 0; }
#main { 
	height: 600px; width: 100%; 
	margin: 0; padding: 0; 
	/* background: #EEE4B9; */
}
#footer { 
	clear: both;
	height: 2em; margin: 0; padding: 1em; 
	text-align: center; 
  background: #1A446C;  color: #D4E6F4;
}

/* Navigation */
#navigation { 
	float: left;
	width: 150px; height: 100%; 
	margin: 0; padding: 0 2em; 
	color: #D4E6F4; background: #8D0D19;
}
#navigation a { color: #D4E6F4; text-decoration: none; }
#navigation a:hover { color: #FFFFFF; }
ul.subjects { 
	margin: 1em 0; padding-left: 0; list-style: none;
}
ul.pages { padding-left: 2em; list-style: square; font-weight: normal; }
.selected { font-weight: bold; }

/* Page Content */
#page { 
	float: left; height: 100%;
	padding-left: 2em; vertical-align: top; 
	/* background: #EEE4B9; */
}

#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }

.view-content {
	margin: 1em; padding: 1em; border: 1px solid #999;
}

div.message {
	border: 2px solid #8D0D19;
	color: #8D0D19; font-weight: bold;
	margin: 1em 0 ; padding: 1em;
}

/* errors */
.error {
	color: #8D0D19; border: 2px solid #8D0D19;
	margin: 1em 0; padding: 1em;
}
.error ul { padding-left: 2em; }

/* Schedule table */
.schedule-table {
  background: #EEEEEE;
}

.schedule-table tr{
	valign: top;
}

.schedule-table td {
	border: 1px solid #d0d7e5;
	color: #000000;
}

.schedule-table th {
	background:silver;
}

/* Admin table */
.admin-table {
  background: #EEEEEE;
}

.admin-table tr{
	valign: top;
}

.admin-table td {
	border: 1px solid #d0d7e5;
	color: #000000;
}

.admin-table th {
	background:silver;
}

div.pagebreak {
	page-break-after:always;
}

h2 {
	font-size:1.5em;
}

p {
	font-size: 1em;
}

a {
	font-size: 1em;
}


/* Mariners colors
	navy: #0c2c56;
	green: #005c5c;
	silver: #c4ced4;
	white: #ffffff;
*/

.Mariners td, .Mariners-Alternate .highlight td {
	background: #c4ced4;	
	color: #0c2c56;	
	white-space: nowrap;
}

.Mariners td a:link, .Mariners-Alternate .highlight td a:link {
	color: #0c2c56;
}

.Mariners td a:visited, .Mariners-Alternate .highlight td a:visited {
	color: #0c2c56;
}

.Mariners td a:hover, .Mariners-Alternate .highlight td a:hover {
	color: #005c5c;
}


/* Mariners alternate colors
	cream:  #ede7c4;  or try #faf4e5 for a lighter cream 
	blue: #002b75;
	gold: #ffc623;  or try #c0941e for a darker gold 
*/

.Mariners-Alternate {
	background: #faf4e5;
	color: #002b75;
	font-size: 1em;
}

body.Mariners-Alternate {
	margin: 0px;
	padding: .25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:normal;
}

.Mariners-Alternate .Banner{
	text-align:left;
}

.Mariners-Alternate .ColumnHeader{
	text-align: left;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
}

.Mariners-Alternate .CenterColumnHeader{
	text-align: left;
	margin: 0px;
	width: 700px
}

.Mariners-Alternate .CenterColumnHeader img {
	width: 100%;	
}

.Mariners-Alternate .RightColumnHeader {
	font-size: 1em;
	width: auto;
}

.Mariners-Alternate .LeftColumn {
	text-align:left;
	float:left;
	width: 720px; /* will stretch with embedded images, tables */
	display: table;
	margin-bottom: 1em;
}

.Mariners-Alternate a:link {
	color: #c0941e;
}

.Mariners-Alternate a:visited {
	color: #002b75;
}

.Mariners-Alternate a:hover {
	color: #ffc623;
}

.Mariners-Alternate thead  {
	background: #002b75;
	color: white;
}

.Mariners-Alternate td {
	background: #ffc623;
	color: #002b75;
	white-space: nowrap;
}

.Mariners-Alternate td a:link {
	color: #002b75;
}

.Mariners-Alternate td a:visited {
	color: #002b75;
}

.Mariners-Alternate td a:hover {
	color: #ede7c4;
}
