
body {
	background-color: #2F3A58!important;
}
#bookings-table, #bookings-table2 {
	display: block;
	float: right;
	width: 562px;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: 48px;
	margin-top: 30px;
}
#bookings-table {
	background-image: url(images/bookings-vtile.jpg);
}
#bookings-table2 {
	background-image: url(images/bookings-vtile2.jpg);
}
#bookings-header {
	display: block;
	width: 562px;
	height: 44px;
	background-image: url(images/bookings-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#booking-item {
	display: block;
	width: 532px;
	padding: 15px;
}

#booking-item h1 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2F3A58;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	border: 1px solid #2F3A58;
	border-bottom-style: none;
	color: #FFFFFF;
}
#booking-item h2 {
	font-size: 14pt;
	color: #777777;
	font-weight: normal;
}
#booking-item h3 {
	font-size: 9pt;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 5px;
}
#booking-item p {
	font-size: 9pt;
	color: #000000;
}
#booking-item hr {
	clear: right;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#total {
	font-size: 11pt;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
	border: 1px solid #2F3A58;
	border-top-style: none;
	padding: 5px;
	padding-right: 15px;
	background-color: #FFE8E8;
	letter-spacing: 2px;
}

#booking-itemtable {
	width: 100%;
	background-color: #F4F5F6;
	border-collapse: collapse;
	font-size: 9pt;
	border: 1px solid #2F3A58;
	border-top-style: none;
	color: #2F3A58;
}
#booking-itemtable th, #booking-itemtable td { border: 1px dotted #666; }

#booking-itemtable td {
	padding: 5px;
	text-align: center;
}
#booking-itemtable th[scope=row] {
	padding: 5px;
	text-align: left;
	width: 170px;
}
#booking-itemtable th[scope=col] {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.bookingnames {
	background-color: #FFFFFF!important;
	text-align: left!important;
}
#booking-itemtable td input {
	float: left;
}
.bookingnames input {
	float:none!important;
}
.bookingnames span {
	display: inline-block!important;
	width: 80px!important;
}
#bookings-footer, #bookings-footer2 {
	display: block;
	clear: left;
	width: 532px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bookings-footer {
	background-image: url(images/bookings-footer.jpg);
}
#bookings-footer2 {
	background-image: url(images/bookings-footer2.jpg);
}

#maintable {
	width: 342px;
	margin-left: 5px;
}
#iframeinfo {
	width: 342px;
	height: 500px;
	float: left;
	margin-top: 3px;
}
#calendertable {
	padding-left: 10px;
}
.calendarHeader {  
	color: #000000;
	font-weight: bold;
}
.calendarHeader td a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Script;
	font-size: 14pt;
	color: #FF0000;
	text-decoration: none;
}
.calendarToday { 
	background-color: #FFFFCC;
	border: #990000;
	border-style: solid;
	border-width: 1px;
}
.calendar { 
	border: 1px #666666 solid;
}
.calendar td {
	border: 1px #CCCCCC solid;
	color: #666666;
	font-weight: bold;
}
.no {
	border: 1px #666666 solid!important;
}

.calendar td a {
	color: #FF0000;
}
.floatleft {
	float: left;
}
.clearleft {
	clear: left;
}
.required {
	color: #CC0000!important;
}
.recommended {
	color: #006600!important;
}
.paypal {
	cursor: pointer;
}
#thumbimg {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#thumbimg a {
	color: #666666;
	text-decoration: none!important;
}
#thumbimg img {
	width: 100px;
	border: none;
}