body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/common/water031.gif);	
}

h3{
	color:#1F0BE8;
}

/***** Table Cell attributes *****/
td{
	font-size:small;
}

td.td_smaller{
	font-size:smaller;
}

td.main_column{
	padding:18px;
	vertical-align:top;
}

td.menu_cell{
	padding:6px;
	border-top:1px solid #1F09F5;
	border-bottom:1px solid #1F09F5;
}	

td.apt_thumbs{
	border:1px solid #52BAF9;
}

td.apt_thumbs_text{
	padding:4px;
	color:#FFFFFF;
	border:1px solid #52BAF9;
}

/***** Booking table styles *****/
caption.booking{
	font-size:9pt;
	font-weight:bold;
}
td.booking_title{
	font-size:100%;
	font-weight:bold;
	background-color:#F1BB65;
}
td.booking_cell_booked{
	font-size:100%;
	cursor:pointer;
	background-color:#FF0000;
}	
td.booking_cell_vacant{
	font-size:100%;
	cursor:pointer;
	background-color:#FFFFFF;
}

/***** Link Styles *****/

a.menu:link{
	color:#1F09F5;
	text-decoration:none;
	font-weight:bold;
}
a.menu:visited{
	color:#1F09F5;
	text-decoration:none;
	font-weight:bold;
}
a.menu:active{
	color:#669999;
	text-decoration:none;
	font-weight:bold;
}
a.menu:hover{
	color: #669999;
	text-decoration:none;
	font-weight:bold;
}

a.bookings_2007:link{
	color:#000000;
	text-decoration:none;
}
a.bookings_2007:visited{
	color:#000000;
	text-decoration:none;
}
a.bookings_2007:hover{
	color:#0000cc;
	text-decoration:underline;
}

/***** Booking table styles *****/
a.booking_link:link{
	color:#000000;
	text-decoration:none;
}
a.booking_link:visited{
	color:#000000;
	text-decoration:none;
}
a.booking_link:hover{
	color:#000000;
	text-decoration:underline;
}	

/***** Bottom menu styles *****/
a.bottom_menu:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
a.bottom_menu:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
a.bottom_menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ab0000;
	text-decoration:underline;
}
.bottom_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#0000ab;
	font-weight:bold;
}

select{
	font-size:90%;
}	

	

