body, textarea {
	padding: 0;
	margin: 8px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body {
	background-color: #778288;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h2, h3 {
	margin: 4px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:white;
	font-size:150%;
}

form {
	display: inline;
}

table {
	border-collapse: collapse;
}

a {
	color: blue;
}

hr {
	height: 1px;
	color: #B3B3B3;
	background-color: #B3B3B3;
}

blockquote {
	margin:0.5em 0 0.5em 2em;
}

ul {
	margin-bottom:0.3em;
}

.available, .availableLight, .selected, .selectedLight, .unavailable, .unavailableLight, .booked, .bookedLight, .video, .videoLight, .videoBooked, .videoBookedLight {
	width:15px;
	text-align:centre;
	padding:0;
	font-size:xx-small;
}

.available, .availableLight, .video, .videoLight {
	cursor:hand;
}

.available {
	background-color: #F9F9F9;
}

.availableLight {
	background-color: #FFFFFF;
}

.selected, .selectedLight {
	background-color: lime;
}

.unavailable, .unavailableLight, .booked, .bookedLight, .videoBooked, .videoBookedLight {
	cursor:no-drop;
}
.unavailable {
	background-color: #C2C2C2;
}

.unavailableLight {
	background-color: #DBDBDB;
}

.booked {
	background-color: #FF8080;
}

.bookedLight {
	background-color: #FF9090;
}

.video, .videoBooked {
	background-color: #D8D656;
}

.videoLight, .videoBookedLight {
	background-color: #E9E87F;
}

.star {
	color: blue;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.header {
	background-color: #F2F2F2;
}


.footer {
	background-color: #F6F6F6;
}

.light {
	background-color: #FAFAFA;
}

.lighter {
	background-color: #FDFDFD;
}

.button {
	border-style: outset;
	border-color: #FAFAFA;
	border-width: 2px;
	background-color: #F0F0F0;
	height: 1.9em;
}

.dimmed, .dimmed td {
	color: #777777;
}

tr.noPaddingBottom td {
	padding-bottom: 0;
}

.subtleLink {
	text-decoration: none;
	color: black;
}

.clearer {
	letter-spacing: 0.1em;
}

.stage {
	background-color: #E0E0E0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

table#stages {
	cursor: default;
}

table#stages td {
	font-size: xx-small;
	color: #B3B3B3;
}

table#stages td#selectedStage {
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	border: 1px solid #B3B3B3;
	padding: 0.3em 0.5em 0.3em 0.5em;
}


table#stages a {
	text-decoration: none;
	color: #B3B3B3;
}


table#stages td.hspacer {
	text-align: center;
	background-image: url(images/horizline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

table#stages td.vspacer {
	text-align: center;
	background-image: url(images/vertline.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.bookingContact {
	color:white;
	padding-right:20px;
}

.comment {
	color:#2200FF;
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
	
	
	margin:0px;
	padding:0px;
	font-size:1px;
	visibility:hidden;
	
}

.question {
	color:#9E069C;
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
	
	
	margin:0px;
	padding:0px;
	font-size:1px;
	visibility:hidden;
	
}

input[disabled]
{
	color:white;
	background-color:white;
}