body
{ 
  margin: 0;
  scrollbar-arrow-color : #cdd9de;
  scrollbar-base-color : rgb(178,178,178);
  scrollbar-face-color : rgb(41,44,74);
  scrollbar-highlight-color : #cdd9de;
  scrollbar-shadow-color : #034158;
  scrollbar-track-color: rgb(178,178,178);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: rgb(61,84,101);
  font-weight : normal;
  background-color: #89cbdf;
}
p {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #999;
 font-weight : normal;
 margin: 0;
}
th {
 font-size: 14px;
 font-weight : bold;
}
td {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #999;
 font-weight : normal;
 padding: 0;
 margin: 0;
}
a {
 color:rgb(61,84,101);
 text-decoration: none;
}
img {
 border: 0;
 margin: 0;
 padding: 0;
}
td {
 margin: 0;
 padding: 0;
}
div {
  margin: 0;
  padding: 0;
  position: relative;
}
div.clear {
	clear: both;
}
.form {
  font-family:  Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2A2828;
  background-color: #ECECEC;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #808080;
  border-right-color: #C0C0C0;
  border-bottom-color: #C0C0C0;
  border-left-color: #808080;
  margin: 0;
  padding: 0;
}
.form_spaced {
  display: inline;
  font-family:  Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2A2828;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #79b6c8;
  border-right-color: #70a8b9;
  border-bottom-color: #70a8b9;
  border-left-color: #79b6c8;
}
div.reservationformcontainer form {
  margin: 0;
}

/*** Header ***/

.header {
	background-color: #89cbdf;
	width: 770px:
	height: 120px;
	color: #fff;
	padding-top: 10px;
}
.header .logo {
	width: 191px;
	height: 120px;
	float: left;
}
.header .geral {
	background-color: #89cbdf;
	width: 565px;
	height: 85px;	
	float: left;
	padding-right: 10px;
}
.header .menu {
	background-color: #89cbdf;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
}
.header .geral .language {float:right; height:28px; font-size:11px; display:inherit; text-align:right;}
.header .geral .language a {text-decoration:none; font-weight:normal; color:#EEEEEE;}
.header .geral .language .selected { font-weight: bold; color:#FFFFFF; }
.header .geral .language a:hover {text-decoration:underline;}
.header .geral .language ul { list-style:none; margin:0px; padding:0px; }
.header .geral .language ul li {float:left; margin-right:5px; font-weight:bold; }
.header .geral .menu {height:28px; font-size:11px;}
.header .geral .menu a {text-decoration:none; font-weight:normal; color:#FFFFFF;white-space: nowrap}
.header .geral .menu .on {font-weight:bold; }
.header .geral .menu a:hover {text-decoration:underline; white-space: nowrap}
.header .geral .menu ul { list-style:none; margin:0px; padding:0px;}
.header .geral .menu li {float:left; margin-right:14px; font-weight:normal; padding-left:8px; background: url(../../global_images/pb/icon_menu.gif) no-repeat left 5px}

#maintable {
  padding: 0;
  width: 770px;
  max-width: 770px;
  min-width:770px;
  background-color: #fff;
}

td.menu {
 width: 766px;
 padding: 14px;
 padding-bottom: 0;
}
div.menu {
}
table.mainouter {
 border: 1px solid;
 border-top-color: #79b6c8;
 border-right-color: #70a8b9;
 border-bottom-color: #70a8b9;
 border-left-color: #79b6c8;
}
td.main {
 width: 766px;
 padding: 10px;
}
div.main {
}

/*** Search window ***/

div.steps {
	margin-bottom: 12px;
}
div.steps div.step {
	font-size:16px;
	color:#89CBDF;
	font-weight: normal;
	display: inline;
	text-transform: uppercase;	
	margin-right: 1em;
}
div.youarehere {
	color:#89CBDF;
	font-weight: bold;
	padding-bottom: 0.5em;
}
div.crumbtrails {
	font-size: 10px;
  color: #999999;
  padding-top: 3px;
  padding-bottom: 5px;
  height: 12px;
  margin-bottom:10px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

p.reservations {
 font-family: Arial, Helvetica, sans-serif;
 height: 14px;
 text-align: right;
 margin-bottom: 0;
 font-weight: bold;
 font-size: 12px;
 color: #f83f62;
 text-transform: uppercase;
}
td.search_crit {
 font-family: Arial, Helvetica, sans-serif;
 padding-top: 5px;
 color: #999;
 font-size: 11px;
 font-weight: normal;
 text-align: left;
}
td.search_crit_small {
 color: #999;
 font-size: 9px;
 font-weight: normal;
}
td.search_crit input,
td.search_crit select {
  font-weight: normal;
  text-transform: none;
}

.search_crit .info {
  color: #89cbdf;
  font-size: 12px;
}
.search_crit .info a {
  color: #89cbdf;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td.cal {
 height: 21px;
}
span.opencal {
  font-size: 8px;
}
p.search_btn {
 font-family: Arial, Helvetica, sans-serif;
 width: 164px;
 margin: 0;
 padding: 0;
 margin-top: 5px;
 margin-bottom: 0px;
 margin-right: 5px;
}
button.search_btn {
 font-size: 10px;	
}
a.search_btn {
 color: #f83f62;
 font-size: 11px;
 font-weight: bold;
 text-transform: uppercase;
}
a.search_btn:hover {
 color: #89cbdf;
}
a.search_btn_packages {
 color: #89cbdf;
}
a.search_btn_packages:hover {
 color: #f83f62;
}
table.search_sep {
 width: 165px; 
 height: 5px;
 border-bottom: 1px solid rgb(126,138,155);
}

.rightlinks td a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
}

.flights_btn {
 width: 164px;
 height: 15px;
 margin-top: 5px;
}
.tap_btn {
 width: 170px;
 height: 41px;
 margin-top: 5px;
}
/*** flights ***/
table.flights_main {
 margin: 9px;
 width: 480px;
}
table.flights_title {
 width: 480px;
 border-bottom: 1px solid rgb(126,138,155);
 margin-bottom: 17px;
}
td.flights_title {
  font-size: 18px;
}

/*** results windows ****/
p.error {
  font-size: 14px;
  color: red;
}
table.results_header_title {
 width: 100%;
 border-top: 1px solid #ccc;
 margin-bottom: 17px;
}
td.results_header_title {
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: 18px;
  color: #89cbdf;
  text-transform: uppercase;
}
p.result_header_text {
}
table.results_hotel_title {
 width: 100%;
 height: 18px;
 margin-bottom: 15px;
 /* margin-top: 16px; */
}
td.results_hotel_title, h2.results_hotel_title {
  font-weight: normal;
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: 18px; 
  color: #89cbdf;
  height: 18px;
  text-transform: uppercase;
}
table.results_hotel_hotel {
 width: 100%;
 margin-right: 4px;
 border-top: 1px solid #ccc;
}
table.results_hotel_hotel td {
  vertical-align: top;
  padding-top: 0.5em;
}
p.result_header_text {
  margin-top: 17px;
  margin-bottom: 16px;
}
img.results_hotel {
 width: 151px;
 height: 75px;
 margin-right: 9px;
}
.basic_rate_plan_price {
  color: #333;
}
.basic_rate_plan_price label,
.supplements_price label {
  text-transform: uppercase;
  color: #333;
  line-height: 2em;
  vertical-align: middle;
}
.basic_rate_plan {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.supplements_price {
  color: #333;
  border-bottom: 1px solid #ccc;
}
.final_price label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #89cbdf;
}
tr.final_price td {
  line-height: 3em;
  vertical-align: middle;
}
img.select_button {
  margin-top: 9px;
}
p.results_hotel {
  /*
 margin-top: 8px;
 margin-bottom: 13px;
  */
  width: 100%;
}
p.result_hotel_detail {
  text-align: right;
  width: 100%;
}
a.result_hotel_detail {
 color: rgb(0,124,195);
 text-decoration: underline;
}
table.results_hotel_results {
 width: 100%;
 border-bottom: 1px solid #ccc;
 margin-bottom: 11px;
}
p.results_sort {
 font-size: 13px;
 margin-bottom: 9px;
}
a.results_sort {
 font-size: 13px;
 color: rgb(0,124,195);
 text-decoration: underline;
}
table.results {
 width: 100%;
 margin-bottom: 32px;
 margin-top: 12px;
}
table.results td {
  vertical-align: top;
}
th.results {
  background-color: rgb(210,214,220);
  height: 42px;
  font-size: 14px;
}
td.results {
 padding: 4px;
 padding-top: 11px;
 padding-left: 8px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}
h3.results_room_title {
  font-weight: normal;
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: 18px; 
  color: #89cbdf;
  height: 18px;
  border-top: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  text-transform: uppercase;
}
a.results {
 color: #89cbdf;
 text-decoration: none;
 font-weight: bold;
 white-space: no-wrap;
}
ul.results {
 margin: 0;
 margin-left: 20px;
 padding: 0;
 font-size: 11px;
}
ul.results li {
 font-size: 11px;	  
}

/***** Supplements window ******/
table.supp_main {
 background-color: #fff;
 margin: 9px;
 width: 430px;
}
table.supplements_title {
 width: 430px;
 margin-bottom: 17px;
}
td.supplements_title {
  color: #89cbdf;	
  font-size: 18px;
  text-transform: uppercase;
}
p.supplements_text {
 font-size: 13px;
 margin-bottom: 9px;
}
table.supplements_supplement {
 width: 100%;
}
th.supplements_supplement {
  color: #89cbdf;
}
td.supplements_supplement {
 padding: 4px;
 padding-top: 11px;
}

tr.supplements_supplement_alt1 {
 background-color: #E7F5F9;
}

/**** Help ****/
.help {
	border-top: 1px solid #ccc;
	width: 155px;
}
.help .helptitle {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
}
.help .helpsubtitle {
  color: #89cbdf;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
}
.help h3 {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 0;	
  margin-bottom: 10px;
  margin-top: 5px;
	text-transform: uppercase;	
}
.help a {
	color: #89cbdf;
}
.help a:hover {
  text-decoration: underline;
}
.help img {
	margin-top: 30px;
}
/**** Checkout ****/
table.checkout_prestige {
 width: 100%;
}
table.checkout_smoking {
 width: 100%;
}
p.checkout_title {
  color: #89cbdf;
  text-transform: uppercase;
  font-size: 18px;
}
p.checkout_button {
 width: 100%;
 text-align: center;
}
p.checkout_field {
  background-color: #EFEFEF;
}

@media print {
  div.header {
    visibility: hidden;
    height: 0;
    width: 0;
  }

  .menu {
    visibility: hidden;
    height: 0;
    width: 0;
  }
}

/** Disclaimer ***/
table.disclaimer_main {
 margin: 9px;
 width: 480px;
}

.footer {width:736px; height:63px; background-color:#FFFFFF; padding-left:15px; padding-right:15px; padding-bottom:20px; font-size:11px; color: #000}
.footer .registInformation { padding-bottom:25px; padding-top:10px; border-bottom:1px solid #CCCCCC;  border-top:1px solid #CCCCCC;}
.footer .registInformation .regist {width:157px; float:left;}
.footer .registInformation .information {float:left; margin-left: 33px}
.footer .registInformation .information a { text-decoration:none;}
.footer .registInformation .information a:hover {text-decoration:underline;}
.footer .registInformation .information .siteLinks ul { list-style:none; margin:0px; padding:0px; display:block;}
.footer .registInformation .information .siteLinks li {float:left; margin-right:5px; font-weight:normal;}
.footer .registInformation .information .userLinks ul { list-style:none; margin:0px; padding:0px; display:block;}
.footer .registInformation .information .userLinks li {float:left; list-style:none; margin-right:5px; font-weight:normal;}
.pbGray {
	color: #999;
}

table.product_reservation_detail tr {
	background-color: #e7f5f9
}
table.product_reservation_detail th {
	width: 95px;
  float: left;
  padding: 10px;
  font-weight: 700;
  color: #89cbdf;
  font-size: 12px;
  line-height: 14px;
	text-transform: uppercase;	
}
table.product_reservation_detail td {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffffff;
  float: left;
  width: 230px;
  padding: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  overflow-x: hidden;
}
table.product_reservation_detail_supplements td {
	padding: 0;
	line-height: 12px;
	border: 0;
}
