@charset "utf-8";
/* ************************************************************************* */
/* ROOMSTOMOVE SPECIFIC STYLES                                               */
/* ************************************************************************* */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
/* Forms */
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #efefef;	
	border-top: solid #A0081A 1px; 
	border-left: solid #A0081A 1px; 
	border-right: solid #A0081A 1px; 
	border-bottom: solid #A0081A 1px; 
}
.inputboxerr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;	
	border-top: solid #A0081A 1px; 
	border-left: solid #A0081A 1px; 
	border-right: solid #A0081A 1px; 
	border-bottom: solid #A0081A 1px; 
}
/* Booking Headings Backgrounds */
.darkbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #A0081A;	
	color: #FFFFFF;
}
.mediumbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A0081A;	
	color: #FFFFFF;
}
.lightbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5E6E8;	
	color: #333333;
}
/* Booking Steps */
.steps_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.steps_current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:top;
	color: #000000;
	padding-right: 10px;
}
.steps_wait {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:top;
	color:#E2B4BA;
	padding-right: 10px;
}
.steps_complete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	color:#E2B4BA;
	padding-right: 10px;
}
.steps_icon {
	vertical-align:top;
}
/* Image enlargement Link */
a.enlarge:link, a.enlarge:visited, a.enlarge:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a.enlarge:hover {
	text-decoration: underline;
}
/* */
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
} 
.requiredtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.confirmInformationTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 150%;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.Link {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}

A.Link:visited {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}

A.Link:link {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}

A.Link:hover {
   color : #33aa33; 
   font-weight: bold;
   text-decoration : underline; 
}


A.Reg:active {
   font-size : 9pt; 
   font-family : Geneva, arial, sans-serif; 
   color : #003399; 
   text-decoration : none; 
}

.promotional {
	color:red;
	font-size: 10px;
}	

.currencyfooter {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C30036;
}
a.currencyLink:link, a.currencyLink:active, a.currencyLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a.currencyLink:hover {
	color:#0000FF;
}

.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.rtmPoweredSec {
	padding-top: 5px;
	padding-bottom: 20px;
}

/* Printer Friendly */
.print_navTbl {
	background-color: #A0081A;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
}
A.printfriendly:link, A.printfriendly:visited {
	display: block;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	text-align: center;
}
A.printfriendly:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#F5E6E8;
	border: none;
}
/* End Printer Friendly */
.rtm_lmgiFrame {
	width: 700px;
}


/* ************************************************************************* */
/* HOTEL WEBSITE SPECIFIC STYLES                                             */
/* ************************************************************************* */
#hs_mainContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#hs_headerLogo {
	padding-top: 30px;
	text-align: center;
}
#hs_headerImage {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
#hs_bookingContainer {
	width: 100%;
	text-align: left;
}
#hs_bookingContainer .rtmContainer {
	text-align: center;
}
#hs_navigation {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
	color:#000000;
	text-align:center;
	background-color: #FFFFFF;
}
.hs_mainNav {
	padding: 0;
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;
	list-style: none;
}
.hs_mainNav li {
	display: inline;
	margin: 0;
	padding: 10px; 
}
.hs_mainNav a, .hs_mainNav a:link, .hs_mainNav a:visited, .hs_mainNav a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
.hs_mainNav a:hover {
	color:#BF0429;
}

#hs_footer {
	width: 100%;
	margin: 24px auto 8px auto;
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
#hs_footer a, #hs_footer a:visited {
	color: #999999;
	text-decoration: none;
}
#hs_footer a:hover {
	color: #000000;
	text-decoration: underline;
}
