@charset "utf-8";
/* CSS Document */
body {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size:11px;
   color:#333333;
}
#pagewrap {
   /* The following property is a kludge for global page-centering in IE */
   text-align: center;
}
#global {
   width: 984px;
   /* The following two properties provide global page-centering in all browsers except IE */
   margin: 0 auto;
   /* The following property is a kludge for global page-centering in IE */
   text-align: left;
}
table {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size:14px;
   color:#333333;
}
form {
   margin:0px;
}
H1 {
   font-weight:bold;
   font-size:22px;
   margin:0px 0px 2px 0px;
}
H2 {
   font-weight:bold;
   font-size:12px;
}
p {
	padding:2px;
}
.hotelname {
   font-size:24px;
   font-weight:bold;
   color: #333333;
}
.borderbottom {
   border-style: solid;
   border-width: 1px;
   border-color: #999999;
   border-top: none;
   border-left: none;
   border-right: none;
}
.tabtop {
   border-style: solid;
   border-width: 1px;
   border-color: #999999;
   border-bottom: none;
   border-left: none;
   border-right: none;
}
.tab {
   border-style: solid;
   border-width: 1px;
   border-color: #999999;
   border-top: none;
   border-bottom: none;
}
.handcursor {
   cursor: pointer;
   cursor: hand;
}
.brandtabfocus {
   text-decoration:none;
   font-size:11px;
   font-weight: bold;
   color:#FFFFFF;
}
.tabfont {
   text-decoration:none;
   font-size:11px;
   font-weight: bold;
   color:#333333;
}
.dotted {
   border-style: dotted;
   border-width: 2px;
   border-color: #999999;
   border-bottom: none;
   border-left: none;
   border-right: none;
}
.linkpanel {
   font-size:11px;
   background-color: #ECE9E0;
   border-style: solid;
   border-width: 1px;
   border-color: #999999;
   border-top: none;
   border-left: none;
   border-right: none;
   padding: 3px;
}
.nodec {
   text-decoration:none;
   font-size:11px;
   color:#333333;
}
.emph1 {
   font-style:italic;
   font-size:24px;
   color:#FFFFFF;
   font-weight:bold;
}
.brandtabfont {
   text-decoration:none;
   font-size:11px;
   font-weight: bold;
   color:#FFFFFF;
}
.dropdown select {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size: 10px;
   color: #000000;
   border-color: #000000;
   border-width: 1px;
}
.subtext {
   font-size:9px;
}
A.searchOther {
   color: #FFFFFF;
}
a.infopopNoColor {
/*   text-decoration: none;
   border-bottom: 2px dotted; */
   background: transparent none repeat scroll 0%;
   cursor: pointer;
}
.srpdropdown select {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size: 10px;
   color: #000000;
   border-color: #000000;
   border-width: 1px;
   width: 16em;
}
.notop {
   border-style: solid;
   border-width: 1px;
   border-color: #999999;
   border-top: none;
}
.nodecsmall {
   text-decoration:none;
   font-size:10px;
   color:#000000;
}
.disclaimer {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size:10px;
}
A:hover { color:#DD4400 }
.submit {
   font-size:10px;
}
.error-message {
   color: #dd4400;
   font-weight:bold;
   font-size:12px;
}
.message {
	color:#666;
	font-weight:bold;
	font-size:10px;
}