﻿input[type="submit"]
{
	background-color: #aa997e;
	color: #eeeeee;
}

.Key table
{
	padding: 10px;
	width: 60%
}

.Key td
{
	font-family: Verdana;
	font-size: x-small;
	white-space: nowrap;
}

.Cal table, .Cal tr, .Cal th, .Cal td
{
	border-color: #cccccc;
}

.Cal th, .Cal td
{
	border-style: dotted;
	border-width: thin;
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	padding: 1px 0px 1px 0px;
}

.Cal table, .Cal tr
{
	
}

.Cal table
{
	background-color: #7D8FAA;
	border-style: solid;
	border-width: medium;
	table-layout: fixed;
}

.Cal tr
{
	border-style: solid;
	border-width: thin;
	width: 13.5em;
}

.Cal th
{
	background-color: #003366;
	color: #cccccc;
	font-weight: bold;
}

.Cal td
{
	color: #003366;
	width: 10px;
}

.Cal li
{
	background-color: #003366;
	list-style-type: none;
	border-width: 0;
	width: 150px;
}

.Cal a, .Cal a:visited
{
	font-size: x-small;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 100%;
	color: #7D8FAA;
	border: 1px solid #7D8FAA;
	border-width: 0 1px 1px 0;
	white-space: nowrap;
}

.Cal a:hover
{
	background-color: #aa997e;
	color: #003366;
}

.bkd /*booked*/
{
	background-color: #444444;
}

.nav /*not available*/
{
	background-color: #444444;
}

.avl /*available low*/
{
	background-color: #0055AA;
}

.avm /*available mid*/
{
	background-color: #004488;
}

.avh /*available high*/
{
	background-color: #003366;
}

.corporatetext
{
	color: #7D8FAA;
}

.inner table
{
	border: 0;
	table-layout: fixed;
	width: 10em;
}

.inner td
{
	color: #003366;
}

.inner a
{
	text-decoration: none;
}