﻿body
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: black;
}

#DesignedByBravia
{
	margin-top: 1em;
	font-size: xx-small;
	width: 120px;
}
#Logo
{
	float: left;
	width: 150px;
	height: 100px;
}
#Top
{
	float: left;
	width: 600px;
	height: 100px;
}


h1, h2, h3, h4, h5, h6
{

}
h1
{
	font-size: large;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: small;
}
.NavSection
{
	margin-bottom: 1em;
	background-color: white;
}


.fancyReservationSummary
{
	background-color: #3366cc;
}

.fancyReservationSummary div
{
	color: White;
}

.fancyReservationSummary div.header
{
	border-bottom: groove white 1px;
	font-weight: bold;
	font-size: larger;
	white-space: nowrap;
	margin-top: 0.5em;
}


a
{
	text-decoration: underline;
	color: #3366cc;
}
a:hover
{
	text-decoration: underline;
	color: #3366cc;
}
.nav
{
    	border-bottom: thin solid #3366cc;
	background-color: #003399;
	font-size: 12px;
}
.nav a
{
	padding-left: 0.2em;
	padding-right: 0.2em;
	color: #99ccff;
	text-decoration: none;
	display: block;
}
.nav a:hover
{
	background-color: #3366cc;
	color: white;
	text-decoration: none;
}
input, select, option
{
	font-size: smaller;
}
a.reservedDate, a.reservedDateS, a.reservedDateR, input.unReservedDate, a.unReservedDate
{
	height: 0.5em;
	border-top: solid thin black;
	border-bottom: solid thin black; 
	border-collapse:collapse;
	display: block;
}
a.reservedDateS
{
	border-left: solid thin black;
}
a.reservedDateR
{
	border-right: solid thin black;
}

div.reservedDate
{
	padding: 0px;
	height: 0.5em;
	display: block;
}
