﻿body
{
	font-family: Verdana,Arial;
	font-size: small;
}

fieldset.fixedheightfieldset
{
	height: 240px;
	}

legend
{	font-weight: bold;

	}

table.menu
{
	width: 100%;
	margin-bottom: 10px;
}

td.menu
{
	background-image: url( 'GradButton.jpg' );
	background-color: #234D7F;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	padding: 0px 10px 0px 0px;
}

table.cal
{
	width: 99%;
}

td.calL
{
	text-align: left;
	width: 50%;
}

.calC
{
	text-align: center;
}

td.calR
{
	text-align: right;
	width: 50%;
}




a.menu
{
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
}

a.menu:hover
{
	color: silver;
}



.bookable
{
	color: Blue;
	font-size: small;
	text-decoration: none;
}

.nonbookable
{
	color: Gray;
	font-size: small;
	text-decoration: none;
}

#container
{
	margin: auto;
	height: 500px;
}

#left
{
	width: 300px;
	margin-bottom: 0;
	overflow: auto;
	float: left;
	height: 540px;
}

#main
{
	margin-left: 300px;
	color: #000000;
}
