/* @override http://new.somewheretostay.com.au/css/bookings.css */

.ratehead {
	font: bold 24px "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 10px 10px 10px 0;
}

.ratebod7 {
	background: #fbd7c3;
	border: 2px solid #d8b9a8;
	padding: 10px;
}

.booking-rates {
	border: solid 1px #fbd7c3;
}

.booking-rates td,
.booking-rates th {
	border: solid 1px #fbd7c3;
	padding: 3px 5px;
}

.booking-rates tr {
	background: #fffff0;
}

.booking-rates tr:hover {
	background: #f6f6e8;
}

.bookinput {
	padding: 5px;
	border: solid 2px #fbd7c3;
	background: #fff url(../images/templates/input-bg.gif) repeat-x left -15px;
}

.comp_table {
	width: 270px;
	margin: 0 0 20px 20px;
	font-size: 11px;
}

.comp_table th {
	font-weight: bold;
	border-bottom: 1px solid #d6b8a7;
	border-right: 1px solid #d6b8a7;
	padding: 0 3px;
}

.comp_table td {
	border-right: 1px solid #d6b8a7;
	border-bottom: 1px solid #d6b8a7;
	padding: 0 3px;
}

.comp_table .last {
	border-right: none !important;
}

.comp_table td.bottom {
	border-bottom: none !important;
}

.sts {
	font-weight: bold;
	color: #aa0000;
}