body {
	margin: 0;
}
a:hover {
	color: red;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}

/* CSS for hotel pages */
div.centered {
	text-align: center;
	font-family: Arial;
	font-size: small;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}

.R24head {
	font-family: Tahoma, Arial;
	font-size: small;
	color: black;
}
.R24head a:hover {
	color: red;
}
#R24menu {
	color: blue;
	font-size: small;
	background-color: #FFFFFF;
	font-family: Arial;
	border-collapse: collapse;
	border: 2px solid #808080;
	padding: 1px;
}
#R24menu td {
	white-space: nowrap;
	font-weight: bold;
}

.R24selectcur {
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	background-color: #FFFFE0;
	color: #FF8000;
}
table.R24rates {
	font-family: Arial; 
	font-size: small; 
	text-align:left; 
	background-color: #FFFFFF; 
	border-collapse: collapse;
	border: thin solid #808080; 
}
table.R24rates td {
	white-space: nowrap; 
	border: thin solid #C0C0C0
}
table.R24rates a:hover {
	color: red;
}
table.resform {
	font-family: Arial;
	font-size: small;
	text-align:left; 
}
table.resform td {
	white-space: nowrap; 
}
.adtagline {
	position: relative;
	left: 20px;
	top: 1px;
	padding: 5px 5px 5px 5px;
	width: 100%;
	overflow: auto;
	height: 50px;
}
.adtagline a {
	color: red;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}
.adtagline a:hover {
	background-color: #80FF80;
}
.R24foot {
	font-family: Arial;
	color: #0000FF;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}
.R24footcw {
	color: #000000;
	font-size: xx-small;
	font-weight: normal;
}
.R24footlk {
	color: #C0C0C0;
	font-size: xx-small;
}


/* shared */
tr.hidden {
	display: none;
}
tr.shown {
}
img {
	border-style: none;
	border-width: 0px;
}
.shortlist {
	border: 1px solid #800080;
	font-family: Arial;
	font-size: 8pt;
	color: #800080;
	background-color: #D4D0C8;
}
.shortlist td {
	white-space: nowrap;
}

/* CSS for hotel listings */
#R24list {
	margin: 0 auto;
	background-color: #FEF1BC;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	color:black;
}
#R24list td {
	white-space: nowrap;
}
#R24list a {
	color: blue;
	text-decoration: none;
}
#R24list a:hover {
	color: red;
}
#R24list #r24rx {
	text-decoration: none;
	color: black;
}
#R24list #r24rx:hover {
	color: black;
	cursor:text;
}
#R24list .box {
	color: blue;
	font-size: 9pt;
	text-align: right;
	border: 2px dotted #800080;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#R24list .resdb8 {
	font-size: 8pt;
}
#R24list .resdb9 {
	font-size: 9pt;
}
#R24list .bl10r {
	color: blue;
	font-weight: bold;
	text-align: right;
}
#R24list .bl10c {
	color: blue;
	text-align: center;
}
#R24list .rd8 {
	color: red;
	font-size: 8pt;
	font-style: italic;
}
#R24list .or8 {
	color: #FF8000;
	font-size: 8pt;
	font-style: italic;
}
#R24list .hdr {
	font-size:12pt; 
	color:blue; 
	text-align: center;
}
#R24list .sels {
	font-size: 8pt;  
	color: #800000;
}