
/* TARIFF STYLES */

.enquiry_button {
	display: block;
	width: 138px;
	height: 15px;
	background: url(images/BUTMakeEnquiry.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
.tariff .tariffhead td {
	font-weight: bold;
	padding-bottom: 1em;
}
.tariff td {
	text-align: center;
	width: 99px;
}
.tariff a {
	font-weight: normal;
}
.tariff .s0 td, .tariff td.s0  {
	background: #d7ebee;
}
td.tariffcol {
	font-weight:bold;
	text-align: left;
	width: 120px;
}
.booked {
	background: #797565;
	color: #fff;
	font-weight: bold;
	padding: 0 4px;
	font-size: 10px;
}
.tariff .th {
	font-weight:bold;
}
.tariffhead {
	margin: 1.25em 0 .5em 0;
}

.invalid {
	background: #d7ebee;
}
