body {
	background-color: black;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url( 'img/grad_bg.gif' );
	color: silver;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#header {
	position: fixed;
	z-index: 1;
	top: 0;
	height: 15%;
	left: 0;
	width: 100%;
	overflow: visible;
	text-align: center;
	font-family: cursive;
	font-size: xx-large;
	background-color: inherit;
}

#menubar {
	position: fixed;
	z-index: 1;
	top: 15%;
	height: 80%;
	left: 0;
	width: 15%;
	overflow: visible;
	font-size: smaller;
	background-color: inherit;
}

#menubar a {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#menubar a, #menubar a:link, #menubar a:visited {
	color: silver;
	text-decoration: none;
	display: block;
}

#menubar a:hover {
	background-color: silver;
	color: black;
	text-decoration: none;
	display: block;
}

#body {
	z-index: 0;
	padding-top: 15%;
	padding-bottom: 5%;
	padding-left: 15%;
	padding-right: 5%;
	min-width: 75%;
	max-width: 75%;
}

#body a, #body a:link {
	color: silver;
}

#body a:visited {
	color: grey;
}

#footer {
	position: fixed;
	z-index: 1;
	top: 95%;
	height: 5%;
	left: 0;
	width: 100%;
	overflow: visible;
	text-align: center;
	font-size: xx-small;
	background-color: inherit;
}

table.news {
	width: 90%;
}

table.news tr td {
	padding-top: 0.5em;
	padding-bottom: 2em;
}

table.news tr.newsheader td {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
}

table.news tr.newsheader td.date {
	width: 7em;
}

.clear {
	clear: both;
	padding-top: 10ex;
}

img#outside {
	margin-left: -320px;
	padding-left: 50%;
}

table.schedule th.day {
	text-align: left;
}

table.schedule td.day {
	width: 2em;
}

table.schedule td.time {
	padding-right: 1em;
	text-align: right;
}

table.schedule td span.full {
	color: red;
	font-weight: bold;
}

table.schedule td span.new {
	color: green;
	font-weight: bold;
}

.super {
	font-size: smaller;
	vertical-align: super;
}

.footnote {
	font-size: small;
}

.prices td {
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
}

.prices th, .prices td.na {
	text-align: center;
}
 .prices th.numpmts {
 	text-align: right;
}

.prices .value {
	font-weight: bolder;
	font-size: larger;
	font-style: italic;
}

div.seasonselect {
	text-align: right;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

div.differentSeasonNotice {
	margin-top: 1ex;
	margin-bottom: 1ex;
	background-color: yellow;
	color: black;
	text-align: center;
	font-weight: bold;
	border: medium;
	border-color: red;
	border-style: double;
}

div.wikimarkup h1 {
	font-size: medium;
}

div.wikimarkup h2 {
	font-size: medium;
	font-style: italic;
}

div.wikimarkup h3 {
	font-size: small;
}

div.wikimarkup h4 {
	font-size: small;
	font-style: italic;
}

div.wikimarkup h5 {
	font-size: x-small;
}

div.wikimarkup table {
	border: medium;
	border-color: silver;
	border-style: solid;
	border-collapse: collapse;
}

div.wikimarkup table th {
	border: thin;
	border-style: solid;
	border-color: silver;
	background-color: silver;
	color: black;
}

div.wikimarkup table td {
	border: thin;
	border-style: solid;
}

div.wikimarkup a, div.wikimarkup a:link, div.wikimarkup a:hover {
	color: silver;
	text-decoration: underline;
}

div.wikimarkup a:visited {
	color: gray;
	text-decoration: underline;
}
