/* ======= GLOBAL STYLES ======= */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
}

body {
	font: normal 62.5% 'Helvetica Neue', Helvetica, Geneva, Arial, sans-serif; /* Georgia,"Times New Roman",Times,serif; */
	/* font: normal 100% "trebuchet ms", verdana, arial, helvetica, sans-serif; */
	background-color: #fff;
	color: #353f53;
	width: 100%;
}

* html body {
	font-size: small;		/* for IE5/Win */
	f\ont-size: medium;		/* for other IE versions */
}

img {
	border: 0;
}

p, blockquote, ul, ol, dl {
	margin-bottom: 1em;
}

p {
	font-size: 14px;
}

li, dt, dd, th, td, caption, legend {
	font-size: 14px;
}

p, li, dt, dd, th, td, caption, legend {
	line-height:1.7em;
}

ul, ul li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}

a:link, a:visited, a:hover, a:active {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #5778a1;
	line-height: normal;
}

a:hover, a:active {
	color: #518543;
	text-decoration: underline;
}

A:focus, A:hover, A:active /* Firefox image outline fix */ {
	outline: none
}

h1 { 
	font-size: 30px;
	font-weight: normal;
	color: #606b7f;
	padding-bottom: 10px; 
	border-bottom : 1px solid #fff;
	letter-spacing:-0.04em;
	text-shadow: rgb(224,232,245) 0px 1px 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #528541;
	border-bottom: dotted 1px #528541;
	letter-spacing:-0.04em;
}

h3 {
	clear: left;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 8px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #528541;
	border-bottom: dotted 1px #528541;
	letter-spacing:-0.04em;
	margin-bottom: 10px;
}

h5 {
	clear: left;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 8px;
	margin-top: 5px;
}

blockquote { 
	width: 70%;
	margin-left: 20px;
	padding-left: 40px;
	font-size: 120%;
	font-weight: bold;
}

em {
	display: block; 
	padding-right: 20px;
}

input {
	border: 0;
}

ol, ul, dl, blockquote {
	margin: 0;
}

/* =========================================================
=====================  PAGE HEADER =========================
============================================================ */

#top_wrapper {
	display: none;
}

#top {
	float:left;
	width: 995px;
	height: 48px;
	background: transparent url(../images/common/bg_top.gif) no-repeat left top;
	text-align: right;
	padding-top: 10px;
	font-size: 1.6em;
}

.login-form {
	padding: 0;
	margin: 0;
}

.login-form input {
	border: solid 1px #a4adb9;
	background: #3d485e;
	color: #a4adb9;
	width: 120px;
	padding: 3px;
	font-size: 0.65em;
}

.login-form .sign-in-label {
	float: right;
}

.sign-in-label {
	color: #ececf0;
	font-weight: normal;
}

.sign-out a {
	color:#528541;
	text-decoration: underline;
	color: #b8de70;
}

.login-form .username {
	float: right;
	margin-left: 8px;
}

.login-form .password {
	float: right;
	margin-left: 2px;
}

.login-form .login-button {
	float: right;
	border: 0;
	background: transparent;
	width: 80px;
	height: 29px;
	margin: -4px -8px 0 2px;
}


/* =========================================================
=====================  MAIN PAGE STYLES ====================
============================================================ */


#main {
	float:left;
	width: 100%;
	background: #fff;
}

#content {
	margin-left: 264px;
	width: 700px;
	padding-left: 16px;
	padding-bottom: 15px;
	overflow: visible;
}

#content-wrapper {
	float: left;
	width: 100%;
}

.portal-popup {
	background: #fff;
	font-size: 80%;
}

/* =========================================================
=====================      FOOTER       ====================
============================================================ */

#footer_menu {
	float:left;
	clear:both;
	width: 100%;
	border-top: solid 1px #c7cbd3;
	background: #e5e7e9;
	min-height: 60px;
}

#footer {
	float:left;
	clear:both;
	width: 100%;
	border-top: solid 1px #838c9d;
	background: #9ca5b3;
	min-height: 60px;
}

#background {
	width: 995px;
	height: 117px;
	float: left;
	background: url(../images/common/bg_footer.gif) no-repeat 58% top;
}

#copyright {
	float: left;
	margin-left: 320px;
	margin-top: 17px;
	color: #fff;
}

#copyright .big, #address .big {
	font-size: 1.6em;
}

#copyright .small {
	font-size: 1.1em;	
}

#address .small {
	font-size: 1.1em;
}

#address {
	float: right;
	color: #fff;
	margin-top: 17px;
	text-align: right;
}

#subfooter {
	float:left;
	clear:both;
	width: 100%;
	border-top: solid 1px #7a8396;
	background: #8e98a8;
	min-height: 21px;
}


/* =========================================================
=====================    NAVIGATION     ====================
============================================================ */

#nav {
	float: left;
	width: 264px;
	min-height: 471px;
	border-right: solid 1px #bcc1ca;
}

#menu {
	float:left;
	margin-top: 24px;
	margin-left: 20px;
	width: 220px;
}

#menu h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
}

#menu a:link, #menu a:visited {
	color: #445167;
}

#menu a:hover, #menu a:active {
	color: #5778a1;
}

ul.main-menu {
	float: left;
	display: block;
	list-style-type: none;
	padding-top: 18px;
}

ul.main-menu li {
	width: 220px;
	float: left;
	display: inline;
	padding: 6px 0 6px 0;
	text-align: left;
	font-size: 30px;
	font-weight: bold; 
	border-bottom: solid 1px #bcc1ca;
}

ul.main-menu li {
	clear:both;
}

ul.main-menu li ul {
	display: none;
}

ul.main-menu li ul.subopen {
	display: block;
}

ul.main-menu li a {
	border: 0;
	font-size: 30px;
}

ul.main-menu-child {
	padding-top: 4px;
}

ul.main-menu-child li {
	font-size: 22px;
	padding: 2px 0 2px 10px;
	font-weight: normal;
	border-bottom: none;
	width: 180px;
}

ul.main-menu-child li a {
	font-size: 22px;
}

.main-menu-separator {
	border-top: solid 3px #bcc1ca;
}

.main-menu-config {
	font-size: 1.2em;
	font-weight: normal;
}

ul.main-menu li.selected {
	background: transparent url(../images/common/main-menu-selected.gif) no-repeat right center;
}

ul.taglib-my-places li {
	border-bottom: 0;
	font-size: 90%;
}

/* nav-menu */

ul.nav-menu li {
	letter-spacing:-0.04em;
}

/* =========================================================
=====================    BREADCRUMBS    ====================
============================================================ */

#breadcrumb-bar {
	float:left;
	border-bottom: solid 1px #bcc1ca;
	width: 100%;
	height: 48px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	margin-bottom: 15px;
}

.portlet-breadcrumb {
	padding-top: 15px;
	float:left;
}

.portlet-breadcrumb a {
	line-height: 2.4em;
	font-size: 14px;
}

#languages {
	padding-top: 15px;
	float: right;
}

#languages {
	
}

#languages a {
	font-size: 13px;
	line-height: 2.4em;
}

.language-selected {
	background: #f3f3f5;
	border: solid 1px #dfdedc;
	padding: 3px;
}


/* =========================================================
=====================      SEARCH      ====================
============================================================ */


#search-top {
	float:left;
	width: 188px;
	height: 8px;
	clear: both;
	background: url(../images/common/highlight_top.gif) no-repeat left top;
	margin-left: 37px;
	margin-top: 15px;
}

#search {
	float:left;
	width: 188px;
	clear: both;
	background: url(../images/common/highlight.gif) repeat-y left top;
	margin-left: 37px;
	padding-left: 10px;
	overflow: visible;
	position: relative;
}

#search input[type="text"] {
	-x-system-font:none;
	border: solid 1px #bdc1ca;
	width: 125px;
	font-size: 14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding: 2px;
	margin-bottom: 10px;
}

#search input[type="image"] {
	line-height: 14px;
	margin-bottom: 6px;
	margin-left: 2px;
}

#search h4 {
	padding-bottom: 5px;
	font-size: 1.6em;
}

#search-bottom {
	float:left;
	width: 188px;
	height: 5px;
	clear: both;
	background: url(../images/common/highlight_bottom.gif) no-repeat left top;
	margin-left: 37px;
	margin-bottom: 20px;
}


/* =========================================================
===================    EXCHANGE RATES    ==================
============================================================ */

#exchange_rates h1 {
	display: none;
}

/* =========================================================
=====================     PORTLETS      ====================
============================================================ */

.portlet, .portlet-topper, .portlet-content, .portlet-title {
	background-image: none;
	margin: 0;
	padding: 0;
}

.portlet {
	border: 0;
	width: 100%;
}

.portlet-topper {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px;
	min-height: 15px;
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
}

.portlet-content {
	width: 100%;
	overflow: visible;
}

.portlet-content-container {
	overflow: visible;
	width: 100%;
	margin: 0;
	padding: 0px;
}

.portlet-icons {
	float: right;
}

.portlet-title {
	float: left;
	background-position:left top;
	font-weight:bold;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

.portlet-icon-back {
	background:transparent url(../images/arrows/01_left.png) no-repeat scroll 0pt 50%;
	padding:3px 0pt 3px 18px;
}

/* =======================================================
=====================     HOME PAGE     ====================
============================================================ */

.inlineImage {
	background-color:#fff;
	border:7px solid #e5e7e9;
	margin:15px 0 25px 0;
	padding:1px;
	-webkit-box-shadow: rgb(175,175,175) 2px 2px 4px;
}

.inlineImageLeft {
	float: left;
	background-color:#fff;
	border:7px solid #e5e7e9;
	margin:0 25px 15px 0;
	padding:1px;
	-webkit-box-shadow: rgb(175,175,175) 2px 2px 4px;
}

.inlineImageRight {
	float: right;
	background-color:#fff;
	border:7px solid #e5e7e9;
	margin:0 0 15px 25px;
	padding:1px;
	-webkit-box-shadow: rgb(175,175,175) 2px 2px 4px;
}

.inlineImageTop {
	background-color:#fff;
	border:7px solid #e5e7e9;
	margin:0 0 25px;
	padding:1px;
	-webkit-box-shadow: rgb(175,175,175) 2px 2px 4px;
}

.contact-plan {
	margin-top: 30px;
}

.image-gallery .inlineImageLeft {
	margin: 0 23px 15px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left-col {
	float: left;
	margin-right: 20px;
}

.right-col {
	float: right;
	margin-left: 20px;
}

.center {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.left br {
	clear: both;
}

.border-top {
	width: 100%;
	overflow: auto;
	border-top: dotted 1px #bcc1ca;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.border-bottom {
	width: 100%;
	overflow: auto;
	border-bottom: dotted 1px #bcc1ca;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.border-bottom-thick {
	width: 100%;
	overflow: auto;
	border-bottom: solid 3px rgb(188,193,202);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.border-bottom h2 {
	margin-bottom: 3px;
	border: 0;
}

.star {
	background: transparent url(../images/common/star.gif) no-repeat top left;
	width: 12px;
	height: 12px;
}

#stars {
	padding-bottom: 1.5em;
}

.borderless {
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.journal-content-article ul li {
	font-style: italic;
	line-height: 1.6em;
}

a.link-highlight {
	background: #f3f3f5;
	border: solid 1px #dfdedc;
	padding: 5px 15px 5px 15px;
	font-size: 1.2em;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.hotel-detail-link {
	width: 170px;
}


/* ======= Inpage Navigation lists ======= */

.nav-menu {
	font-size: 100%;
	background-color: #f8f9fa;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-top: -5px;
	margin-left: 10px;
	border-top: solid 1px #eeeff0;
	border-left: solid 1px #eeeff0;
	border-right: solid 1px #eeeff0;
}

.nav-menu h2 {
	display:block;
	padding-top: 5px;
	line-height: 20px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	border-bottom: none;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.nav-menu .selected {
	color: #4e833b;
}

.nav-menu ul.layouts {
	padding: 0px;
	width: 100%;
}

.nav-menu-style-1 h3 a {
	color: #528541;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: normal;
}

.nav-menu ul.layouts li a {
	text-align: left;
	font-weight: normal;
	/*background: url(../images/common/bullet.gif) no-repeat left center;*/
	/* padding-left: 15px; */
	margin-bottom: 0;
}

.nav-menu  ul.layouts li {
	padding: 5px 14px 5px 14px;	
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
	border-bottom: solid 1px #eeeff0;
}


/* =========================================================
===================    ADMIN INTERFACE    ==================
============================================================ */

.lfr-table p, .lfr-table li, .lfr-table dt, .lfr-table dd, .lfr-table th, .lfr-table td, .lfr-table caption, .lfr-table legend {
	font-size: 1em;
}

.lfr-meta-actions {
	padding-top: 0;
	padding-bottom: 15px;
}

.ui-dialog {
	padding: 0;
	font-size: 1.2em;
	border: 0;
}

.ui-tabs li a, .tabs li span {
	background: transparent url(../images/common/tabs-bg.gif) repeat-x scroll 0 100%;
}

.ui-tabs li.current a, .ui-tabs li.current span {
	background: transparent url(../images/common/tabs-bg-selected.gif) repeat-x scroll 0 100%;
}

#layout-grid .lfr-column {
	padding: 0;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: solid 1px #535353;
}
#lightbox-container-image { padding: 0; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	color: #989898; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	float: right;
}


/* =========================================================
==================     FEATURED HOTEL     ==================
============================================================ */

#featured-label {
	float: left;
	margin-left: 37px;
	background: url(../images/common/destinations.gif) no-repeat left top;
	width: 190px;
	height: 37px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
}

.featured-image {
	background-color: #fff;
	border: 7px solid #d4d6d8;
	float: left;
	margin: 15px 15px 15px 0;
	padding: 1px;
	-webkit-box-shadow: rgb(175,175,175) 2px 2px 4px;
}

#featured {
	float: left;
	margin-left: 79px;
}

#featured_hotel {
	float: left;
	width: 384px;
	padding-top: 15px;
}

#featured_hotel br {
	clear: both;
}

#featured_hotel h2 {
	float: left;
	margin-bottom: 3px;
}

#featured_hotel #description {
	float:left;
}

#featured_hotel #description p {
	line-height: 1.7em;
}

.star-featured {
	background: transparent url(../images/common/star-featured.gif) no-repeat top left;
	width: 12px;
	height: 12px;
}

/* =========================================================
==================     ROUNDED CORNERS     ==================
============================================================ */


b.btop, b.btop b, b.bbot, b.bbot b {
	display: block;
	height: 10px;
	font-size: 1px;
	background-image:url(../images/common/rc.gif);
	background-repeat: no-repeat;
}

b.btop b {background-position: 100% -10px;}
b.bbot {background-position: 0 -20px;}
b.bbot b {background-position: 100% -30px;}
#box { background-color: #dddfe3;}

/* ======= LINKS LIST ======= */

.links-list {
	margin-bottom: 8px;
	border-top: 4px solid rgb(188, 193, 202);
}

.links-list li {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	clear: both;
}

.links-list li a, a.links-list {
	clear: left;
}

/* ======== CONTENT LIST ======== */

ul.content-list li {
	/* list-style-type: disc;
	list-style-position: outside; */
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.list li {
	list-style-image: url(../images/common/bullet.png);
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* ======== LOGIN FORM ======== */

.uni-form .block-labels label {
	font-size: 14px;
	font-weight: normal;
}

.uni-form .block-labels input[type="text"],
.uni-form .block-labels input[type="password"] {
	font-size: 18px;
	font-weight: normal;
	width: 300px;
}


/* ======== WEATHER PORTLET ======== */


.temperature {
	font-size: 28px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

#search .icePnlGrp.weather-text {
	position: relative;	
	width: 160px;
	height: 84px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	z-index: 100;
}

#search .icePnlGrp.weather {
	width: 200px;
	height: 144px;
	position: absolute;
	left: -25px;
	top: -14px;
	z-index: 50;
}

.weather1d, 
.weather2d, 
.weather3d, 
.weather4d,
.weather1n, 
.weather2n, 
.weather3n, 
.weather4n,
.weather17d,
.weather17n,
.weather35d,
.weather35n {
	background: transparent url(../images/weather/1d.png) no-repeat top left;
}

.weather5d, 
.weather5n {
	background: transparent url(../images/weather/5d.png) no-repeat top left;
}

.weather6d, 
.weather7d, 
.weather6n, 
.weather7n,
.weather18d,
.weather18n {
	background: transparent url(../images/weather/6d.png) no-repeat top left;
}

.weather8d,
.weather9d,
.weather11d,
.weather8n,
.weather9n,
.weather11n {
	background: transparent url(../images/weather/8d.png) no-repeat top left;
}

.weather10d,
.weather12d,
.weather40d,
.weather10n,
.weather12n,
.weather40n {
	background: transparent url(../images/weather/10d.png) no-repeat top left;
}

.weather13d,
.weather13n {
	background: transparent url(../images/weather/13d.png) no-repeat top left;
}

.weather14d,
.weather16d,
.weather41d,
.weather42d,
.weather43d,
.weather46d,
.weather14n,
.weather16n,
.weather41n,
.weather42n,
.weather43n,
.weather46n {
	background: transparent url(../images/weather/14d.png) no-repeat top left;
}

.weather15d,
.weather25d,
.weather15n,
.weather25n {
	background: transparent url(../images/weather/15d.png) no-repeat top left;
}

.weather19d,
.weather21d,
.weather22d {
	background: transparent url(../images/weather/19d.png) no-repeat top left;
}

.weather19n,
.weather21n,
.weather22n {
	background: transparent url(../images/weather/19n.png) no-repeat top left;
}

.weather20d,
.weather20n {
	background: transparent url(../images/weather/20d.png) no-repeat top left;
}

.weather23d,
.weather24d,
.weather23n,
.weather24n {
	background: transparent url(../images/weather/23d.png) no-repeat top left;
}

.weather26d,
.weather26n {
	background: transparent url(../images/weather/26d.png) no-repeat top left;
}

.weather27d,
.weather28d,
.weather29d,
.weather30d {
	background: transparent url(../images/weather/27d.png) no-repeat top left;
}

.weather27n,
.weather28n,
.weather29n,
.weather30n {
	background: transparent url(../images/weather/27n.png) no-repeat top left;
}

.weather31d,
.weather32d,
.weather36d {
	background: transparent url(../images/weather/31d.png) no-repeat top left;
}

.weather31n,
.weather32n,
.weather36n {
	background: transparent url(../images/weather/31n.png) no-repeat top left;
}

.weather33d,
.weather34d {
	background: transparent url(../images/weather/33d.png) no-repeat top left;
}

.weather33n,
.weather34n {
	background: transparent url(../images/weather/33n.png) no-repeat top left;
}

.weather37d,
.weather38d,
.weather47d {
	background: transparent url(../images/weather/37d.png) no-repeat top left;
}

.weather37n,
.weather38n,
.weather47n {
	background: transparent url(../images/weather/37n.png) no-repeat top left;
}

.weather39d,
.weather45d {
	background: transparent url(../images/weather/39d.png) no-repeat top left;
}

.weather39n,
.weather45n {
	background: transparent url(../images/weather/39n.png) no-repeat top left;
}

.weather44d,
.weather44n {
	background: transparent url(../images/weather/44d.png) no-repeat top left;
}

.weather48d {
	background: transparent url(../images/weather/48d.png) no-repeat top left;
}

.weather48n {
	background: transparent url(../images/weather/48n.png) no-repeat top left;
}
