/*
 * Site wide styling: typography
 */
body {
	font-family:Helvetica;
}
h1,h2,h3,h4,h5 {
	color:#192027;
}
/*
 * Common design elements styling (eg tables, hr etc)
 */
input, select, button {
	display:block;
}
/*
 * Sematic design elements (eg room boxes)
 */
 /* sitewide */
 /* .communication_box */
 #messages {
 	background:#DAECFF;
 	border:1px solid #3D9BFF;
 	padding:10px 10px;
 }
 #errors {
 	background:#FFFCE8;
 	border:1px solid #FF0000;
 }
 	.communication_box {
 		list-style-type:none;
 	}
 
 
 #admin_closeout_table .weekend {
 	background:#FFF5BD;
 }
 #admin_closeout_table .closed {
 	background:#FF0000;
 }
 #admin_closeout_table .closeout {
 	display:inline-block;
 	text-indent:-500em;
 	width:10px;
 	background:green;
 }
  #admin_closeout_table .closed {
 	background:red;
 }
 #cart {
 }
 	#cart .cart_data_row {
 		display:block;
 		overflow:auto;
 	}
 		#cart .cart_data_row .data_item {
 			float:left;
 			margin-right:2em;
 			list-style-type:none;
 		}
 /* availability */
  .availability_list_room {
 	background:#fff;
 	
 }
 .availability_list_offer {
 	background:#fffdaa;
 	
 }
 .availability_flex_offer {
 	background:#f6e9e9;
 	
 }
 #roomPriceData, #roomOfferDiscountData, .offer_id {
 	display:none;
 }