@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-image: url(../img/bg_page.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8EFF7;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

.navigation, .navigation ul {
	list-style:none;
	height:35px;
	display:inline;
	margin: 0px;
}

.navigation li {
	float:left;
	margin-right:5px;

}

.navigation a:link, .navigation a:visited  {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

.navigation a:hover {
	background-color:#000033;
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navigation .down {
	background-color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bg-wrapper {
	padding: 20px;
	width: 958px;
	background-image: url(../img/bg_clouds.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CDDCED;
}


.content-wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	clear: both;
	width: 940px;
}
.destination-img-container {
	background-color: #E8EFF7;
	float: right;
	height: 245px;
	width: 410px;
	border: 1px solid #000033;
	margin-bottom: 10px;
	margin-left: 10px;
}

.destination-img-container img {
	height: 245px;
	width: 410px;
}


.easy-steps {
	background-color: #E8EFF7;
	padding: 10px;
	float: left;
	width: 188px;
	border: 1px solid #000033;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/bg_page.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo {
	padding-bottom: 20px;
	float: left;
}
.phone-number {
	padding-bottom: 10px;
	float: right;
	padding-top: 10px;
}
.grid-container {
	background-color: #003366;
	background-image: url(../img/bg_grid_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	height: auto;
	width: 708px;
	border: 1px solid #000033;
	padding: 5px;
}


.grid_search_category_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000033;
	padding: 5px;
	text-align: right;
	color: #FFFFFF;
	background-color: #006699;
}

.grid_search_option_off_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000033;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6699CC;
}

.grid_search_option_off_cell a:link, .grid_search_option_off_cell a:visited  {

	color: #FFFFFF;
	text-decoration:none;

}

.grid_search_option_off_cell a:hover {

	color: #FFFFFF;
	text-decoration:underline;

}


.grid_search_option_on_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6699CC;
	padding: 5px;
	text-align: center;
	color: #6293C5;
	background-color: #FFFFFF;
}

.grid_search_option_on_cell a:link, .grid_search_option_on_cell a:visited  {

	color: #6293C5;
	text-decoration:none;

}

.grid_search_option_on_cell a:hover {

	color: #6293C5;
	text-decoration:none;

}



.grid_yellow_cell {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF99;
	background-image: url(../img/bg_grid_yellow_cell.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #000033;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	color: #000033;
}


.grid_price_cell_red a:link, .grid_price_cell_red a:visited {
        font-size: 18px;
        font-weight: bold;
        background-color: #ffffff;
        display:block;
        padding: 5px;
        border: 1px solid #000033;
        background-image: url(/imx/back-red-2.gif);
        text-align: center;
        color:#aa0000;
}

.grid_price_cell_red a:hover {
        font-size: 18px;
        font-weight: bold;
        background-color: #FFFF99;
        display:block;
        padding: 5px;
        border: 1px solid #FFCC00;
        text-align: center;
        color: #FF9900;
}


.grid_price_cell a:link, .grid_price_cell a:visited {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	display:block;
	padding: 5px;
	border: 1px solid #000033;
	text-align: center;
	color:#6699CC;
}

.grid_price_cell a:hover {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF99;
	display:block;
	padding: 5px;
	border: 1px solid #FFCC00;
	text-align: center;
	color: #FF9900;
}

.grid_head_cell {
	font-size: 14px;
	font-weight: bold;
	background-color: #6699CC;
	border: 1px solid #000033;
	text-align: center;
	background-image: url(../img/bg_grid_header_cell.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 23px;
	padding-left: 5px;
	color: #000033;
}
.footer {
	background-color: #6699CC;
	padding: 10px;
	background-image: url(../img/bg_clouds.jpg);
	background-position: 0px -150px;
	background-repeat: repeat-x;
	text-align: left;
	clear: both;
	color: #336699;
	font-size: 10px;
}

.footer a:link, .footer a:visited {
	color: #000033;
	text-decoration:underline;
	font-weight: bold;
}

.footer a:hover {
	color:#006699;
	text-decoration:underline;
	font-weight: bold;
}
.destination-img-container-small a:link, .destination-img-container-small a:visited {
	background-color: #E8EFF7;
	width: 163px;
	border: 1px solid #000033;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000033;
	text-decoration: none;
}

.destination-img-container-small a:hover {
	background-color: #FFFF99;
	width: 163px;
	border: 1px solid #FFCC00;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.destination-img-container-small img {
	height: 133px;
	width: 163px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.prev_month {
	display: block;
	float: left;
	padding: 10px;
	background-color: #006699;
}
.next_month {
	display: block;
	float: right;
	padding: 10px;
	background-color: #006699;
}
.mainoffer-container {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
.mainoffer-container .offer-datecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #6699CC;
	background-image: url(../img/bg_offer_calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 90px;
	width: 90px;
	padding: 5px;
}
.offer-infocell {
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}
.mainoffer-linkcell {
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-weight: bold;
}

.mainoffer-bookcell a:link, .mainoffer-bookcell a:visited {
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding: 2px;
	margin-top: 5px;
}

.mainoffer-bookcell a:hover {
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color:#FFFF99;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	padding: 2px;
	margin-top: 5px;
}


.mainoffer-price {
	font-size: 36px;
	font-weight: bold;
	color: #FFCC00;
}
.bigoffer-infocell {
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}
.bigoffer-linkcell {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6699CC;
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
}
.bigoffer-phone {
	font-size: 72px;
	font-weight: bold;
	color: #FFCC00;
}
.bigoffer-ref {
	font-size: 36px;
	font-weight: bold;
	color: #003366;
}
.bigoffer-container {
	margin-bottom: 10px;
	border: 5px solid #6699CC;
	padding: 10px;
}
.bigoffer-calltoaction {
	background-color: #99CCFF;
	background-image: url(../img/bg_bigoffer_cta.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
.bigoffer-reference {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
	padding: 10px;
}
.filter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006699;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.filter-divider {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #99CCFF;
}

.@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-image: url(../img/bg_page.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8EFF7;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

.navigation, .navigation ul {
	list-style:none;
	height:35px;
	display:inline;
	margin: 0px;
}

.navigation li {
	float:left;
	margin-right:5px;

}

.navigation a:link, .navigation a:visited  {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

.navigation a:hover {
	background-color:#000033;
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navigation .down {
	background-color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height:20px;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bg-wrapper {
	padding: 20px;
	width: 958px;
	background-image: url(../img/bg_clouds.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CDDCED;
}
.content-wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	clear: both;
	width: 940px;
}
.destination-img-container {
	background-color: #E8EFF7;
	float: right;
	height: 245px;
	width: 410px;
	border: 1px solid #000033;
	margin-bottom: 10px;
	margin-left: 10px;
}

.destination-img-container img {
	height: 245px;
	width: 410px;
}


.easy-steps {
	background-color: #E8EFF7;
	padding: 10px;
	float: left;
	width: 188px;
	border: 1px solid #000033;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/bg_page.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo {
	padding-bottom: 20px;
	float: left;
}
.phone-number {
	padding-bottom: 10px;
	float: right;
	padding-top: 10px;
}
.grid-container {
	background-color: #003366;
	background-image: url(../img/bg_grid_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	height: auto;
	width: 708px;
	border: 1px solid #000033;
	padding: 5px;
}


.grid_search_category_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000033;
	padding: 5px;
	text-align: right;
	color: #FFFFFF;
	background-color: #006699;
}

.grid_search_option_off_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000033;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6699CC;
}

.grid_search_option_off_cell a:link, .grid_search_option_off_cell a:visited  {

	color: #FFFFFF;
	text-decoration:none;

}

.grid_search_option_off_cell a:hover {

	color: #FFFFFF;
	text-decoration:underline;

}


.grid_search_option_on_cell {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6699CC;
	padding: 5px;
	text-align: center;
	color: #6293C5;
	background-color: #FFFFFF;
}

.grid_search_option_on_cell a:link, .grid_search_option_on_cell a:visited  {

	color: #6293C5;
	text-decoration:none;

}

.grid_search_option_on_cell a:hover {

	color: #6293C5;
	text-decoration:none;

}



.grid_yellow_cell {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF99;
	background-image: url(../img/bg_grid_yellow_cell.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #000033;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	color: #000033;
}


.grid_price_cell_red a:link, .grid_price_cell_red a:visited {
        font-size: 18px;
        font-weight: bold;
        background-color: #ffffff;
        display:block;
        padding: 5px;
        border: 1px solid #000033;
        background-image: url(/imx/back-red-2.gif);
        text-align: center;
        color:#aa0000;
}

.grid_price_cell_red a:hover {
        font-size: 18px;
        font-weight: bold;
        background-color: #FFFF99;
        display:block;
        padding: 5px;
        border: 1px solid #FFCC00;
        text-align: center;
        color: #FF9900;
}


.grid_price_cell a:link, .grid_price_cell a:visited {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	display:block;
	padding: 5px;
	border: 1px solid #000033;
	text-align: center;
	color:#6699CC;
}

.grid_price_cell a:hover {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF99;
	display:block;
	padding: 5px;
	border: 1px solid #FFCC00;
	text-align: center;
	color: #FF9900;
}

.grid_head_cell {
	font-size: 14px;
	font-weight: bold;
	background-color: #6699CC;
	border: 1px solid #000033;
	text-align: center;
	background-image: url(../img/bg_grid_header_cell.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 23px;
	padding-left: 5px;
	color: #000033;
}
.footer {
	background-color: #6699CC;
	padding: 10px;
	background-image: url(../img/bg_clouds.jpg);
	background-position: 0px -150px;
	background-repeat: repeat-x;
	text-align: left;
	clear: both;
	color: #336699;
	font-size: 10px;
}

.footer a:link, .footer a:visited {
	color: #000033;
	text-decoration:underline;
	font-weight: bold;
}

.footer a:hover {
	color:#006699;
	text-decoration:underline;
	font-weight: bold;
}
.destination-img-container-small a:link, .destination-img-container-small a:visited {
	background-color: #E8EFF7;
	width: 163px;
	border: 1px solid #000033;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000033;
	text-decoration: none;
}

.destination-img-container-small a:hover {
	background-color: #FFFF99;
	width: 163px;
	border: 1px solid #FFCC00;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.destination-img-container-small img {
	height: 133px;
	width: 163px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.prev_month {
	display: block;
	float: left;
	padding: 10px;
	background-color: #006699;
}
.next_month {
	display: block;
	float: right;
	padding: 10px;
	background-color: #006699;
}
.mainoffer-container {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
.mainoffer-container .offer-datecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #6699CC;
	background-image: url(../img/bg_offer_calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 90px;
	width: 90px;
	padding: 5px;
}
.offer-infocell {
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}


.offer-infocell img {
width:15px;
height:15px;
}

.mainoffer-linkcell {
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-weight: bold;
}

.mainoffer-bookcell a:link, .mainoffer-bookcell a:visited {
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding: 2px;
	margin-top: 5px;
}

.mainoffer-bookcell a:hover {
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color:#FFFF99;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	padding: 2px;
	margin-top: 5px;
}


.mainoffer-price {
	font-size: 36px;
	font-weight: bold;
	color: #FFCC00;
}
.bigoffer-infocell {
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}
.bigoffer-linkcell {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6699CC;
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
}
.bigoffer-phone {
	font-size: 72px;
	font-weight: bold;
	color: #FFCC00;
}
.bigoffer-ref {
	font-size: 36px;
	font-weight: bold;
	color: #003366;
}
.bigoffer-container {
	margin-bottom: 10px;
	border: 5px solid #6699CC;
	padding: 10px;
}
.bigoffer-calltoaction {
	background-color: #99CCFF;
	background-image: url(../img/bg_bigoffer_cta.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
.bigoffer-reference {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
	padding: 10px;
}
.filter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006699;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.filter-divider {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #99CCFF;
}

.main_offer_img {
	width: 232px;
	height: 150px;

}

.alt_image img{
	width: 130px;
	height: 100px;
}

.booking-form-offer {
	float: left;
	width: 458px;
	margin-left: 10px;
}
.booking-form-summary-header {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 5px;
	margin-bottom: 5px;
}

.booking-form {
	float: left;
	width: 470px;
}


.booking-form select, .booking-form input {
	font-size: 11px;
}


.booking-form-pax {
	font-weight: bold;
	background-color: #99CCFF;
	padding: 10px;
	font-size: 11px;
}


.booking-form table{

}
.booking-form-header {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.booking-form-pay {
	border: 1px solid #99CCFF;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

.booking-form-cards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}
.booking-form-summary-total {
	font-size: 24px;
	font-weight: bold;
}
.booking-form-summary-headers {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CCFF;
	padding: 5px;
}
.booking-form-summary-headers-subtotals {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 5px;
}
.booking-form-summary-headers-perperson {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.booking-form-summary-total-price {
	font-size: 36px;
	font-weight: bold;
	color: #FF6600;
}
