﻿/* Colour classes */
.closed {
	background-color: #C0C0C0;
}
.unrated {
	background-color: White;
}
/*
 *
table,th,td {
	border: 0px;
	border-collapse: collapse;
}
.calendar {
	border: 2px black solid;
}
.calendar table/*,th,td*/ {
	border: 1px solid black;	
}
.centred {
	margin: 0 auto;
	text-align: center;
}
.header {
	border: 2px black solid;
	display: none;
}
#cal_table {
	padding: 2px;
	border: 2px black solid;
	margin: 0 auto;
	text-align: left;
}
.legend_table{
	width: 32px;
	height: 32px;
}
#legend_outer_table {
	width: 100%;
}
 *
 */
body {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}
h1 {
	font-size: 2.5em;
}
/*
	Change to body background colour requested by Trevor Stanning - made by Roger Croft 2012 01 20.
	NOTE: Consider moving this into a print css file and leaving the page colour consistent.
*/
body {
	background-color: #FFFFFF;
}