﻿body {
	margin: 0;
	padding: 0;
	background-color: #003399; /* Dollar Navy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*font-size: 0;*/
}

}

table.main {
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
}

img {
	border: none;
}


tr.header {
	background-image: url('images/HeaderBackground.gif');
	background-repeat: repeat-x;
	height: 115px;
	text-align: center;
}

table.HeaderContent {
	margin: 9px auto auto auto;
	padding: auto;
	width: 775px;
}

td.HeaderContentLeft {
	width: 215px;
}

td.HeaderContentRight {
	text-align: right;
	vertical-align: top;
	width: 215px;
	font-size: 14px;
	font-weight: bold;
	color: #003399;		/* Navy */
}

a.FontHeaderLink:link,
a.FontHeaderLink:visited
{
	color: #3380CC;					/* Bright Blue */
	text-decoration: none;
}

a.FontHeaderLink:hover
{
	color: #3380CC;					/* Bright Blue */
	text-decoration: underline;
}

a.FontHeaderLink:active
{
	color: #3380CC;					/* Bright Blue */
	text-decoration: none;
}

td.HeaderContentCenter {
	width: 340px;
}

a.HeaderMenuItem:link,
a.HeaderMenuItem:visited
{
	color: #FFFFFF;					/* White */
	text-decoration: none;
	display: block;
}

a.HeaderMenuItem:hover
{
	color: #333333;					/* Text Black */
	text-decoration: none;
	display: block;
}

a.HeaderMenuItem:active
{
	color: #FFFFFF;					/* White */
	text-decoration: none;
	display: block;
}

div.HeaderMenu {
	/*height: 28px;
	width: 775px;
	margin: auto;
	padding: auto;*/
}

table.body {
	width: 775px;
	margin: auto;
}

td.body {
	padding: 15px;
}

td.cornerTL {
	text-align: left;
	vertical-align: top;
}

td.cornerTR {
	text-align: right;
	vertical-align: top;
}

td.cornerBL {
	text-align: left;
	vertical-align: bottom;
}

td.cornerBR {
	text-align: right;
	vertical-align: bottom;
}

.footer {
	background-color: #3380CC;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: White;
	text-align: center;
	font-weight: bold;
}

td.formLabel {
	font-size: 0.9em;
	font-weight: bold;
	width: 32%;
	color: #333333;
}

.copyright {
	font-weight: normal;
	color: #89BBEE;
}

.textbox {
	font-size: 0.9em;
}

/* Navigation */

.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button-off.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 145px;
	height: 30px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 145px;
	height: 30px;
	vertical-align: bottom;
	float: left;
	color: black;
	text-decoration: none;
	position: relative;
}

.cssnav img
{
	/*width: 90px;
	height: 25px;*/
	border: 0
}

.cssnav span
{
	color: White;
	font-weight: bold;
/*	position: absolute;
	left: 100px;
	top: 5px;	*/
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 5px;
/*	width: 90px;*/
	text-align: left;
	padding-left: 23px;
	padding-top: 3px;
}

* html a:hover
{
	visibility: visible;
	width: 145px;
	height: 30px;
	vertical-align: bottom;
	background: url(images/button-off.gif) no-repeat;
}

.cssnav a:hover img
{
/*	visibility: hidden;*/
	width: 145px;
	height: 30px;
	vertical-align: bottom;
	background: url(images/button-on.gif) no-repeat;
}

a.navReservations {
	
}

a.navDirections {
	
}

h1 
{
    color: #003399; /* Dollar Navy */
    font-family: Verdana;
    font-size: large;
}

h2 
{
    color: Black;
    font-family: Verdana;
    font-size: medium;
}

/* calendar */

.MyCalendar .ajax__calendar_container {
    border:1px solid #003399;
    background-color: White;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
