/**
 * @version $Id: default_style.css 17904 2011-02-23 10:50:19Z jez $


html,
body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	color: #0096C9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
 */
 
 .c {
	text-align: center;
}

.form_row {
	background-color: #FFFFFF;
}

.form_row_alt {
	background-color: #EEEEEE;
}

.search_form_row {
	background-color: #FFFFFF;
}

.search_form_row_alt {
	background-color: #EEEEEE;
}

.result_form_row {
	background-color: #FFFFFF;
}

.result_form_row_alt {
	background-color: #EEEEEE;
}

.label {
	color: #444444;
	xfont-weight: bold;
	width:50%;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

input,
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	padding: 3px 5px;
}

select {
}

/* Border styles */
.bT {
	border-top: 1px solid #CCCCCC;
}  /* Top */
.bB {
	border-bottom: 1px solid #CCCCCC;
}  /* Bottom */
.bR {
	border-right: 1px solid #CCCCCC;
}  /* Right */
.bL {
	border-left: 1px solid #CCCCCC;
}  /* Left */ /* Search Box specific */
.searchBox {
	border: 1px solid #CCCCCC;
}

.searchButtons {
	background-color: #DDDDDD;
	border-top: 1px solid #CCCCCC;
}

/* Search Results specific */

/* Criteria appears at the top of the Search Results page */
.criteria {
	background-color: #DDDDDD;
	border: #CCCCCC;
	font-style: italic;
	color: #999999;
}

/* Highlight color for property and room names */
.textHighlight {
	color: #175B81;
	font-weight: bold;
}

/* Standard button for 'More details', 'Book Now' etc */
.button {
}

.button:hover {
}

/* More Details - Price box */
.quoteBox th,
.priceBox th {
	background-color: #DDDDDD;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}

.quoteBox p {
	color: #444444;
}

.priceBox td {
	border: 1px solid #CCCCCC;
	border-top: 0;
}

/*form error highlight*/
.error {
	border: 1px solid #990000;
	background-color: #FFCCCC;
}

/* Payment Response Page */
.errorMsg {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #990000;
	background-color: #990000;
}

.successMsg {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #048404;
	background-color: #048404;
}

.confirmedMsg {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #048404;
	background-color: #048404;
}

/* Positioning the elements*/
.searchForm {
	margin: 0;
	padding: 0;
}

/* Form Row classes */
.form_row_empty td {
	border: 0;
}

input.datepicker {
	padding: 3px 0 3px 5px;
}

/* Specific properties of different box types */
.searchBox { /* basics of search box table */
	width: 100%;
	margin: 0;
	padding: 0;
}

.searchBox th { /* search box header */
	border: 0;
}

.searchBox th p { /* search box header paragraph */
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #B5A8AA;
	xfont-weight: bold;
}

.searchBox td { /* search box cells */
	margin: 0;
	padding: 0;
}

.searchBoxForm { /* search form table */
	width: 100%;
	margin: 0;
	padding: 0;
}

.searchBoxForm td { /* search form table cells */
	padding: 5px;
}

.searchLabel { /* search form labels cell */
	text-align: left;
}

.searchInput {
}

.searchInput input,
.searchInput textarea {
	/* search form input cell properties */
	width: 95%;
}

.searchInput select { /* search form input cell properties */
	width: 100%;
}

.searchInput textarea {
	height: 75px;
}

tr.searchButtons td,
td.searchButtons {
	text-align: right;
}

/* Search result page styles */
.resultBox { /* result box container table */
	width: 100%;
	margin: 0;
	padding: 0;
}

.resultBox th { /* result box header */ 
}

.resultBox th p { /* search box header paragraph */
	margin: 0;
	padding: 5px;
}

.resultBox td { /* result box cells */
	margin: 0;
	padding: 0;
}

.resultBoxContent { /* result box content table */
	width: 100%;
	margin: 0;
	padding: 0;
}

.resultBoxContent td { /* content box cells */
	margin: 0;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
}

td.accomPicture { /* Picture Cell */
	text-align: center;
}

td.accomPicture img { /* Picture */
	max-width: 120px;
	max-height: 200px;
	overflow: hidden;
}

td.accomInfo { /* Info Cell */
	
}

td.roomList { /* Room Cell */
	min-width: 200px;
}

.roomList ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.roomList ul li {
	margin-bottom: 5px;
}

.bookNow { /* book button container div */
	width: auto;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}

input.bookNow {
	padding: 3px 5px;
}

.buttonsContainer {
	position: relative;
	float: right;
	padding: 0;
}

/* Date Picker Class */
input.datepicker {
	width: 95%;
	background: white url(/admin/images/icons/calendar.png) right center no-repeat;
}

#ui-datepicker-div {
	display: none;
	position: absolute !important;
	left: 0 !important;
	max-width: 250px;
	padding: 0 !important;
}

#ui-datepicker-div,.ui-datepicker-header {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 12px;
}

p.instructions {
	margin: 10px 0;
	font-style: italic;
}

label.error {
	margin-bottom: 10px;
}

td.errorMsg {
	margin-bottom: 10px;
}

td.successMsg {
	margin-bottom: 10px;
}

.formNote {
	font-size: 10px;
}

/* Booking Confirm Form*/
#confirmFrm label.error,
p.error {
	background: url(../images/exclamation.png) no-repeat scroll 2px 50%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 16px;
	border: 0;
}

.avail_grid {
	width: 100%;
	color: #ffffff;
	background-color: #27221F;
	border-collapse: collapse;
}
.avail_grid th,
.avail_grid td {
	font-size: 8px !important;
	padding: 1px;
	border: 1px solid #534A45;
}
.avail_grid th {
	color: #B5A8AA;
	background-color: #37312D;
}

.avail_grid .available {
	color: #009900;
}
.avail_grid .booked {
	color: #ff0000;
}

hr {
	color: #37312D;
	background-color: #37312D;
}