a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color:#00F;
}
a:visited {
	text-decoration: none;
	color:#00F;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color:#00F;	
}
body {
	text-align: center;
	min-width: 760px;
	background-color: #b0c4de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	color: #3C3C3C;
}
#wrapper {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width:780px;
	height:180px;
	z-index:1;
	background-color: #99CCFF;
}

#navbar {
	width: 180px;
	float: left;
	background-color: #d3d3d3;
	padding: 15px 10px 15px 20px;
}
#mainContent {
	float: right;
	width: 520px;
	background-color: #FFFFFF;
	padding: 15px 10px 15px 10px;
}
.errorHdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
#footer {
	clear: both;
	height: 60px;
	background-color: #9999FF;
	padding: 10px 10px 10px 20px;
	text-align: center;
}
.navLinks {
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
}

.bookingForm {
	font-size: 14px;
	font-weight: normal;
}

#wrapper #mainContent h1 {
	color: #0000FF;
	font-size: 18px;
	text-align: center;
}
#wrapper #mainContent h3 {
	font-size: 16px;
	color: #0000FF;
	text-align: left;
}

#wrapper #mainContent h2 {
	font-size: 16px;
	color: #0000FF;
	text-align: center;
}
.frmObjects {
	background-color: #FFFFCC;
}
#wrapper #mainContent #form1 #tbl_booking {
	text-indent: 20px;
}
#adminContent {
	top:180px;
	width:780px;
	height:auto;
	z-index:1;
	float: left;
	background-color: #CCCCCC;
}
#wrapper #adminContent h1 {
	font-size: 18px;
	color: #0000FF;
	text-align: center;
}
#wrapper #adminContent #tbl_updateAandP span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.availTable {
	background-color: #CCFFCC;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.updateForm {
	background-color: #CCFFCC;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#wrapper #adminContent #tbl_updateAandP td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.formHdg {
	font-weight: bold;
	background-color: #FFFF99;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper #adminContent h1 {
	font-size: 18px;
	color: #0000FF;
	text-align: center;
}
.specialOffer {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF99;
	text-align: center;
}
}.centre {
	text-align: center;
}
.updateForm {
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.tblupdateAandP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #CCFFCC;
	width: 50%;
}
.bold {
	font-weight: bold;
}
#key {
	width: 25%;
	table-layout: fixed;
	border: 1px solid #d3d3d3;
	background-color: #FFFF99;
}
#key td{
	width: 50%;
	border: 1px solid #d3d3d3;
}
#keyCellAvail{
	background-color: #CCFFCC;
}
#keyCellBooked{
	background-color: #FF0000;
}
#availTable {
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #d3d3d3;
}
#availTable th{
	border: 1px solid #d3d3d3;
}
