﻿/* FOOTER */
#footer
{
	color: #999;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	height: 79px;
	padding-top: 21px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src=  'Images/border_bottom_white.png' );
}
html > body #footer
{
	background: transparent url(Images/border_bottom_white.png) no-repeat top left;
}
#footer div.center
{
	width: 720px;
	margin: 0 auto;
}
#footer ul
{
	color: #887B72;
	overflow: auto;
	width: 100%;
	border-top: solid 4px #EEE;
	padding-top: 4px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}
#footer li
{
	float: left;
	display: inline;
	margin: 0 6px;
}
#footer li a
{
	color: #887B72;
	text-decoration: none;
}

/* BOAT AVAILABILITY CALENDAR */
.calFree
{
	background: url(Images/Calendar/free.gif) no-repeat;
}
.calD_Unavailable
{
	background: url(Images/Calendar/d_Unavailable.gif) no-repeat;
}
.calD_TentUnavailable
{
	background: url(Images/Calendar/d_TentUnavailable.gif) no-repeat;
}
.calD_Tentative
{
	background: url(Images/Calendar/d_Tentative.gif) no-repeat;
}
.calD_Firm
{
	background: url(Images/Calendar/d_Firm.gif) no-repeat;
}
.calN_Unavailable
{
	background: url(Images/Calendar/n_Unavailable.gif) no-repeat;
	height: 100%;
}
.calN_TentUnavailable
{
	background: url(Images/Calendar/n_TentUnavailable.gif) no-repeat;
	height: 16px;
	margin: 0;
	padding-top: 3px;
}
.calN_Tentative
{
	background: url(Images/Calendar/n_Tentative.gif) no-repeat;
	height: 100%;
}
.calN_Firm
{
	background: url(Images/Calendar/n_Firm.gif) no-repeat;
	height: 100%;
}
