/* @override http://www.piratescoveresort.com/site/css/calendar.css */

table{
	border-width: 1px;
	border-color: #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 783px;
}

td{
	font-size: 15px;
	color: #404352;
	height: 125px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 100px;
	padding: 5px;
	background-color: #5dd2d0;
	text-align: left;
}

td.clear{
	color: #b88346;
	background-color: #fff;
}

p{
	font-size: 14px;
	color: #404352;
}

h2 {
	font-size: 58px;
	color: #404352;
	text-align: center;
	font-variant: small-caps;
}

h4{
	color: #fff;
	text-decoration: underline;
}

th {
	font-size: 16px;
	font-variant: small-caps;
	color: #fff;
	border-left-style: none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #4696b8;
}

img#calendar{
	width: 775px;
}