th{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
.header{
	background-color: #66CCFF;
	text-align:center;
	font-size:16pt;
	color: #fff;
}
/* COLOUR THE BOOKING CELLS */
.status3{
	background-color: red;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
.status1{
	background-color: #A92047;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
.status2{
	background-color: #666;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
.empty{
 	background-color: #8CCF00;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
.weekend{
  	background-color: #ccc;
  	color: #333;
  	font-weight: bold; 
  	font-size:10px;
  	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	text-align:center;
}
.weekday{
 	background-color: #ddd;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	text-align:center;
	font-size:10px;
}
.today{
	background-color: orange;
	border-left: solid #fff 1px;
	border-bottom: solid #fff 1px;
	text-align:center;
	font-size:10px;
}
.date{
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	color: #FFF;
	border-bottom:#ffffff solid 1px;
}

.highlighted{
	text-decoration: line-through;
}
.bookings{

}
#booking_info{
	border:0;
	width:350px;
	font-family: verdana;
}
.booking_info_header_row{
	border:0;
	background-color: #ccc;
	color: #fff;
}
.booking_info_row{
	border:0;
	width: 50%;
}
.booking_info_cell{
	border:0;
}
#guest_details{
	visibility:hidden;
	width:350px;
	overflow: auto;
	border: 1px dashed #999;
	position: absolute;
	left: 250px;
	top:50px;
	background-color: #eee;
	padding: 3px;
}
#booking_cal_1{
	left: 0px;
	padding: 6px;
	position:relative;
}
#booking_cal_2{
	left: 0px;
	padding: 6px;
	position:relative;
}
.booking_month{
	background-color: #999;
	border:0;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	padding-top:1px;
	padding-bottom:1px;
}
.booking_cell{
	border-left:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
.booking_month_over{
	background-color: #666;
	border:0;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	padding-top:1px;
	padding-bottom:1px;
}
.booking_month_sel{
	background-color: orange;
	border:0;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.booking_month a:link, .booking_month a:visited, .booking_month a:active{
	background-color: #999;
	border:0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#dhtmltooltip{
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: #FFFFE0;
	visibility: hidden;
	z-index: 101;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 102;
	visibility: hidden;
}
.ezpz_form_label{
	 font-size: 12px;
	 width:100%;
	 display: inline;
	 text-align:left;
}
.ezpz_form_text{
	width: 140px;
	height: 20px;
	font-size: 14px;
	border: #333 solid 1px;
	padding-left:5px;
	font-weight: normal;
}
.ezpz_form_select{
	height: 20px;
	font-size: 14px;
	border: #333 solid 1px;
	font-weight: normal;
}
.ezpz_form_textarea{
	font-family: verdana;
	width: 160px;
	height: 100px;
	font-size: 14px;
	border: #333 solid 1px;
	padding-left:5px;
	font-weight: normal;
}
.ezpz_form_submit{
	width: 160px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
}
.ezpz_req, .error{
	color: red;
	font-weight:bold;
}