/*********** Booking Table **********/
.bookingtableouter {
	background: none;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
	text-align: center;
	border-collapse:collapse;
	border: none;
	margin-left: -9px;
	width: 730px;
}
.bookingtableouter a:hover {
	border-bottom: none;
}
.bookingtable tbody tr:hover, .bookingtableouter tbody tr:hover, #bookingenquirytable tbody tr:hover, .tarifftable tbody tr:hover {
	background: none;
}
.bookingtable tbody tr.year:hover, .tarifftable tbody tr.year:hover {
	background: #192148;
}
.bookingtable {
	background-color:#ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	text-align: center;
	width: 100%;
	border-collapse:collapse;
	border:1px solid #0C2B6F;
}
.bookingtable td, .bookingtable th {
	border-collapse: collapse;
	border:1px solid #192148;
	padding: 0 1px;
	vertical-align: middle;
    width: 100%;
}
.bookingtableouter td, .bookingtableouter th {
	padding: 0 1px;
	vertical-align: middle;
    width: inherit;
}
.bookingtableouter tbody th, .bookingtableouter tbody td {
    border-bottom: none;
}
.bookingtable td.booked {
	background-color:#CC0033;
}
.bookingtable td.unbooked {
	background-color:#97C07E;
}
.bookingtable td.changeover {
	background-color:#5B98AC;
}
.bookingtable td.specialoffer.booked {background: #CC0033 url(/images/specialoffer-dot.png) no-repeat center 1px;}
.bookingtable td.specialoffer.unbooked {background: #97C07E url(/images/specialoffer-dot.png) no-repeat center 1px;}
.bookingtable td.specialoffer.changeover {background: #5B98AC url(/images/specialoffer-dot.png) no-repeat center 1px;
}
.bookingtable td a {
	display: block;
	height: 32px;
	width: 100%;
	line-height: 32px;
}
.bookingtable td a:link, .bookingtable td a:visited {
	text-decoration:none;
}
.bookingtable td a:hover, .bookingtable td a:active {
	text-decoration:underline;
}
table.bookingtable .year {
	background-color: #192148;
	color: #fff;
}
table.bookingtable .year th {
	border: 1px solid #555;
}
img {
	border:0px;
}
table.booking th,
table.booking td
{
	color:#000000;
	font-size:12px;
}
.bookingtable .currentDay {
	border: 2px solid #ff0;
}
.bookingtable td {
	height: 32px;
	text-align:center;
}
.bookingtable th {
	text-align: center;
}
.bookingtable .day6, .bookingtable .day7 {
	color: #ff9;
}
.bookingtable .yearheader {
	font-size: 13px;
}
.bookingtable .monthName {
	color: #000;
}
.bookingtable td.days:hover, .bookingtable td.days:hover a {
	background-color: #9F0;
	color: #000;
}
.bookingtable td.specialoffer.changeover a:hover {
	background: #9F0 url(/images/specialoffer-dot.png) no-repeat center 1px;
	color: #000;
}
.bookingtable .day6 a, .bookingtable .day7 a {
	color: #ff3;
}
.bookingtable .day7 {
	font-weight: bold;
}
#colourkey img {
	border:1px solid #192148;
	margin: 0 0 -6px 15px;
}
#colourkey {
	text-align: center;
	padding-top: 8px;
}
.bookingtable .yearheader span {
	font-size: 18px;
}
.backyearlink a {
	background-color: #192148;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: bold;
}
.backyearlink {
	margin-bottom: 20px;
}
.backyearlink a:link, .backyearlink a:visited {color: #fff; text-decoration: none;}
.backyearlink a:hover, .backyearlink a:active {background-color: #97C07E; text-decoration: none;
}
.tarifftable {
	background-color:#ffffff;
	/*font-size: 12px;*/
	font-weight: normal;
	line-height: 20px;
	width: 100%;
	margin: 0 auto 20px;
	border-collapse:collapse;
	border:1px solid #192148;
}
.tarifftable td, .tarifftable th {
	padding: 3px 5px;
	border-collapse: collapse;
	border:1px solid #192148;
	width: auto;
}
table.tarifftable th {
	border: 1px solid #555;
	text-align: left;
}
.weeklytariff {
	width: 100%;
	border-bottom: 1px solid #333;
}
.weeklytariff td, .weeklytariff th {
	padding: 5px;
	border-collapse: collapse;
	border-bottom: 1px dotted #333;
	border-left: none;
	border-right: none;
}/*
.weeklytariff th {
	border: 1px solid #000;
	text-align: left;
}*/
.ui-tooltip {
    padding: 3px 5px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    box-shadow: 0 !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	border: 1px solid #999 !important;
	background: #FFFECA !important;
	line-height: 1.3 !important;
}
#bookingenquirytable {
	background: none;
	border: none;
	font-size: 1.1em;
}
#bookingenquirytable tbody th, #bookingenquirytable tbody td {
	border-bottom: none;
	width: auto;
	padding: 5px 2px;
}
#bookingenquirytable label {
	width: auto;
	float: right;
	margin-right: 0;
	display: inline;
	padding-top: 2px;
}
#bookingenquirytable label.durationlabel {
	float: none;
}
#bookingenquirytable input[type=text], #bookingenquirytable textarea {
	background: #fff;
	border: 1px solid #192148;
}
#bookingenquirytable input[type=submit] {
	background: #192148;
	color: #fff;
	border-radius: 4px;
	padding: 3px 10px;
	border: none;
}
#bookingenquirytable .highlight {
	color: #f00;
	font-weight: bold;
}
#blue_box {
    background-color: #999;
    border: 1px solid #3F6B3A;
    margin: 25px auto auto;
    text-align: center;
    width: 100%;
}
#blue_box p {
    margin: 0;
    padding: 2px;
}
.sbnotavailable {
	background-color: #999;
}