/**
 * Custom Styles for HIP, uploaded at 2011-03-03T09:39
 * @version: $Id: black_theme.css 24960 2012-01-04 14:23:21Z rudi $
 */

html,
body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #B5A8AA;
	padding: 0;
	margin: 0;
}

.c {
	text-align: center;
}

a {
	color: #E8C455;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.form_row {
	background-color: #27221F;
}

.form_row_alt {
	background-color:   #37312D;
}

.search_form_row {
	background-color: #27221F;
}

.search_form_row_alt {
	background-color:  #27221F;
}

.result_form_row {
	background-color: #27221F;
}

.result_form_row_alt {
	background-color:  #37312D;
}

.label {
	color: #B5A8AA;
	font-weight: normal;
}

h1 {
	font-size: 11px;
}

h2 {
	font-size: 11px;
}

input,
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	padding: 3px 5px;
}

select {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	width: 150px;
}

/* 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 */

.bT, .bB, .bR, .bL {
	border: none;
}

/* Search Box specific */
.searchBox {
	border: none;
}

.searchButtons {
	background-color: black;
	border-top: none;
}

/* Search Results specific */

/* Criteria appears at the top of the Search Results page */
.criteria {
	background-color: black;
	border: none;
	font-style: normal;
	font-weight: normal;
	color: #B5A8AA;
	text-align: left;
}

/* Highlight color for property and room names */
.textHighlight {
	color: white;
	font-weight: normal;
}

/* Standard button for 'More details', 'Book Now' etc */
.button {
}

.button:hover {
}

/* More Details - Price box */
#outerTable {
	width: 100%;
}
.quoteBox,
.priceBox {
	border-collapse: collapse;
	font-size: 11px !important;
}
.quoteBox th,
.priceBox th {
	background-color: #37312D;
	padding: 2px;
	border: 1px solid #534A45;
}

.quoteBox p {
	color: #444444;
}

.priceBox td {
	border: 1px solid #534A45;
}

/*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;
}

/* 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: 11px;
	color: #B5A8AA;
	xfont-weight: bold;
}

.searchBox td { /* search box cells */
	margin: 0;
	padding: 0;
}

.searchBoxForm { /* search form table */
	width: 200px;
	margin: 0;
	padding: 0;
}

.searchBoxForm td { /* search form table cells */
	padding: 5px;
}

.searchLabel { /* search form labels cell */
	padding: 5px;
	text-align: left;
}

.searchInput {
	padding: 2px;
	text-align: right;
}

.searchInput input,
.searchInput textarea {
	/* search form input cell properties */
	width: 175px;
}

.searchInput select { /* search form input cell properties */
	width: 	104px;
}

.searchInput textarea {
	height: 75px;
}

tr.searchButtons td,td.searchButtons {
	text-align: right;
}

/* Search result page styles */
.quoteBox { /* result box container table */
/*	width: 355px; */
	margin: 0;
	padding: 0;
}

.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;
	font-size: 11px;
}

.resultBoxContent td { /* content box cells */
	margin: 0;	
	padding: 5px;
	vertical-align: top;
	font-size: 11px;
}

td.accomPicture, 
td.accomPicture  td { /* Picture Cell */
	width: 90px;
}

td.accomPicture { /* Picture Cell */
	text-align: center;
	padding: 5px;
}

td.accomPicture img { /* Picture */
	max-width: 120px;
	max-height: 200px;
	height: 90px;
	width: 130px;
	overflow: hidden;
}

td.accomInfo { /* Info Cell */
	
}

td.roomList { /* Room Cell */
	width: 165px !important;
	padding: 5px;
	border-left: 1px solid #413834;
}

td.roomList small {
	font-size: 10px;
	word-spacing: -2px;
}

td.roomList .special-offer,
td.roomList .full-details 
{
	background-color: #413834;
	color: #ffffff;
	width: 150px;
	margin-top: 20px;
	line-height: 20px;
	padding: 4px;
	padding-left: 5px;
	border: 1px solid #615B58;
}

td.roomList .full-details 
{
	cursor: pointer;	
}

td.roomList .special-offer
{
	background-color: transparent;
	border: 0;
	color: #E8C455;
	text-align:center;
	padding-top: 0;
	margin-top: 0;
}

td.roomList .full-details:hover {
	background-color: #211C1B;
} 

.roomList ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.roomList ul li {
	margin-bottom: 5px;
}

.bookNow { /* book button container div */
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;

	
}

.moreDetails { /* link from search results */
	color: #E8C455;
	width: 110px;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}
.detailsLink {
	display: none;	
}
input.bookNow {
	padding: 3px 5px;
}

.buttonsContainer {
	position: relative;
	float: right;
	padding: 0;
}

.price_total_txt,
.book_txt {
	font-weight: bold;

}

.priceTbl td {
	padding-left: 0;
	padding-right: 0;
}

.off_the_wall {	
    background-color: #37312D;    
    border: 1px solid #534A45;
    padding: 5px;
    margin-top: 2px;
}

/* Date Picker Class */
input.datepicker {
	width: 95px;
	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: 11px;
}

.error {
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td.errorMsg {
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td.successMsg {
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.formNote {
	font-size: 11px;
}

/* 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;
}

p.instructions {
	color: #B5A8AA;
}

.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;
}

/* Property Details */
table#quoteBox td.searchInput {
	width:105px;	
}

table#quoteBox td.searchInput input {
	width:100%;	
}

table#contact_info td.searchLabel {
	font-size: 11px !important;	
}

table.roomTotalBookTbl {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.roomTotalBookTbl td {
	vertical-align: bottom;	
}

/* Room Image and Text Roll-over styles */
.qtip-defaults {		
	width: 430px !important;
}
#search-results-body .qtip-defaults {		
	width: 450px !important;
}
#property-more-body .qtip-defaults {		
	width: 375px !important;
}
.qtip-contentWrapper {
	border-color: #615B58 !important;
}
.qtip-content {	
	background-color: #37312D !important;
	color: #B5A8AA !important;
	padding: 5px;
}