/*************************************************************************
*   
*   Global Stylesheet
*
*   Copyright 2004-2009, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	text-align: center;
	background: #F4AA00 url(../../graphics/common/miscellaneous/back.gif);
	padding: 0;
	margin: 0;
	cursor: default;
}
table, td, div {
	font-size: 11px;
}
img {
	border: 0; 
}
img.border {
	border: solid 1px #4B4A4B;
}
img.border-left {
	border: solid 1px #4B4A4B;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 7px;
}
img.border-right {
	border: solid 1px #4B4A4B;
	margin-top: 5px;
	margin-left: 12px;
	margin-bottom: 7px;	
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
form, input, select {
	padding: 0;
	margin: 0;
}
h1.breadcrumb,
h1.breadcrumb a,
h1.breadcrumb a:link,
h1.breadcrumb a:active,
h1.breadcrumb a:visited,
h1.breadcrumb a:hover,
h1.breadcrumb span.SkinObject {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #00254F;
	text-decoration: none;
	text-align: left;
}
.left h1.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #336298;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
	padding: 3px 0 3px 0;
}
.left h1.title span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00254F;
	margin: -1px 0 0 0;
	display: block;
}
.left h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #00254F;
	text-decoration: none;
	text-align: left;
	padding: 1px 0 0 0;
}
.left h2.title a {
	color: #00254F;
	text-decoration: underline;
}
.left h2.title a:hover {
	color: #00254F;
	text-decoration: none;
}
.right h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.right h2.title a {
	color: #FFF;
	text-decoration: underline;
}
.right h2.title a:hover {
	color: #FFF;
	text-decoration: none;
}
.right h2.title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
hr {
	height: 1px;
	color: #E0E0E0;
	background: #E0E0E0;
	border: 0;
}
a, a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

.fontresize {
	width: 857px;
	padding: 0 21px 0 0;
	margin: 0 auto -33px auto;
}
.container {
	width: 878px;
	margin: 18px auto 0 auto;
}
.container .t {
	background: url(../../graphics/common/container/t.gif);
	background-position: 0% 0%;
}
.container .tl {
	background: url(../../graphics/common/container/tl.gif);
	background-position: 0% 0%;
}
.container .tr {
	background: url(../../graphics/common/container/tr.gif);
	background-position: 100% 0%;
}
.container .l {
	background: url(../../graphics/common/container/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}	
.container .r {
	background: url(../../graphics/common/container/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
.container .b {
	background :url(../../graphics/common/container/b.gif);
	background-position: 50% 100%;
}
.container .bl {
	background: url(../../graphics/common/container/bl.gif);
	background-position: 0% 100%;
}
.container .br {
	background: url(../../graphics/common/container/br.gif);
	background-position: 100% 100%;
}
.container .t,
.container .b {
	background-color: transparent;
	background-repeat: repeat-x;
}
.container .tl,
.container .tr,
.container .bl,
.container .br {
	background-color: transparent;
	background-repeat: no-repeat;
}
.container .enclose {
	padding: 12px;
}
.container .wrapper {
	width: 854px;
	background: #FFF;
}
.container .wrapper .leftpanel {
	width: 190px;
	background: #1F4064 url(../../graphics/common/leftpanel/back.png) no-repeat left bottom;
}
.container .wrapper .leftpanel .holder {
	margin: 0 0 8px 8px;
	border-left: solid 1px #3A5777;
	border-bottom: solid 1px #3A5777;
}
.container .wrapper .rightpanel {
	width: 664px;
	background: url(../../graphics/common/rightpanel/back.png) no-repeat left bottom;
}
.container .wrapper .rightpanel .holder {
	width: 648px;
	margin: 15px 8px 8px 8px;
	border-bottom: solid 1px #DCDEDE;
}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide {
	display: none;
}
.clear {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.divider {
	margin: 0 10px 0 0;
}
.left .separator {
	margin: 0 0 15px 0;
	border-bottom: solid 1px #D1D1D1;
}
.right .separator {
	margin: 0 0 15px 0;
	border-bottom: solid 1px #C3C6C6;
}
.right .orange .separator {
	margin: 0 0 15px 0;
	border-bottom: solid 1px #FBDF9F;
}
.nomargin p {
	margin: 0;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

.leftpanel .header {
	height: 64px;
	background: url(../../graphics/common/leftpanel/header/back.png) no-repeat right;
	margin: 0 0 200px 0;
}
.rightpanel .header {
	height: 64px;
	background: #1F4064;
}
#header {
	width: 181px;
	height: 64px;
	float: left;
}
#header li.home {
	width: 18px;
	height: 18px;
	list-style: none;
	margin: 23px 0 23px 21px;
	float: left;
}
#header li.home a img {
	width: 18px;
	height: 18px;
	background: url(../../graphics/common/leftpanel/header/icons/icon-home.png) no-repeat top;
}
#header li.home a:hover img {
	background: url(../../graphics/common/leftpanel/header/icons/icon-home.png) no-repeat bottom;
}
#header li.flags {
	width: 100px;
	height: 11px;
	list-style: none;
	margin: 26px 0 27px 20px;
	float: left;
}

/*--------------------------------------------------------------------------
Logo
--------------------------------------------------------------------------*/

.logo {
	width: 220px;
	height: 200px;
	background: #FFF url(../../graphics/common/logo/back.png) no-repeat right top;
	margin: 64px 0 0 -39px;
	position: absolute;
}
.logo img {
	margin: 58px 0 0 49px;
}
.shadow {
	width: 159px;
	height: 27px;
	background: url(../../graphics/common/logo/shadow.png) no-repeat left top;
	margin: 264px 0 0 -9px;
	position: absolute;
}

/*--------------------------------------------------------------------------
Top Navigation
--------------------------------------------------------------------------*/

#TopNavigation {
	width: 664px;
	height: 56px;
	float: left;
}
#TopNavigation li {
	font-size: 11px;
	list-style: none;
	border-right: solid 1px #3A5777;
	float: left;
}
#TopNavigation li.start a {
	padding: 25px 17px 17px 50px;
}
#TopNavigation a {
	color: #B7C7DA;
	text-decoration: none;
	background: url(../../graphics/common/topnavigation/back.png) no-repeat right top;
	padding: 25px 17px 17px 18px;
	display: block;
}
#TopNavigation a:hover {
	color: #FFF;
	background: url(../../graphics/common/topnavigation/back.png) no-repeat right -56px;
}
#TopNavigation li.end {
	border: 0;
}
#TopNavigation li.end a {
	padding: 25px 32px 17px 18px;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content {
	width: 635px;
	padding: 0 7px 0 7px;
}
.default .left {
	width: 379px;
	background: url(../../graphics/common/content/left/back.gif) repeat-x;
	padding: 16px 20px 0 20px;
	margin: 0 0 15px 0;
}
.sublevel .left {
	width: 594px;
	background: url(../../graphics/common/content/left/back.gif) repeat-x;
	padding: 16px 20px 0 20px;
	margin: 0 0 15px 0;
}
.touroperators .left {
	width: 614px;
	background: url(../../graphics/common/content/left/back.gif) repeat-x;
	padding: 16px 0 0 20px;
	margin: 0 0 15px 0;
}
.sublevel-navigation .left {
	width: 379px;
	background: url(../../graphics/common/content/left/back.gif) repeat-x;
	padding: 16px 20px 0 20px;
	margin: 0 0 15px 0;
}
.default .right {
	width: 200px;
}
.left .content-title {
	text-align: left;
}
.right .content-title {
	text-align: left;
	background: #1F4064 url(../../graphics/common/title/right/back.png) no-repeat right top;
	padding: 11px 15px 11px 14px;
}
.right .orange .content-title {
	text-align: left;
	background: #F4AA00 url(../../graphics/common/title/orange/back.png) no-repeat right top;
	padding: 11px 15px 11px 14px;
}
.content-holder {
	padding: 0;
}
.content-holder,
.content-holder table {
	line-height: 15px;
}
.content-holder p {
	margin: 0 0 13px 0;
}
.content-holder ul {
	padding: 0 0 0 36px;
}
.left .text {	
	padding: 16px 0 20px 0;
}
.right .text {	
	padding: 16px 15px 4px 15px;
}
.image {
	padding: 20px 15px 20px 15px;
}
.bookingengine {
	padding: 17px 15px 20px 15px;
}
.submenu {
	padding: 10px 15px 20px 15px;
}
.navigation {
	width: 173px;
	margin: 15px 0 30px 0;
}
.xmod {
	padding: 13px 0 0 0;
}
.specialoffers {
	width: 386px;
	margin: 0 0 0 0;
}
.grey {
	background: #DCDEDE url(../../graphics/common/content/right/back.gif) no-repeat left top;
}
.orange {
	background: #FDF0D1 url(../../graphics/common/content/orange/back.gif) no-repeat left top;
}
.plain {
	padding: 0;
}
.tdc,
.cdc {
	width: 379px;
}
.tdr,
.cdr {
	width: 170px;
}
.tsl,
.csl {
	width: 594px;
}
.touroperators .tsl,
.touroperators .csl {
	width: 614px;
}
.tsc,
.csc {
	width: 379px;
}
.tsr,
.csr {
	width: 170px;
}

/*--------------------------------------------------------------------------
Banner
--------------------------------------------------------------------------*/

.default .banner {
	width: 632px;
	height: 245px;
	margin: 0 7px 15px 7px;
	border: solid 1px #1F4064;
}
.sublevel .banner,
.sublevel-navigation .banner,
.touroperators .banner {
	width: 632px;
	height: 183px;
	margin: 0 7px 15px 7px;
	border: solid 1px #1F4064;
}
.sublevel .banner p,
.sublevel-navigation .banner p,
.touroperators .banner p {
	margin: 0;
}

/*--------------------------------------------------------------------------
Social Networks
--------------------------------------------------------------------------*/

.socialnetworks {
	width: 173px;
	margin: 0 0 30px 0;
}
.socialnetworks img {
	margin: 0 0 0 21px;
}

/*--------------------------------------------------------------------------
Quicklinks
--------------------------------------------------------------------------*/

.quicklinks {
	width: 173px;
}
#quicklinks {
	width: 173px;
	float: left;
}
#quicklinks li {
	width: 173px;
	text-align: left;
	list-style: none;
	border-top: solid 1px #3A5777;
	float: left;
}
#quicklinks li a {
	padding: 15px 0 15px 15px;
	background: url(../../graphics/common/quicklinks/back.png) repeat-y left;
	display: block;
}
#quicklinks li.events a {
	padding: 15px 0 15px 15px;
}
#quicklinks li.hotel360 a {
	padding: 14px 0 15px 15px;
}
#quicklinks li.livewebcam a {
	padding: 16px 0 16px 15px;
}
#quicklinks a:hover {
	 background: none;
}

/*--------------------------------------------------------------------------
Booking Engine
--------------------------------------------------------------------------*/

.bookingengine-container {
	width: 170px;
	color: #818181;
	text-align: left;
	background: #FDF0D1;
}
.bookingengine p,
.bookingengine-container p {
	margin: 0;
}
.bookingengine-container p.title {
	margin: 20px 0 16px 0;
	float: left;
}
.bookingengine-container p.checkindate {
	width: 170px;
	background: url(../../graphics/common/bookingengine/separator.gif) repeat-x bottom;
	padding: 0 0 13px 0;
	float: left;
}
.bookingengine-container p.nights,
.bookingengine-container p.adults {
	width: 40px;
	margin: 2px 12px 0 0;
	float: left;
}
.bookingengine-container p.children {
	width: 40px;
	margin: 2px 0 0 0;
	float: left;
}
.bookingengine-container p.currency {
	width: 170px;
	background: url(../../graphics/common/bookingengine/separator.gif) repeat-x top;
	padding: 3px 0 5px 0;
	float: left;
}
.bookingengine-container label.nights,
.bookingengine-container label.adults,
.bookingengine-container label.children,
.bookingengine-container label.currency {
	margin: 7px 0 0 0;
	float: left;
}
.bookingengine-container select,
.bookingengine-container input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 21px;
}
.bookingengine-container select#date {
	width: 40px;
	margin: 5px 12px 0 0;
	float: left;
	clear: left;
}
.bookingengine-container select#month {
	width: 52px;
	margin: 5px 12px 0 0;
	float: left;
}
.bookingengine-container select#year {
	width: 54px;
	margin: 5px 0 0 0;
	float: left;
}
.bookingengine-container select#nights,
.bookingengine-container select#adults,
.bookingengine-container select#children {
	width: 40px;
	margin: 5px 0 12px 0;
	float: left;
}
.bookingengine-container select#currency {
	width: 170px;
	margin: 5px 0 0 0;
	float: left;
	clear: left;
}
.bookingengine-buttons {
	width: 170px;
	margin: 15px 0 0 0;
	float: left;
}
.bookingengine-buttons p.booknow,
.bookingengine-buttons p.cancel {
	margin: 0 12px 0 0;
	float: left;
}
.bookingengine-buttons p.booknow input#booknow {
	height: 27px;
}

/*--------------------------------------------------------------------------
Tour Operators
--------------------------------------------------------------------------*/

/* xmod fix */
table#dnn_ctr1885_XModDisplay_dlXMods {
	margin: -2px;
}
/* xmod fix */
.to-container-content {
	width: 186px;
	margin: 0 15px 0 0;
	float: left;
}
ul.to-container-item {
	padding: 0;
	float: left;
}
.to-container-item li {
	list-style: none;
	border: 1px solid #DCDEDE;
}
.to-container-item li span {
	border: 3px solid #EEE;
	display: block;
}
.to-container-item li img {
	width: 178px;
	height: 132px;
}
.to-container-information {
	padding: 3px;
	margin: 5px 0 0 0;
	background: #EEE;
	border: 1px solid #DCDEDE;
	float: left;
}
.to-container-information-content {
	width: 178px;
	height: 22px;
	white-space: nowrap;
	padding: 5px 0 5px 0;
	background: #FFF;
}
.to-container-information-content-web {
	margin: 0 0 4px 0;
}
.to-container-information-content-web,
.to-container-information-content-print {
	width: 178px;
	font-size: 9px;
	color: #1F4064;
	text-align: left;
	line-height: 9px;
	float: left;
}
.to-container-information-content-web img,
.to-container-information-content-print img {
	margin: 0 5px 0 6px;
}
.to-container-information-content-web a,
.to-container-information-content-web a:link,
.to-container-information-content-web a:active,
.to-container-information-content-web a:visited,
.to-container-information-content-print a,
.to-container-information-content-print a:link,
.to-container-information-content-print a:active,
.to-container-information-content-print a:visited {
	color: #1F4064;
	text-align: none;
	text-decoration: none;
}
.to-container-information-content-web a:hover,
.to-container-information-content-print a:hover {
	color: #003B7E;
	text-decoration: none;
}
.to-container-buttons {
	width: 186px;
	margin: 0 0 12px 0;
	float: left;
}
.to-container-buttons a,
.to-container-buttons a:link,
.to-container-buttons a:active,
.to-container-buttons a:visited {
	width: auto;
	font-size: 9px;
	color: #1F4064;
	white-space: nowrap;
	text-decoration: none;
	background-color: #FFF;
	padding: 1px 9px 1px 9px;
	margin: 12px 12px 0 0;
	border: 1px solid #DCDEDE;
	float: left;
}
.to-container-buttons a:hover {
	color: #1F4064;
	background: #EEE;
	display: block;
}

/*--------------------------------------------------------------------------
Contact Us
--------------------------------------------------------------------------*/

#dnn_ctr1331_ModuleContent {
	margin: -8px;
}
.contactus-container {
	width: 300px;
	margin: auto;
}
.contactus-container input,
.contactus-container textarea,
.contactus-container select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.contactus-container-buttons {
	float: right;
}
.contactus-container-buttons a,
.contactus-container-buttons a:link,
.contactus-container-buttons a:active,
.contactus-container-buttons a:visited {
	width: auto;
	font-size: 9px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #fff;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-right: 12px;
	border: solid 1px #002e59;
	display: inline;
	float: left;
}
.contactus-container-buttons a:hover {
	background-color: #05325c;
	color: #FFFFFF;
	display: block;
}
.contactus-container-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
}
.validating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FC7216;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Special Offers
--------------------------------------------------------------------------*/

/* xmod fix */
table#dnn_ctr832_XModDisplay_dlXMods,
#dnn_ctr1793_XModDisplay_dlXMods {
	margin: 0 0 0 -2px;
}
.MarinaHotel-SpecialOffers-ListView-Container {
	width: 379px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	float: left;
}
.MarinaHotel-SpecialOffers-DetailView-Container {
	width: 379px;
	text-align: justify;
	float: left;
}
.MarinaHotel-SpecialOffers-DetailView-Container p {
	padding: 0px;
	margin: 0px;
}
.MarinaHotel-SpecialOffers-ListView-Container p {
	padding: 0px;
	margin: 0px;
}
.MarinaHotel-SpecialOffers-ListView-Container p.Name {
	color: #666666;
	padding-left: 7px;
}
.MarinaHotel-SpecialOffers-ListView-Container p.Date {
	padding-bottom: 8px;
	padding-left: 7px;
}
.MarinaHotel-SpecialOffers-DetailView-Container p.NameDetail {
	color: #666666;
}
.MarinaHotel-SpecialOffers-DetailView-Container p.DateDetail {
	padding-bottom: 8px;
}
.MarinaHotel-SpecialOffers-ListView-Container p.TextDesc {
	padding-top: 5px;
}
.MarinaHotel-SpecialOffers-DetailView-Container p.TextDesc {
	padding-top: 5px;
}
.MarinaHotel-SpecialOffers-DetailView-Button input {
	margin-top: 10px;
}
.MarinaHotel-SpecialOffers-ListView-Image {
	float: left;
	background-image: url(/Portals/6/images/xmod/common/img-shadow.png);
	width: 97px;
	height: 74px;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-top: 11px;
}

/*--------------------------------------------------------------------------
Guestbook
--------------------------------------------------------------------------*/
#dnn_ctr1878_XModDisplay_dlXMods {
	margin: -2px;
}
.MarinaHotel-Guestbook-ListViewFull {
	width: 594px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c5c5;
}
.MarinaHotel-Guestbook-Header {
	width: 594px;
	background-color: #1f4064;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b9bdbd;
	background-image: url(/Portals/6/images/xmod/common/img-back-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.MarinaHotel-Guestbook-Header h1 {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 18px; /* ie 13px */
	padding-left: 15px;
	font-size: 17px;
	color:#FFFFFF;
	float: left;
	width: 510px;
}
.MarinaHotel-Guestbook-Header p.read {
	padding-top: 20px;
}
.MarinaHotel-Guestbook-Header p.read img {
	border: 0;
}
.MarinaHotel-Guestbook-Content {
	background-color: #d9dbdb;
	padding: 15px;
	text-align: justify;
}

/*--------------------------------------------------------------------------
MenuItems
--------------------------------------------------------------------------*/

.LeftNavigation {
	width: 173px;
	color: #D4D4D4;
}
.LeftNavigation a,
.LeftNavigation a:link,
.LeftNavigation a:active,
.LeftNavigation a:visited {
	color: #D4D4D4;
	text-decoration: none;
	padding: 12px 0 12px 21px;
	border-bottom: solid 1px #3A5777;
	display: block;
}
.LeftNavigation a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 12px 0 13px 21px;
	background: url(../../graphics/common/leftnavigation/back.png) no-repeat left 22px;
	border: 0;
}
.RightNavigation {
	width: 170px;
	color: #818181;
	padding: 6px 0 7px 0;
	border-bottom: solid 1px #C3C6C6;
}
.RightNavigation a,
.RightNavigation a:link,
.RightNavigation a:active,
.RightNavigation a:visited {
	color: #818181;
	text-decoration: none;
}
.RightNavigation a:hover {
	color: #818181;
	text-decoration: underline;
}
.BottomNavigation {
	font-size: 10px;
	color: #6E673F;
}
.BottomNavigation a,
.BottomNavigation a:link,
.BottomNavigation a:active,
.BottomNavigation a:visited {
	color: #1F4064;
	text-decoration: none;
}
.BottomNavigation a:hover {
	color: #1F4064;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 878px;
	text-align: center;
	padding: 0 0 17px 0;
}
.footer .BottomNavigationWrapper {
	width: 878px;
	text-align: center;
	margin: 8px 0 0 0;
}
.footer .copyright {
	width: 878px;
	color: #6E673F;
	text-align: center;
	margin: 17px 0 0 0;
}
.footer .copyright img {
	margin: 0 15px -3px 0;
}
.SelectedTab {
	font-size: 10px;
	font-weight: normal;
	color: #6E673F;
}
.SelectedTab a,
.SelectedTab a:link,
.SelectedTab a:active,
.SelectedTab a:visited,
.SelectedTab a:hover {
	color: #6E673F;
	text-decoration: none;
}
.OtherTabs,
a.OtherTabs:link,
a.OtherTabs:active,
a.OtherTabs:visited {
	font-size: 10px;
	font-weight: normal;
	color: #F4AA00;
}
a.OtherTabs:hover {
	color: #1F4064;
}

/*--------------------------------------------------------------------------
Login
--------------------------------------------------------------------------*/

.login {
	width: 878px;
}


