﻿BODY {
	background-image: url('images/background-fade.png');
	background-repeat: repeat-x;
	background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
}

.HorizontalBG {
	background-image:url('images/banner-fade.png');
	background-repeat: repeat-y;
	background-color: white;
}

.NewsPanel {
	background-image: url('images/news-bg.jpg');
}

.ToolbarCell {
	text-align: center;
	background-color: #FF9900;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.MainPanel {
	background-color: #D6D6D6;
	white-space: normal;
}

A:active {
  color: #0000FF;
  text-decoration: none;
}

A:visited {
  color: #0000FF;
  text-decoration: none;
}

A:link {
  color: #0000FF;
  text-decoration: none;
}

A:active:hover {
  text-decoration: underline;
}

A:visited:hover {
  text-decoration: underline;
}

A:link:hover {
  text-decoration: underline;
}

.SuperHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: blue;
  font-weight: bold;
}

.MainHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: blue;
  font-weight: bold;
}

.SubHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: blue;
  font-weight: bold;
}

.NewsItem {
  line-height: 1.4em;
}

.NewsHeadline {
  font-weight: bold;
}

.NewsDate {
  font-size: 10px;
}

.BookingsCourtCell {
  border-top: 1px solid;
  border-left: 1px solid;
  line-height: 1.2em;
}

.BookingsHeaderCell {
  border-bottom: 1px solid;
  border-right: 1px solid;
  line-height: 1.2em;
	background-color: #FF9900;
  font-weight: bold;
  text-align: center;
}

.BookingsEmptyCell {
  border-bottom: 1px solid;
  border-right: 1px solid;
  text-align: left;
}

.BookingsBookedCell {
  border-bottom: 1px solid;
  border-right: 1px solid;
  background-color: #C0C0C0;
  text-align: left;
}

.BookingsCalendarCell {
  border-bottom: 1px solid;
  border-right: 1px solid;
  text-align: center;
  width: 25px;
}


