﻿/* CSS layout: Concordia Theatre */
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none
}
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
body {
	background-color: #D3D8DC;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
}
p {
  font-size: small;
}
h1 {
	color: #0000FF;
	font-family: "Arial Black";
	line-height: 85%;
	margin-top: 4px;
	margin-bottom: 2px;
}
h2 {
	color: #0000FF;
	font-family: "Arial Black";
	line-height: 85%;
	margin-top: 4px;
	margin-bottom: 2px;
}
li {
	font-size: small;
	padding-bottom: 5px;
}
hr {
	color: #339933;
	background-color: #339933;
	height: 2px;
}
#pageContainer {
	background-color: #FFFFFF;
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
  background-color: #416078;
  height: 42px;
}
#top_nav {
  background-color: #C6CFD6;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	position: relative;
	width: 100%;
	background-color: #416078;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
}
#copyright {
	padding: 2px 2px 2px 10px;
	margin-right: 200px;
}
#todays_date {
	padding: 2px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.mainContent {
	vertical-align: top;
	padding: 10px;
}
.centre {
  text-align: center;
}
.no_border {
  border-width: 0;
}
/* clearfloat class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear: both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.ShowGuideDate {
  color: #FF0000;
  font-size: small;
  font-weight: bold;
}
.ShowGuideQuote {
	color: #696969;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}
.ShowguidePresent {
	font-weight: bold;
	font-size: small;
}
.ShowguideTable {
	text-align: center;
	font-size: small;
	color: #000099;
}
.sidebarMainPage {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	background-color: #008080;
	width: 128px;
	vertical-align: top;
}
.sidebarMainPage img {
	border: thin solid #000099;
}
.sidebarDetailPage {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	background-color: #339933;
	width: 128px;
	vertical-align: top;
}
.sidebarMenuTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
	border-collapse: collapse;
	width: 128px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebarMenuCell {
	border: 1px solid #000000;
	color: #808080;
}
.sidebarMenuFill {
	border: 1px solid #000000;
	background-color: #000000;
}
.ticketFont {
	font-weight: bold;
}
.warningFont {
	color: #FF0000;
	font-weight: bold;
}
.imgBorder {
	border: thin solid #000099;
}
.imgNoBorder {
	border-style: none;
}
.underline {
  text-decoration: underline;
}
