/* CSS Stylesheet for Screen, Presentation */
/************ CALENDAR ************/
@import url('calendar.css');

/************ BOOKASSIST ************/
@import url('bookassist.css');

* {
	margin: 0;
	padding: 0;
}

html {
	background: transparent url('graphics/bg.jpg') top center repeat;
}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

a {
	text-decoration: underline;
	cursor: pointer;
	color: #295d6e;
}

a:hover {
	text-decoration: none;
}

input[type="submit"] {
    cursor: pointer;
    color: #295d6e;
    width: 81px;
    height: 22px;
    border: none;
    background: transparent url('graphics/reservation_submit_bg.jpg') no-repeat;	
}

img {
	border: none;
}

p {
    margin: 10px 0;	
}

ul {
	list-style-type: none;
}

h1 {
	font-family: Times;
}

/************ BG elements ************/
#bg_out {
    margin: 0 auto;
    width: 960px;
    background: transparent url('graphics/bg_shadow.png') top center repeat-y;
    /*overflow: hidden;*/
    height: 100%;   
}

#bg {
    padding: 0 30px;
    /*overflow: hidden;*/
    height: 100%;   
}

#bg2 {
    width: 900px;
    background: #FFFFFF;
    background: transparent url('graphics/bg3_bg.jpg') repeat-y;
    /*overflow: hidden;*/
    height: 100%;
}

#bg3 {
    overflow: hidden;
    background: transparent url('graphics/content_bg2.jpg') bottom right no-repeat;
    height: 100%;
}

#bg4 {
    width: 631px;
    float: right;
    overflow: hidden;
    height: 100%;
}

#bg4_in {
    padding: 20px 0px 0px 20px;
    overflow: hidden;
    height: 100%;
}

#bg5 {
    width: 611px;
    height: 240px;
    background: transparent url('graphics/bg5_bg.jpg') top no-repeat;
    overflow: hidden;
}
body.body_sec86847 #bg5, body.body_sec86847 .bookassist-cover {
    display: none;
}

/************ TOP elements ************/
#top {
    background: transparent url('graphics/top_bg.jpg') no-repeat;
    width: 900px;
    height: 243px;
    position: relative;
}

#top_right {
    background: transparent url('graphics/top_text.jpg') no-repeat;
    width: 420px;
    height: 80px;
    position: relative;
    left: 289px;
    $left: 78px;
    _left: 75px;
    top: 90px;
}

#top_switch {
    
}

#top_switch ul {
    text-align: center;
    position: absolute;
    bottom: -1px;
    _bottom: -2px;
    left: 10px;
}

#top_switch ul li {
    float: left;
    width: 129px;
    height: 30px;
}

#top_switch ul li#top_switch_trinidad_active a {
    background: transparent url('graphics/switch_trinidad_active.jpg') right no-repeat; 
}

#top_switch ul li#top_switch_liliova_inactive a {
    background: transparent url('graphics/switch_liliova_inactive.jpg') left no-repeat;    
}

#top_switch ul li#top_switch_liliova_inactive a:hover {
    background: transparent url('graphics/switch_liliova_active.jpg') left no-repeat;   
}

#top_switch ul li a {
    display: block;
    width: 129px;
    height: 30px;
}

#logo {
    padding: 0px 0px 0px 50px;
    float: left;
}

#lang { 
    position: absolute;
    top: 5px;
    right: 20px;
}

#lang a {
    color: #FFFFFF;
    font-family: Tahoma;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 90%;
}

#lang a:hover {
    color: #ccab4d;
}

#lang ul {
    text-align: center;
    width: auto;
}

#lang ul li {
    display: inline;
    text-align: center;
}

#lang ul li.separator {
    background: transparent url('graphics/lang_bg_separator.jpg') 3px 2px no-repeat;
    width: 5px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
    padding: 0 2px;
}

/************ MIDDLE elements ************/
#middle {
    background: #e8e8e8;
    width: 269px;
    float: left;
    height: 100%;
    overflow: hidden;
}

#middle_in {
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

.quickGallery {
    text-align: center; 
}

.quickGallery table {
    margin: 0 auto; 
}

.quickGallery table td {
    padding: 10px;
    text-align: center;
}

.quickGallery .quickGallery-title {
    display: none;
}

.quickGallery a img {
    border: 2px solid #306273;  
}

.quickGallery a:hover img {
    border: 2px solid #CCAB4D;
}

/************ MENU elements ************/
#menu li {
    margin: 0;
    padding: 0;
    height: auto;
}

#menu a {
    color: #16637c;
    font-family: Tahoma, "Times New Roman";
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 120%;
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

#menu a:hover {
    color: #ccab4d;
}

#menu ul li.separator {
    display: none;
}

#menu ul li {
    background: transparent url('graphics/menu_bg_separator.jpg') bottom no-repeat;
}

/************ CONTENT elements ************/
#content {
    font-family: Tahoma;
    color: #424242;
    overflow: hidden;
    height: 100%;
}

#content_in {
    padding: 20px 20px 58px 0;
    overflow: hidden;
    height: 100%;
}

#content_in2 {
    overflow: hidden;
    height: 100%;
}

html>body #content_in2
{
    height: 100%;   /* reset the height for compliant browsers */
    min-height: 500px;
}

#content h1, #content h2 {
    color: #306273;
    font-size: 180%;
    font-weight: normal;
    font-style: italic; 
    margin: 0px 0px 10px 0px;
}

#content h2 {
    font-size: 140%;    
}

#content p {
    width: auto;
    line-height: 1.9em;
}

#content p.blue {
    color: #306273;
    font-family: Times;
    font-style: italic; 
}

#content ul {
    padding: 10px 0px 10px 20px;
}

#content li {
    list-style-image: url('graphics/content_li.jpg');
    padding: 5px;
    line-height: 1.9em;
}

#content iframe#quick-reservationIframe {
    margin: 0 auto; 
}

#content iframe#map {
    width: 100%;
    height: 300px;  
}

/************ pricelist ************/
#content #form-season-selection input[type="submit"] {
    margin: 0px 0px 0px 10px;
    font-size: 90%;
}

table {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
    text-align: left;
    width: 99%;
    background: transparent;
}

table.pricelist {
    width: 99%;
    margin-left: 1px;   
}

table td, table th {
    padding: 3px;   
}

table thead {
    color: #020202;
    text-align: center;
}
table td {
    color: #787878;
}

table.pricelist th.season-title {
    text-align: left;
}

table.pricelist th.season-title,
table.pricelist th.season-range {
    background: #306273;
    border-bottom: 1px solid #e8e8e8;
    color: #FFFFFF;
}

table.pricelist th.season-range {
    text-align: right;
    width: 60%;
}

table.pricelist td.price-value {
    text-align: right;
}
table.pricelist th.rooms-title {
    background: #fff6e3;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: left;
}

table.pricelist td.room-name {
    background: #fff6e3;
    border-right: 1px solid #e8e8e8;
    font-weight: normal;
    text-align: left;
}

table.pricelist td.room-name a {
    text-decoration: none;
}

table.pricelist th.guests-count {
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
    background: #fff6e3;
}

table.pricelist th.guests-title {
    text-align: center;
    background: #fff6e3;
}

/************ reservation ************/
#quick-reservation {
    display: none;
    /*float: right;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 440px;*/
}

#quick-reservation_in {}

#quick-reservation .quick-reservation-title {
    font-family: Times;
    font-size: 160%;
    color: #072b37;
}

#quick-reservation input.calendar-input {
    padding: 1px;
    border: 1px solid #a8a8a8;
    color: #787878;
    width: 78px;
    background: #FFFFFF url('graphics/reservation_input_bg.jpg') 66px center no-repeat;
}

#quick-reservation #quick-reservation-form-from, 
#quick-reservation quick-reservation-form-to {
    margin: 15px 0;
}

#quick-reservation input.button-verify {
    cursor: pointer;
    color: #295d6e;
    width: 81px;
    height: 22px;
    border: none;
    background: transparent url('graphics/reservation_submit_bg.jpg') no-repeat;
}

.bookassist-cover {
    position: absolute;
    left: 730px;
    top: 300px;
    z-index: 1;
}

/************ news ************/
#news_content {
   float: right;
   margin-left: 20px;
}

#news {
    width: 185px;
}

#news #news_in {
    padding: 0px 0px 10px 15px;
    border-left: 1px solid #E8E8E8; 
}

#news .news-title {
    color: #306273;
    font-size: 150%;
    font-weight: normal;
    font-style: italic; 
    padding: 5px 0 0 15px;
}

#news dt.date {
    margin: 5px 0;
    color: #8b8b8b;
    font-weight: bold;
}

#news a {
    color: #295d6e;
    text-decoration: underline;
}

#news a:hover {
    text-decoration: none;
}

#news dl, #news dt, #news dd {
    line-height: 1.6em; 
}

/************ room ************/
.objectKind-detail {
    width: 571px;
    padding: 10px 10px 80px;
    position: relative;
    background: #F5F5F5;
    margin: 0px 0px 10px;
}

.objectKind-detail h3 {
    color: #306273;
    font-family: Times;
    font-size: 130%;
    font-weight: normal;
}

.objectKind-detail .objectKind-properties {
    position: absolute;
    bottom: 0;
}

/************ INNER reservation ************/
.innerReservation {
    height: 40px;
    width: 280px;
    position: absolute;
    bottom: 5px;
    _bottom: 45px;
    left: 10px;
}

.innerReservation form {
    position: relative; 
}

.innerReservation .quick-reservation-form-from,
.innerReservation .quick-reservation-form-to {
    position: absolute;
    bottom: 0;
    left: 0;
}

.innerReservation .quick-reservation-form-to {
    left: 90px; 
}

.innerReservation input.calendar-input {
    padding: 1px;
    border: 1px solid #a8a8a8;
    color: #787878;
    width: 78px;
    background: #FFFFFF url('graphics/reservation_input_bg.jpg') 66px center no-repeat; 
}

select.objCount {
    position: absolute;
    bottom: 0;
    left: 180px;
}

.innerReservation input.button {
    color: #295d6e;
    width: 81px;
    height: 22px;
    border: none;
    background: transparent url('graphics/reservation_submit_bg.jpg') no-repeat;
    position: absolute;
    bottom: 0;
    left: 220px;
}

.objectKind-detail .objectKind-gallery {
    float: right;
    padding: 20px 10px;
    margin-top: 20px;
    text-align: center;
    background: #FFF6E3;
}

.objectKind-detail .objectKind-gallery a img {
    border: 2px solid #306273;  
}

.objectKind-detail .objectKind-gallery a:hover img {
    border: 2px solid #CCAB4D;
}

.objectKind-detail .objectKind-gallery .objectKind-gallery-photo {
    margin: auto auto;
}

/************ GALLERY ************/
#content #gallery table {
    border: none;
    text-align: center;
}

#content #gallery table tbody td {
    text-align: center; 
    padding: 10px 0;
}

#content #gallery a img {
    border: 2px solid #306273;  
}

#content #gallery a:hover img {
    border: 2px solid #CCAB4D;
}

/************ FOOTER elements ************/
.cleaner {
    clear: both;
}

#footer {
    height: 116px;
    line-height: 116px;
    vertical-align: middle;
    font-family: Times;
    font-style: italic;
    color: #424242;
    background: #FFFFFF;
}

#footer #copy-previo {
    float: left;
    padding-left: 30px;
}

#footer #copy-hotel {
    float: right;
    padding-right: 30px;
}
