@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #111111;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

* {
	margin: 0px;
	padding: 0px;
}

#popup {
	padding: 10px;
 	-webkit-overflow-scrolling: touch;
}
#popup img {
	clear: right;
	float: right;
	margin: 0px 0px 10px 10px;
}

#popup h1 {
	font-size: 1.25em;
	color: #339933;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
}


#popup h2,
#popup h3,
#popup h4,
#popup h5,
#popup p {
	color: #CCCCCC;
	line-height: 1.3em;
	margin-bottom: 8px;
}


#popup h2 {
	font-size: 1em;
	font-weight: bold;
	color: #339933;
	margin: 0;
}
#popup h3 {
	color: #339933;
	font-size: 0.88em;
	margin: 0;
	font-weight: bold;
}
#popup h4 {
	color: #339933;
	font-weight: normal;
	margin: 0px 0px 20px;
	font-size: 0.88em;
}

#popup p {
	font-size: 0.88em;
}
#popup a {
	color: #CCCCCC;
	popup-decoration: underline;
}
#popup a:hover {
	popup-decoration: none;
	color: #FFFFFF;
}
#popup ul {
	margin: 0px 0px 8px 20px;
}
#popup li {
	font-size: 0.88em;
	color: #CCCCCC;
	line-height: 1.3em;
}

#popup blockquote {
	padding: 0px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#popup table {
	margin: 0px 0px 0px;
	font-size: 0.88em;
	border-bottom: 3px solid #111;
	width: 100%;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
}
#popup th {
	color: #111111;
	background-color: #999999;
	padding: 5px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	border-bottom: 3px solid #111;
}
#popup  th.price {
	width: 100px;
	border-left: 1px solid #111;
}
#popup  th.roomtype {
	width: 150px;
	border-left: 1px solid #111;
}

#popup  td.price {
	width: 100px;
	border-left: 1px solid #111;
	text-align: right;
}
#popup  td.roomtype {
	width: 150px;
	border-left: 1px solid #111;
}
#popup td {
	padding: 5px;
	color: #111111;
	border-bottom: 1px solid #111;
	vertical-align: top;
}
#popup table.low {
	background-color: #66CCFF;
}
#popup table.mid {
	background-color: #99CC33;
}
#popup table.last {
	margin: 0px 0px 5px;
	background-color: #FF9900;
}
#popup td.award {
	width: 80px;
}
#popup td.awarddesc {
	color: #CCCCCC;
}

