/* Generic properties */

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.r {
	text-align: right
}

.m {
	vertical-align: middle;
}

.b {
	font-weight: bold;
}

.h {
	display: none;
}

/* */

body {
	background: url(../images/layout/bg_body.jpg) repeat-x;
	font-family: arial, Helvetica, Tahoma, Sans-serif;
	font-size: 0.75em;
	line-height: 1.47em;
	color: #666;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#shadow_wrapper {
	width: 980px;
	background: url(../images/layout/bg_shadow_wrapper.png) no-repeat top center;
	padding: 0 10px;
}

#content_wrapper {
	width: 960px;
	background: #FFF;
	padding: 0 10px;
}

#header {
	height: 144px;
	background-color: #16214E;
	margin-bottom: 2px;
	position: relative;
}

#header div.header_number {
	position: absolute;
	right: 0;
	top: 45px;
	background: #030F39;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.8em;
}

#header div.header_email {
	position: absolute;
	right: 0;
	top: 90px;
	background: #030F39;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
#header a {
	color: #ffffff;
}

#menu_bar {
	height: 40px;
	background: url(../images/layout/bg_menu.jpg) repeat-x;
	margin-bottom: 2px;
}

#main_col {
	float: left;
	width: 758px;
	margin-right: 2px;
}

#sub_col {
	float: right;
	width: 200px;
}

#footer {
	background: url(../images/layout/bg_footer.jpg) repeat-x;
	height: 150px;
	border: 10px solid #FFF;
	padding: 20px;
}
#footer div {
	float: left;
	width: 250px;
}
#footer div p.highlight {
	margin: 0;
	padding: 2px 20px;
	font-weight: bold;
	color: #8EC000;
}
#footer div ul li {
	margin: 0;
	padding: 2px 20px;
	border-top: 1px solid #CCCCCC;
	color: #ffffff;
}
#footer div ul li a {
	color: #ffffff;
}


#subfooter {
	margin: 0 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	text-align: center;
	color: #666;
	font-size: 0.92em;
	padding-bottom: 20px;
}

.panel-wrapper {
	text-shadow: 0.125em 0.125em 0.125em #222222;
}
.panel-wrapper h1 {
	color: #FFF;
	margin-bottom: 0;
}

.panel-wrapper h3 {
	color: #A8D426;
	margin-bottom: 0;
}

.panel-wrapper table.offerbox td.desc p {
	color: #FFF;
}

.panel-wrapper table.offerbox {
	width: 570px;
	color: #FFF;
	line-height: 1em;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
.panel-wrapper table.offerbox .saving {
	font-size: 5.5em;
	line-height: 1em;
	letter-spacing: -0.1em;
}

.panel-wrapper h1 span.note {
	font-size: 0.5em;
	color: #FFF;
	letter-spacing: 0.01em;
	text-transform: lowercase;
	line-height: 0.75em;
}

.panel-wrapper p.blurb {
	position: absolute;
	top: 85px;
	left: 180px;
	color: #FFF;
	width: 420px;
	text-shadow: 0.1em 0.1em 0.1em #16214E;
}

.panel-wrapper .site_button {
	position: absolute;
	right: 20px;
	top: 150px;
}

.banner_buttons {
	height: 35px;
	background: url(../images/layout/bg_menu.jpg) repeat-x;
}

.banner_buttons ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.banner_buttons ul li {
	float: left;
	border-right: 2px solid #FFF;
}

.banner_buttons ul li.last {
	float: left;
	border-right: 0px;
}

.banner_buttons ul li a {
	display: block;
	height: 26px;
	width: 188px;
	padding: 9px 0 0;
	text-decoration: none;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.banner_buttons ul li.active {
	background: url(../images/layout/bg_button_sel.jpg) repeat-x;
}

.banner_buttons ul li.active a {
	color: #FFF;
	text-shadow: 1px 1px 1px #660000;
}

.content_box {
	border: 1px solid #CCC;
	padding: 20px 15px;
	margin-bottom: 2px;
	background-color: #FFF;
}

.content_box.dark {
	background-color: #EEE;
}

.content_box.sub {
	padding: 10px 15px 0;
}

.content_box.left {
	float: left;
	width: 524px;
	height: 224px;
	padding: 20px 15px 0;
}

.content_box.right {
	float: right;
	width: 178px;
	padding: 15px 10px 0;
	height: 477px;
}

.columns_2 {
	float: left;
	width: 340px;
}

.columns_3 {
	float: left;
	width: 217px;
	border: 1px solid #CCC;
	padding: 20px 15px;
	background-color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
}

.columns_3.last {
	margin-right: none;
	width: 222px;
	margin-right: -1px;
}

ul.offers li a {
	display: block;
	margin-bottom: 3px;
	height: 30px;
	background: url(../images/layout/bg_offer.png) top right no-repeat;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}

ul.offers li span.price {
	text-align: right;
	display: block;
	float: left;
	color: #990000;
	font-weight: bold;
	padding-right: 5px;
	background: url(../images/layout/bg_offer_cap.png) top left no-repeat;
	height: 30px;
	width: 55px;
	margin-right: 5px;
	font-size: 1.2em;
}

ul.offers li.highlight span.price {
	color: #FFF;
	background: url(../images/layout/bg_offer_cap_highlight.png) top left no-repeat;
}

ul.special_offers li a {
	display: block;
	margin-bottom: 3px;
	height: 40px;
	background: url(../images/layout/bg_special_offer.png) top right no-repeat;
	color: #333;
}

ul.special_offers li span.cap {
	display: block;
	float: left;
	color: #9FD500;
	font-weight: bold;
	background: url(../images/layout/bg_special_offer_cap.png) top left no-repeat;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 2.5em;
	text-align: center;
	text-shadow: 1px 1px 1px #598400;
}

ul.special_offers li span.price {
	text-align: right;
	display: block;
	float: right;
	color: #990000;
	font-weight: bold;
	height: 40px;
	width: 150px;
	font-size: 1.5em;
	padding-right: 20px;
	line-height: 0.8em;
}

ul.special_offers li span.price span {
	font-size: 0.5em;
}

ul.special_offers li span.thumb {
	float: left;
	width: 40px;
	margin-right: 30px;
}

.clear_box {
	clear: both;
}

.price {
	font-family: Tahoma, Verdana, arial, Helvetica, Sans-serif;
}

input.site_button {
	border: none;
	display: block;
	background: url(../images/layout/bg_button_input.png) top right no-repeat;
	height: 30px;
	width: 149px;
	text-align: center;
	font-size: 0.95em;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #598400;
	font-family: arial;
	margin: 0 auto;
}

a.site_button {
	display: block;
	float: left;
	background: url(../images/layout/button_green_right.png) top right no-repeat;
	padding-right: 8px !important;
	height: 33px;
	font-size: 0.95em;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #598400;
}

a.site_button span {
	background: url(../images/layout/button_green.png) top left no-repeat;
	padding: 7px 10px 10px 15px;
	line-height: 14px;
	display: block;
}

a.site_button span.search {
	padding: 7px 35px 10px 40px;
	margin-left: 24px;
}

a.calendar_box {
	width: 120px;
	height: 115px;
	background: url(../images/layout/bg_calendar_standard.png) no-repeat;
	position: relative;
	float: left;
	margin-right: 14px;
	text-decoration: none;
	text-align: center;
	color: #333;
	margin-top: 5px;
}

a.calendar_box.highlight {
	background: url(../images/layout/bg_calendar_highlight.png) no-repeat;
	color: #FFF;
}

a.calendar_box.last {
	margin-right: 0;
}

a.calendar_box span.date {
	position: absolute;
	top: 13px;
	left: 0;
	width: 120px;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}

a.calendar_box span.tag {
	
	position: absolute;
	top: 45px;
	left: 0;
	width: 120px;
}

a.calendar_box span.price {
	color: #990000;
	position: absolute;
	top: 75px;
	left: 0;
	width: 120px;
	font-size: 2.92em;
	font-weight: bold;
	letter-spacing: -0.08em;
}

a.calendar_box.highlight span.price {
	color: #FFF;
}

a.offer_box {
	display: block;
	background: url(../images/layout/bg_offer.png) top right no-repeat;
	height: 40px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 3px;
}

a.offer_box span.cap {
	display: block;
	font-family: Tahoma, Verdana, arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 2.50em;
	text-align: center;
	background: url(../images/layout/bg_offer_cap.gif) no-repeat;
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 40px;
	color: #FFF;
	padding-top: 10px;
}

a.offer_box span.price {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.67em;
	color: #990000;
	font-weight: bold;
	letter-spacing: -0.05em;
}

a.offer_box span.thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
}

a.offer_box span.desc {
	display: block;
	position: absolute;
	top: 2px;
	left: 100px;
	color: #333;
	width: 320px;
}

a.theme_box {
	display: block;
	background: url(../images/layout/bg_theme.png) top right no-repeat;
	height: 49px;
	width: 160px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 3px;
	padding: 10px;
}

a.theme_box.last {
	margin-bottom: 15px;
}

a.theme_box.highlight {
	background: url(../images/layout/bg_theme_highlight.png) top right no-repeat;
	color: #FFF;
}

a.theme_box span.thumb {
	float: left;
	height: 54px;
	width: 65px;
	padding-right: 10px;
}

a.theme_box span.title{
	font-size: 1.25em;
	text-transform: uppercase;
	width: 95px;
	font-weight: bold;
}

a.theme_box span.link{
	position: absolute;
	top: 45px;
	left: 80px;
}

.sub_col_heading {
	padding: 5px 10px;
	background: url(../images/layout/bg_button_sel.jpg) repeat-x;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar_box {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 15px 5px;
	margin-bottom: 2px;
}

.sub_col_heading.dark {
	background: #333333;
}

.sidebar_box.dark {
	background: #333333;
	border: none;
}
.sidebar_box.dark p {
	color: #FFF;
}
.sidebar_box.dark a {
	font-weight: bold;
	color: #98CB00;
	text-transform: uppercase;
}

.sidebar_box input[type=checkbox] {
	margin-left: 5px;
}

.sidebar_box label {
	color: #666;
	padding: 10px;
	line-height: 1.8em;
}

.sidebar_box label.heading {
	font-weight: bold;
}

.sidebar_box input[type=text],
.sidebar_box select {
	border: 1px solid #CCC;
	padding: 3px 5px;
	font-size: 1em;
	color: #666;
	background-color: #FFFFFF;
	font-family: arial, Helvetica, Sans-serif;
	margin-bottom: 3px;
}

.sidebar_box input[type=text]{
	width: 176px;
}

.sidebar_box select{
	width: 188px;
}

.sidebar_box input[type=text]:focus,
.sidebar_box select:focus {
	border: 1px solid #666;
	color: #333;
}

h1.fade {
	background: url(../images/layout/bg_h1_fade.png) #CCC;
	color: #FFF;
	padding: 15px;
	margin-bottom: 2px;
}

ul.rating li {
	float: left;
	display: block;
	padding-right: 1px;
	background: url(../images/layout/star_on.png) no-repeat;
	width: 16px;
	height: 16px;
}

ul.rating li.off {
	background: url(../images/layout/star_off.png) no-repeat;
}

/* aCCOM LaYOUT */

div.accom_img {
	float: left;
	height: 200px;
	width: 300px;
	overflow: none;
	margin: 0 15px 15px 0;
}

div.accom_info {
	float: left;
	width: 411px;
}

div.accom_info h2 {
	margin-bottom: 5px;
}

div.accom_rating {
	padding: 0 0 10px 0;
}

h3.accom_from {
	color: #999;
	text-transform: none;
	font-size: 1.3em;
}

h3.accom_from span {
	font-size: 1.88em;
	color: #990000;
}

h2 span.note {
	font-size: 0.5em;
	color: #999;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0em;
	padding-left: 5px;
	font-style: italic;
}

ul.accom_gallery {
	margin-bottom: 5px;
}

ul.accom_gallery li {
	float: left;
	width: 115px;
	margin-right: 5px;
}

ul.accom_gallery li a {
	display: block;
	height: 77px;
	width: 115px;
}

ul.accom_gallery li a img{
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

ul.accom_gallery li a:hover img,
ul.accom_gallery li a.active img{
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

span.prev {
	float: left;
	margin-top:5px;
}

span.next {
	float: right;
	margin-top:5px;
}

table.accom_prices {
	width: 694px;
}

table.accom_prices th {
	background-color: #FFF;
	padding: 15px 15px 5px 20px;
	background: url(/images/layout/calendar-month.png) no-repeat left center;
}

table.accom_prices th span {
	font-weight: bold;
}

table.accom_prices td {
	padding: 5px 15px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
table.accom_prices tr.small td {
	font-size: smaller;
}
table.accom_prices tr.plain td {
	padding: 0;
	background: none;
	border: none;
}
table.accom_prices td.price span.nights {
	font-weight: normal;
	color: #666666;
	font-size: 0.95em;
}
table.accom_prices tr.highlight td {
	background: #689B00 url(../images/layout/bg_button_sel_green.jpg) left top repeat-x;
	color: white;
	text-shadow: #689B00 1px 1px 1px;
}
table.accom_prices tr.highlight span.nights,
table.accom_prices tr.highlight a {
	color: #ffffff;
}

table.accom_prices td.price {
	color: #990000;
	font-weight: bold;
	text-align: left;
}

table.accom_prices td.price ul {
	margin-bottom: 0;
}

table.accom_prices td.price ul li span {
	font-size: 0.8em;
	color: #999;
}

table.accom_prices td.enquire,
table.accom_prices td.book {
	width: 75px;
	text-align: center;
	font-weight: bold;
}

/* CUSTOM TABS */

ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabNavigation li {
    float: left;
	background: url(../images/layout/bg_tab_right_off.png) top right no-repeat;
	height: 30px;
	padding-right: 6px;
	margin-right: 5px;each:wtf:
}

ul.tabNavigation li.selected {
	background: url(../images/layout/bg_tab_right.png) top right no-repeat;
}

ul.tabNavigation li a {
	display: block;
	float: left;
	height: 30px;
    padding: 8px 24px 0 30px;
    background: url(../images/layout/bg_tab_off.png) no-repeat;
    color: #666;
    text-decoration: none;
	font-weight: bold;
	font-size: 0.92em;
}

ul.tabNavigation li.selected a{
    color: #fff;
	text-shadow: 1px 1px 1px #598400;
	background: url(../images/layout/bg_tab.png) no-repeat;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs > div {
	padding: 15px;
	border: 1px solid #CCC;
	border-top: 4px solid #587C02;
	margin-top:30px;
	width: 694px;
}

div.tabs .hide {
    position: absolute;
    left: -9999px;
	height: 0;
	display: none;
} 

input.datepicker,
input.datepickerDOB {
	background: white url(/images/layout/calendar-month.png) 165px center no-repeat;
}
#contact input.datepicker,
.formRow input.datepickerDOB {
	background-position: 288px center;
}

div#map_placer {
	height: 200px;
	width: 694px;
}

div.pagination {
	padding: 15px 0;
}

div.pagination a {
    padding: 2px 7px 2px 7px;
    margin: 2px;
    border: 1px solid #CCC;
    text-decoration: none;
    color: #666;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #999;
    color: #333;
}

div.pagination span.current {
    padding: 2px 7px 2px 7px;
    margin: 2px;
    border: 1px solid #333;
    font-weight: bold;
    background-color: #666;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

/* SEARCH RESULT SPECIFIC */

div.results_wrapper {
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #EEE;
	margin-bottom: 2px;
	width: 748px;
}

div.results_wrapper ul li.search_item {
	display: block;
	padding-bottom: 4px;
}

li.search_item div.img {
	float: left;
	width: 188px;
	height: 140px;
	overflow: hidden;
	margin-right: 2px;
	background-color: #DDD;
	border: 1px solid #CCC;
}
	li.search_item div.img_accom { /* Late Deals */
		float: left;
		width: 115px;
		height: 76px;
		overflow: hidden;
		margin-right: 2px;
		background-color: #DDD;
		border: 1px solid #CCC;
	}


li.search_item div.price {
	float: right;
	width: 125px;
	height: 126px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: right;
	padding: 7px 10px;
}
	li.search_item div.price_accom { /* Late Deals */
		float: right;
		width: 105px;
		height: 76px;
		overflow: hidden;
		background-color: #FFF;
		border: 1px solid #CCC;
		text-align: center;
		padding: 0 10px;
	}

li.search_item div.price table, li.search_item div.price_accom table {
	width: 100%;
}
	li.search_item div.price_accom table { /* Late Deals */
		margin: 5px 0 0 0;
		padding: 0;
	}

li.search_item div.price table td.date {
	padding: 0 0 5px;
	font-size: 0.92em;
}
	li.search_item div.price_accom table td.date { /* Late Deals */
		padding: 0 0 0px;
		font-size: 0.92em;
	}

li.search_item div.price table td.amount, li.search_item div.price_accom table td.amount {
	padding: 0 0 5px;
}

li.search_item div.price table td.amount div.nxt_cont, li.search_item div.price_accom table td.amount div.nxt_cont {
	padding-left: 7px;
	padding-top: 5px;
}

li.search_item div.price table td.amount div.bk_enq, li.search_item div.price_accom table td.amount div.bk_enq {
	float: right;
	padding-left: 0px;
	padding-top: 5px;
}

li.search_item div.price table td.amount ul, li.search_item div.price_accom table td.amount ul {
	margin-bottom: 0;
}

li.search_item div.price table td.amount ul li.was, li.search_item div.price_accom table td.amount ul li.was {
	background: url(../images/layout/bg_wasprice.gif) no-repeat center right;
	padding: 5px 0 1px;
}

li.search_item div.price table td.amount ul li.save, li.search_item div.price_accom table td.amount ul li.save {
	font-weight: bold;
}

li.search_item div.price table td.amount ul li.price {
	font-size: 2.50em;
	font-weight: bold;
	color: #990000;
}
		li.search_item div.price_accom table td.amount ul li.price {
			font-size: 1.75em;
			font-weight: bold;
			color: #990000;
		}

li.search_item div.price table td.amount ul li.price sup {
	font-size: 0.4em;
}
		li.search_item div.price_accom table td.amount ul li.price sup {
			font-size: 0.5em;
		}

li.search_item div.data {
	float: left;
	width: 405px;
	height: 140px;
	margin-right: 2px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
	li.search_item div.data_accom {
		float: left;
		width: 500px;
		margin-right: 2px;
		background-color: #FFF;
		border: 1px solid #CCC;
	}

li.search_item div.data table, li.search_item div.data_accom table {
	width: 100%;
}


li.search_item div.data table th, li.search_item div.data_accom table th  {
	padding: 7px 5px 5px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

li.search_item div.data table td.desc, li.search_item div.data_accom table td.desc {
	width: 75%;
	padding: 5px;
	font-size: 0.92em;
	color: #999;
}

li.search_item div.data table td.features, li.search_item div.data_accom table td.features {
	padding: 5px;
	font-size: 0.92em;
	border-right: 1px solid #CCC;
}

li.search_item div.data table td.links, li.search_item div.data_accom table td.links {
	padding: 5px;
	border-top: 1px solid #CCC;
}

li.search_item div.data table td.links table, li.search_item div.data_accom table td.links table {
	width: 100%;
}

li.search_item div.data table td.links table td.sl, li.search_item div.data_accom table td.links table td.sl {
	width: 40%;
}

li.search_item div.data table td.links table td.enq, li.search_item div.data_accom table td.links table td.enq {
	width: 30%;
}

li.search_item div.data table td.links table td.st ul, li.search_item div.data_accom table td.links table td.st ul {
	float: right;
}

a.backtosearch {
	background: url(/images/layout/navigation-180-button.png) no-repeat left center;
	padding-left: 18px;
	margin-top: 2px;
}

a.short_add {
	background: url(/images/layout/plus-button.png) no-repeat left center;
	padding-left: 18px;
}

a.short_remove {
	background: url(/images/layout/minus-button.png) no-repeat left center;
	padding-left: 18px;
}

a.enquire {
	background: url(/images/layout/mail--arrow.png) no-repeat left center;
	padding-left: 18px;
}

a.details {
	background: url(/images/layout/information-button.png) no-repeat left center;
	padding-left: 18px;
}

a.book {
	background: url(/images/layout/credit-cards.png) no-repeat left center;
	padding-left: 18px;
}

a.print {
	background: url(/images/layout/printer.png) no-repeat left center;
	padding-left: 18px;
}

#slider {
  width: 758px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 200px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  width: 688px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

.ui-slider .ui-widget-header { background: url(../images/layout/slider_bg.gif) left bottom repeat-x #C1DA77; }

div.accom_linkage ul {
	margin-left: -15px;
}

div.accom_linkage ul li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #CCC;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	margin-bottom: 10px;
}
fieldset legend {
	font-weight: bold;
}

/* ugly */
table.confirm,
table.error {
	border: 1px solid #537C00;
	margin-bottom: 10px;
}
table.confirm th,
table.error th {
	background-color: #94C700;
	font-size: 0.95em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #598400;
	font-family: arial;
}
table.confirm th,
table.confirm td,
table.error th,
table.error td {
	padding: 5px 10px;
}
table.error {
	border-color: #7A0000;
}
table.error th {
	background-color: #BD0102;
	text-shadow: 1px 1px 1px #7A0000;
}
/* */

div.formRow {
	margin-bottom: 1.5em;
	position: relative;
	text-align: right;
	margin-right: 200px;
}

.formRow label {
	float: left;
	text-align: left;
}

.formRow input[type=text],
.formRow select,
.formRow textarea {
	border: 1px solid #CCCCCC;
	color: #222222;
	background-color: #FFFFFF;
	padding: 5px;
	width: 300px;
	font-family: arial, Helvetica, Tahoma, Sans-serif;
	font-size: 1em;	
}
.formRow select
{
	width: 312px;
}
.formRow input[type=text].readonly {
	border: none;
	background: transparent;
	color: #666666;
}
.formRow input[type=text].short,
.formRow select.short
{
	width: 50px;
}
.formRow select.medium
{
	width: 100px;
}

.frmPayment input[type=text] {
	width: 175px;
}
.frmPayment input[type=text].short {
	width: 35px;
}
.frmPayment select {
	width: 50px;
}

span.error {
	background: url(../images/layout/bg_button_sel.jpg) repeat-x;
	border: 1px solid #990000;
	color: #FFF;
	padding: 6px;
	margin-left: 3px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

span.success {
	background: url(../images/layout/bg_button_sel_green.jpg) repeat-x;
	border: 1px solid #628400;
	right: 40px;
}

input.error,
textarea.error {
	background-color: #FF9191;
	border: 1px solid #FF3939;
}

.sub_col_heading.shortlist {
	background: url(../images/layout/bg_button_sel_green.jpg) repeat-x;
	padding-right: 10px;
}

div.shortlist_list {
	padding: 5px 5px;
}

div.shortlist_list ul {
	list_style: none;
	margin-bottom: 0;
}

div.shortlist_list ul li {
	border-bottom: 1px solid #DDD;
}

.sub_col_heading.shortlist a {
	float: right;
	text-transform: lowercase;
	color: #4F7400;
	font-size: 0.95em;
}

div.shortlist_list ul li a.sl_rm {
	float: right;
	width: 16px;
}

div.shortlist_list ul li span {
	font-size: 0.75em;
}

ul.shortls li {
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

ul.shortls li a.sl_rm {
	float: right;
}

ul.shortls li img {
	float: left;
	padding-right: 10px;
}

div.latelist {
	margin-bottom: 3px;
}

.latelist ul { clear: both; display: block; margin: auto; overflow: hidden; background: url(/images/layout/bg_menu.jpg) repeat-x; border-top:2px solid #FFF; height: 35px }
.latelist ul li { float: left; border-right: 2px solid #FFF }
.latelist ul li:last-child { border-right: none }
.latelist ul li a { color: #111; display: block; float: left; text-decoration: none; height: 35px; line-height:35px; width: 187px; text-align: center; text-transform: uppercase; font-weight: bold; }
.latelist ul li a.current { background: url(/images/layout/bg_button_sel_green.jpg) repeat-x #689B00; color: #FFF; text-shadow: 1px 1px 1px #375400;}


h2.late_date {
	color: #598303;
	float: left;
	width: 400px;
	margin-bottom: 0;
}

div.disclaimer p {
	font-size: 0.95em;
	color: #666;
	text-align: justify;
}

div.weather table {
	background: #E0E7EF;
}

div.weather table td {
	width: 120px;
	padding: 2px 5px;
	border-bottom: 1px solid #D3DDE9;
}

table.steps {
	background-color: #EEEEEE;
	border: 0 solid #CCCCCC;
	border-width: 1px 0;
	margin-bottom: 10px;
}

table.steps th,
table.steps td {
	padding: 5px 10px;
}

table.steps th {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.stepPast {
	background-color: #DDDDDD;
}

.stepThis {
	background-color: #94C700;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #598400;
}

p.stephd {
	font-size: 150%;
}

p.note {
	background: #F8F8F8;
	color: #000000;
	border: 1px solid #BD0102;
	margin: 0.75em 0;
	padding: 0.25em 0.5em;
}

table.booking-desc {
	background-color: #EEEEEE;
}
table.booking-desc td,
table.booking-desc th {
	padding: 5px;
}
table.booking-desc th {
	border: 0 solid #CCCCCC;
	border-width: 1px 0;
	background-color: #FFFFFF;
}

#tcWrapper {
	background-color: #fff;
	margin: 0px;
	padding: 10px;
}
