/* ####################################### */
/* PRICE TABLE */
/* ####################################### */

.PriceTable { 
  width:600px;
  margin:0;
  padding:3px;
  border:hidden;
  border:1px solid #fff;
}
.PriceTableLarge { 
  width:780px;
  margin:0;
  padding:3px;
  border:hidden;
  border:1px solid #fff;
}
.HotelYear { 
  font-family: 'Trebuchet MS', verdana, arial, sans-serif; 
  font-size:12.5pt;
  font-weight:bold;
  background-color:#4D81B0;
  color:#FFFFFF;
  text-align:left;
  padding:4px;
  margin:4px;
}
.extras {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background-color:#D2DCE3;
	color:#000000;
	text-align:left;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.extrafacilities {
	font-family:Tahoma;
	font-size:11px;
	height:19px;
	font-weight:normal;
	background-color:#4D81B0;
	color:#FFFFFF;
	text-align:left;
	padding-left:4px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.rooms {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background-color:#D2DCE3;
	color:#000000;
	text-align:left;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.PriceNotes {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background-color:#f5f5f5;
	color:#000000;
	text-align:left;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.seasons1 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background-color:#D2DCE3;
	color:#000000;
	text-align:center;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.seasons2 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background-color:#B6C7D3;
	color:#000000;
	text-align:center;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}


/* ####################################### */
/* BUTTONS */
/* ####################################### */

.replacement-buttons {
	font-family: 'Century Gothic';
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 2px 0;
}

#button-1 {
  width: 70px;
  height: 23px;
  margin: 0;
  padding: 0 0 2px 0;
  border: 0;
  color:#fff;
  background: transparent url(/images/buttons/RED-Book.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}



-->