body {
	font-family: Tahoma, Verdana;
	padding: 0;
	text-align: left;
	margin: 0;
	height: 100%;
}

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

form {
	display: inline;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.noborder {
	border: none !important;
}

.note {
	font-size: 9px;
}

/* Primary Construct */

#home {
	text-align: left;
}

#header {
	width: 100%;
	height: 71px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0px;
	background-color: #034A85;
}

#header #header_content {
	display: block;
	height: 70px;
	padding-left: 6px;
	text-align: left;
	width: 800px;
	margin: auto;
}

#header #header_content br {
	clear: both;
}

#header #header_content h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#header #header_content h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
	width: 218px;
	height: 38px;
	margin: 12px 0 0 0;
}

#header #login_bar {
	float: right;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 500px;
}

#header #header_content #login_bar span {
	padding-top: 15px;
}

#header #header_content #login_bar .left {
	float: left;
	border-right: 1px solid #4884B9;
	padding-right: 12px;
}

#header #header_content #login_bar .middle {
	float: left;
	border-right: 1px solid #4884B9;
	padding: 15px 12px 7px;
}

#header #header_content #login_bar .right {
	float: left;
	padding: 15px 0 0 12px;
	font-size: 11px;
}

#header #header_content #login_bar a {
	color: white;
	text-decoration: none;
}

/* Main navigation */

#menu_shadow {
	position: absolute;
	top: 112px;
	left: 0;
	width: 100%;
	z-index: 10;
	background: url("../images/menu_shadow.png") top left repeat-x;
	behavior: url(../css/iepngfix.htc);
	height: 9px;
	padding: 0;
}

#menu_container {
	clear: both;
	width: 100%;
	height: 41px;
	float: left;
	clear: both;
	background: url(../images/home_menuback.jpg) repeat-x center;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 825px;
	text-align: left;
	margin: 14px auto;
	padding: 0;
}

#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	background: url('../images/divider.gif') right center no-repeat;
	cursor: pointer;
	z-index: 11;
}

#menu li {
	display: inline;
	padding-right: 9px;
}

#menu .last {
	padding: 0;
}

#menu .last a {
	background: none;
	padding: 0;
}

/*
.main_image{float:left;height:325px;width:100%;background:url(../images/home_main_image.jpg) no-repeat center;margin:0;padding:0;}
*/

#main_image {
	float: left;
	width: 100%;
	height: 395px;
	margin: 0px;
	padding: 0px;
}

#main_image h1 {
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

#main_image.bg0 {
	background: url(../images/main_image_bg0.jpg) no-repeat center top;
}

#main_image.bg1 {
	background: url(../images/main_image_bg1.jpg) no-repeat center top;
}

#main_image.bg2 {
	background: url(../images/main_image_bg2.jpg) no-repeat center top;
}

#content {
	float: left;
	height: 325px;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	clear: both;
}


/* //////////////////////////////////////////////////
Horizontal booking engine 
//////////////////////////////////////////////////*/

#booking_bar {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #1A4F77;
	padding-top: 305px;
	height: 55px;
	}

#booking_bar p {
	float: left;
	margin: 0 8px 10px 5px;
	padding: 0;
	width: auto;
	text-align: left;
	}
	
#booking_bar p.last {
	margin: 0 0 10px 5px;
	}

#booking_bar label {
	color: #ffffff;
	font-size: 11px;
	display: block;
	font-weight: bold;
	}

#booking_bar input {
	border: 1px solid #b4b4b4;
	float: left;
	margin: 5px 5px 0 0;
	_margin: 5px 2px 0 0;
	}
#booking_bar select {
	border: 1px solid #b4b4b4;
	margin:5px 5px 0 0;
	float:left;
	}

#booking_bar span {
	background: url('/images/calendar_img.gif') left no-repeat;
	width: 23px;
	height: 19px;
	float: left;
	cursor: pointer;
	margin: 4px 2px 0 2px;
	padding: 0;
	text-indent: -999em;
	}
#booking_bar .submit {
	float:left;
	margin:13px 0 0;
	border:none;
	height:auto;
	width:auto;
}
#booking_bar .submit input{
	border:none;
}
#booking_bar .more_link {
	margin: 10px 10px 10px 5px;
}
#booking_bar .more_link a {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

/* //////////////////////////////////////////////////
END Horizontal booking engine 
//////////////////////////////////////////////////*/

/* Promotional Bar of Images */

#booking_bar #book_submit {
	height: 19px;
	border: none;
	float: right;
	width: 73px;
	margin-top: 17px;
}

#booking_bar br {
	clear: both;
}

#booking_bar .cell {
	float: left;
	width: 130px;
	height: 35px;
	margin: 0 5px 10px 0;
}

#booking_bar #mas {
	width: 60px;
	margin-right: 5px;
}

#booking_bar .sub_cell {
	float: left;
	width: 62px;
}

#promo_bar {
	border-top: 1px solid #DDDAD6;
	background: url("../images/footer_back.gif") repeat-x top center;
	padding: 15px 0 15px 0;
	height: 173px;
	margin: auto;
	width: 805px;
	text-align: center
}

#cuisine a, #flintstones a, #nightlife a {
	text-indent: -999em;
	height: 169px;
	width: 268px;
	display: block;
}

#cuisine {
	display: block;
	float: left;
	height: 169px;
	width: 268px;
	padding: 0;
	margin: 0;
	background: url('../images/supersaver.jpg') center center no-repeat;
}

#flintstones {
	display: block;
	float: left;
	height: 169px;
	width: 268px;
	padding: 0;
	margin: 0;
	background: url('../images/home_flintstones.jpg') center center no-repeat;
}

#nightlife {
	display: block;
	float: left;
	height: 169px;
	width: 268px;
	padding: 0;
	margin: 0;
	/*background: url('../images/home_rightblank.jpg') center center no-repeat;*/
	background: url('../images/home_nightlife.jpg') center center no-repeat;
	}

#flash_box {
	width:233px;
	height:107px;
	padding: 13px 0 0 20px; /*firefox*/
	#padding: 13px 0 0 1px; /*IE7*/
	_padding: 13px 0 0 1px; /*IE6*/
	margin:0;
	}

/* Newsletter and other mid section content */

#content .cells {
	border-top: 1px solid #DDDAD6;
	background: url("../images/footer_back.gif") repeat-x top;
	width: 800px;
	text-align: left;
	clear: both;
	height: 100px;
	margin: auto;
	padding: 20px 0 0 2px;
}

#content .cell {
	float: left;
	width: 258px;
	height: 50px;
	border-right: 1px solid #DDDAD6;
}

#content .cell.first {
	width: 262px;
}

#content .cell.hotels {
	width: 235px;
	padding: 0 15px 0 20px;
}

#content .cell.hotels a {
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/arrow_blue.gif') right center no-repeat;
	margin-left: 65px;
	padding: 0 10px 0 0;
}

#content .cell.hotels span {
	display: block;
	background: url('../images/mas_card.gif') no-repeat;
	width: 64px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}

#content .cell.hotels strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/free_stays.gif') no-repeat;
	width: 148px;
	height: 60px;
}

#content .cell.last {
	border: none;
	line-height: 16px;
}

#content .cell.last a {
	display: block;
	color: #0A3C6D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
	background: url('../images/arrow_orange.gif') left center no-repeat;
	padding-left: 10px;
}

#content .cell br {
	clear: both;
}

#content .cell label {
	display: block;
	background: url('../images/free_offers.gif') no-repeat;
	width: 136px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

#content .cell label a {
	display: block;
	background: url('../images/free_offers.gif') no-repeat;
	width: 136px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

#content .cell input {
	height: 17px;
	font-size: 11px;
	float: left;
	margin: 8px 5px 0 0;
}

#content .cell #email {
	background: #fff;
	width: 180px;
	border: 1px solid #8D8E8E;
	color: #8D8E8E;
	position: inherit;
	padding: 2px 0 0 5px;
}

#content .cell #email_submit {
	background: #fff;
	border: 1px solid #8d94bc;
	width: 26px;
	height: 19px;
	width: 47px;
	color: #f26521;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 0;
}

/* Footer Styles */

#footer_container {
	width: 100%;
	text-align: center;
	float: left;
	margin: auto;
	padding: 30px 0 13px;
}

#footer {
	float: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 800px;
	color: #264F79;
	text-align: center;
	margin: auto;
}

#footer .bottom {
	text-align: left;
	color: #8D8E8E;
}

#footer .bottom p a {
	color: #8D8E8E;
	text-decoration: underline;
}

#footer .bottom p {
	padding-top: 5px;
	margin: 0;
}

#footer .bottom span a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/MeliaLogo.gif") no-repeat;
	width: 90px;
	height: 38px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#footer .bottom .right {
	float: right;
	width: 160px;
}

#footer .bottom .right .cancel {
	color: #2F5883;
}

#footer .bottom .right .cancel,#footer .bottom .right .xml {
	display: block;
	float: right;
	margin-top: 0;
}

#footer .bottom .right .xml {
	color: #fff;
}

#footer .bottom .right select {
	background: #2F5883;
	border: none;
	color: #fff;
	margin-left: 10px;
	float: right;
	height: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer #footer_menu {
	width: 800px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #DDDAD6;
	border-bottom: 1px solid #DDDAD6;
	float: left;
	background: url(../images/footer_back.gif) repeat-x top;
	margin: 0 0 10px;
}

#footer #footer_menu a {
	color: #8D8E8E;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 4px;
}

#footer #footer_menu span {
	float: right;
	font-size:10px;
}

#footer #footer_menu span strong {
	font-size: 10px;
}

/* Footer css jump menu ///////////////////////////////// */

.sol_dd_jumpmenu {
	

/*width:750px;*/
	height: 18px;
	font-size: 0.85em;
}

.sol_dd_jumpmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sol_dd_jumpmenu ul ul {
	width: 150px;
}

.sol_dd_jumpmenu li {
	float: left;
	width: 150px;
	position: relative;
}

.sol_dd_jumpmenu a, .sol_dd_jumpmenu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	width: 139px;
	height: 18px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #094174;
	padding-left: 10px;
	line-height: 17px;
}

* html .sol_dd_jumpmenu a, * html .sol_dd_jumpmenu a:visited {
	width: 150px;
	w\idth: 139px;
}

.sol_dd_jumpmenu ul ul a.drop, .sol_dd_jumpmenu ul ul a.drop:visited {
	background: #094174;
}

.sol_dd_jumpmenu ul ul a.drop:hover {
	background: #094174;
}

.sol_dd_jumpmenu ul ul :hover > a.drop {
	background: #094174;
}

.sol_dd_jumpmenu ul ul ul a, .sol_dd_jumpmenu ul ul ul a:visited {
	background: #094174;
}

.sol_dd_jumpmenu ul ul ul a:hover {
	background: #094174;
}

.sol_dd_jumpmenu ul ul ul :hover > a {
	background: #094174;
}

.sol_dd_jumpmenu table {
	border-collapse: collapse;
	border: 0;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.sol_dd_jumpmenu ul ul {
	visibility: hidden;
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 150px;
}

* html .sol_dd_jumpmenu ul ul {
	bottom: 18px;
}

.sol_dd_jumpmenu ul ul ul {
	left: 150px;
	bottom: 0;
	width: 150px;
}

.sol_dd_jumpmenu ul ul ul.left {
	left: -150px;
}

.sol_dd_jumpmenu ul ul a, .sol_dd_jumpmenu ul ul a:visited {
	background: #094174;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 129px


/* yet another hack for IE5.5 */
}

* html .sol_dd_jumpmenu ul ul a {
	width: 150px;
	w\idth: 129px;
}

.sol_dd_jumpmenu a:hover, .sol_dd_jumpmenu ul ul a:hover {
	color: #fff;
	background: #7D92AC;
}

.sol_dd_jumpmenu :hover > a, .sol_dd_jumpmenu ul ul :hover > a {
	color: #fff;
	background: #7D92AC;
}

.sol_dd_jumpmenu ul li:hover ul,
.sol_dd_jumpmenu ul a:hover ul {
	visibility: visible;
	height: auto;
}

.sol_dd_jumpmenu ul :hover ul ul {
	display: none;
}

.sol_dd_jumpmenu ul :hover ul :hover ul ul {
	display: none;
}

.sol_dd_jumpmenu ul :hover ul :hover ul {
	display: block;
	bottom: 0;
}

.sol_dd_jumpmenu ul :hover ul :hover ul :hover ul {
	display: block;
	bottom: 0;
}

/* End Footer css jump menu ///////////////////////////////// */

/*  RoundedCalendar */

.rtop,.artop {
	display: block
}

.rtop *,.artop * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 1px
}

.artop * {
	border-style: solid;
	border-width: 0 1px
}

.r1,.rl1,.re1,.rel1 {
	margin-left: 5px
}

.r1,.rr1,.re1,.rer1 {
	margin-right: 5px
}

.r2,.rl2,.re2,.rel2,.ra1,.ral1 {
	margin-left: 3px
}

.r2,.rr2,.re2,.rer2,.ra1,.rar1 {
	margin-right: 3px
}

.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1 {
	margin-left: 2px
}

.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1 {
	margin-right: 2px
}

.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2 {
	margin-left: 1px
}

.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2 {
	margin-right: 1px
}

.rx1,.rxl1 {
	border-left-width: 5px
}

.rx1,.rxr1 {
	border-right-width: 5px
}

.rx2,.rxl2 {
	border-left-width: 3px
}

.rx2,.rxr2 {
	border-right-width: 3px
}

.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1 {
	border-left-width: 2px
}

.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1 {
	border-right-width: 2px
}

.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2 {
	border-right-width: 0
}

.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2 {
	border-left-width: 0
}

.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4 {
	height: 2px
}

.rer1,.rel1,.re1,.res1,.resl1,.resr1 {
	border-width: 1px 0 0;
	height: 0px !important;

height /**/: 1px
}

.TESTcpYearNavigation,.TESTcpMonthNavigation {
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #CF612E;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	padding-bottom: 4px;
}

.TESTcpDayColumnHeader,.TESTcpYearNavigation,.TESTcpCurrentMonthDate,.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDate,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDate,.TESTcpCurrentDateDisabled,.TESTcpTodayText,.TESTcpTodayTextDisabled,.TESTcpText {
	font-family: arial;
	font-size: 11px;
}

TD.TESTcpDayColumnHeader {
	text-align: center;
	border: solid thin #6677DD;
	color: #707070;
	font-weight: bold;
	border-width: 0;
}

.TESTcpCurrentMonthDate,.TESTcpOtherMonthDate,.TESTcpCurrentDate {
	text-align: center;
	text-decoration: none;
}

.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.TESTcpCurrentMonthDate {
	color: #FFFFFF;
	font-weight: bold;
	border-left: 0 solid red;
}

TD.TESTcpOtherMonthDate,TD.TESTcpCurrentMonthDate {
	color: #6677DD;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom: 2px solid #EEEEEE;
	text-align: center;
	padding: 3px 4px;
}

TD.TESTcpOtherMonthDate:Hover,TD.TESTcpCurrentDate:Hover,TD.TESTcpCurrentMonthDate:Hover {
	background-color: #CF612E;
	cursor: pointer;
}

a.TESTcpOtherMonthDate:Hover {
	color: #999999;
	text-decoration: none;
}

a.TESTcpCurrentDate:Hover,a.TESTcpCurrentMonthDate:Hover {
	color: #FFFFFF;
	text-decoration: none;
}

.TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}

.TESTcpOtherMonthDate {
	color: #999999;
}

TD.TESTcpCurrentDate {
	color: #EEEEEE;
	background-color: #999999;
	border-bottom: 2px solid #EEEEEE;
}

TD.TESTcpCurrentDateDisabled {
	border: solid thin #FFAAAA;
	border-width: 1px;
}

TD.TESTcpTodayText,TD.TESTcpTodayTextDisabled {
	border: solid thin #6677DD;
	display: none;
	border-width: 0;
}

A.TESTcpTodayText,SPAN.TESTcpTodayTextDisabled {
	height: 20px;
}

A.TESTcpTodayText {
	color: #6677DD;
	font-weight: bold;
}

SPAN.TESTcpTodayTextDisabled {
	color: #D0D0D0;
}

.TESTcpBorder {
	border-left: 7px solid #EEEEEE;
	border-right: 7px solid #EEEEEE;
	border-top: 0;
	border-bottom: 0;
	background-color: #EEEEEE;
}

#home .calendarDivStyle {
	position: absolute;
	visibility: hidden;
	width: 166px;
	z-index: 6;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .cf {
	height: 1%;
}

.testLeft,.testRight {
	border-right: 0;
	background-color: #CCCCCC;
	border-bottom: 2px solid #EEE;
	font-size: 8px;
	margin: 0;
	padding: 0;
}