/* CSS Document */
body {
	background-color: #EEF1FA;
	margin: 0px;
	background-image:url(images/tile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color: #BD9637;
	margin-bottom: -12px;
	margin-top: -4px;
	font-size: 18px;
}

a {
	font-size: 12px;
	color: #BD9637;	
}

h3 {
	font-size: 12px;
	color: #333333;
	margin-bottom: -10px;	
}

p {
	font-size: 12px;
	color: #333333;
}

td {
	font-size: 12px;
	color: #333333;
}

th {
	text-align: left;
}

.hand {
	cursor: hand;
}

.resortinfo {
	font-size: 10px;
	color: #606060;
	text-align: right;
}

.resortheading {
	font-size: 12px;
	color: #606060;
	text-align: right;
	font-weight: bold;
}

.sidetextheading {
	color: #F3CF6F;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding-right: 7px;
}

.small {
	font-size: 9px;
	color: #BD9637;
}

.textbox {
	width: 95%;
	border-width:1px;
	border-color: #BC973C;
	color: #666666;
	font-size: 10px;
}

.bookingdate {
	width: 95%;
	border-width:0px;
	color: #BC973C;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

select {
	border-width:1px;
	border-color: #BC973C;
	color: #BC973C;
	font-size: 10px;
}

textarea {
	width: 95%;
	color: #BC973C;
	font-size: 12px;
	border-width:1px;
	border-color: #BC973C;	
	font-family:Arial, Helvetica, sans-serif;	
	}
	
.calendar {
	font-size: 9px;
}	

a.calendar {
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

img {
	border-color: #000000;
}