/*
#
#  www.hotel7.com
#
*/

body {
    background-color: #F8F8F8;
    background-image: url(/images/hotel7/background.png);
    height: 100%;
    margin: 0;
    padding: 0 10px 0px 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}

#frame {
    width: 980px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-color: white;
}

#header {
    height: 85px;
    background-image: url(/images/hotel7/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FDB97B;
}

#navitop1 {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FAE7B6;
}

#navitop2 {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 8px;
    background-color: #F8F8F8;
}

#navibottom {
    background-color: #FDB97B;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    clear: both;
    width: 100%;
}

#navilangs {
    background-color: #F8F8F8;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 1px;
    clear: both;
    width: 100%;
}

#hotel7 {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 1px;
    clear: both;
    width: 100%;
}

#rightcolumn {
    float: left;
    width: 200px;
    padding: 5px;
}

#leftcolumn {
    float: left;
    width: 760px;
    padding: 5px;
}

.box {
    border: 1px solid #FAE7B6;
    margin: 5px 5px 15px 5px;
}

.boxheader {
    background-color: #FAE7B6;
    padding: 2px;
}

.boxcontent {
    padding: 5px;
    background-color: #F8F8F8;
    line-height: 1.2;
    overflow: hidden;
    height: 100%;
}

.gbox {
    border: 1px solid #EEEEEE;
    margin: 5px 5px 15px 5px;
}

.gboxheader {
    background-color: #EEEEEE;
    padding: 2px;
}

.gboxcontent {
    padding: 5px;
    background-color: #F8F8F8;
    line-height: 1.2;
    overflow: hidden;
    height: 100%;
}

h1 {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    margin: 10px 25px 10px 25px;
    padding: 10px;
    background-color: #F2F2F2;
}

.hotel_search {
    margin: 10px 25px 10px 25px;
    padding: 10px;
    background-color: #F2F2F2;
}

.hilite {
    font-weight: bold;
    color: red;
}

form {
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #0000CC;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.hotel7 {
    color: #000000;
    text-decoration: none;
}
.hotel7:hover {
    color: #FF0000;
    text-decoration: underline;
}

.left {
    float: left;
}

.dialog_buttons {
    margin-top: 20px;
    text-align: center;
}

.buttons {
    text-align: center;
    margin: 10px auto 10px auto;
}

.button1 {
    width: 130px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: #FAE7B6;
    padding: 12px;
    margin: 10px 10px 10px 0px;
    border: 2px solid #FDB97B;
    float: left;
}
.button1:hover {
    color: black;
    text-decoration: none;
    cursor: default;
}

.button0 {
    width: 130px;
    color: black;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 12px;
    margin: 10px 10px 10px 0px;
    border: 2px solid #DDDDDD;
    float: left;
}
.button0:hover {
    color: #FF0000;
    text-decoration: underline;
    color: black;
    text-decoration: none;
    background-color: #EEEEEE;
}

.pagelink {
    color: black;
    background-color: #FFFFFF;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #FDB97B;
    margin: 5px 9px 5px 2px;
    text-align: center;
    text-decoration: none;
}
.pagelink:hover {
    background-color: #EEEEEE;
    text-decoration: none;
    color: black;
}

.pagethis {
    color: black;
    background-color: #FAE7B6;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #FDB97B;
    margin: 5px 9px 5px 2px;
    text-align: center;
    font-weight: bold;
}
.pagethis:hover {
    color: black;
    text-decoration: none;
    background-color: #FAE7B6;
    cursor: default;
}

.pagegrey {
    color: #DDDDDD;
    background-color: #FFFFFF;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #DDDDDD;
    margin: 5px 9px 5px 2px;
    text-align: center;
}

.head {
    background-color: #DDDDDD;
    color: black;
    font-weight: bold;
    height: 25px;
}

.row1 {
    background-color: #F0F0F0;
    height: 25px;
}

.row2 {
    background-color: #DDDDDD;
    height: 25px;
}


.error {
    margin: 5px;
    padding: 2px;
    background-color: #FFD8D8;
    border: 2px solid red;
}

#datesboxc {
    padding: 15px;
}

.hr {
    margin: 5px;
    border-bottom: dashed 1px #DDDDDD;
}

.accommodation_photo {
    text-align: center;
}

.accommodation_name {
    text-align: center;
}

.accommodation_count {
    font-size: 8pt;
    color: black;
}

.hotels {
    font-size: 8pt;
    font-style: italic;
    color: black;
}

.hotel_find_label {
    display: inline;
    float: left;
    width: 100px;
    margin-left: 190px;
    margin-bottom: 3px;
}

.hotel_search_button {
    width: 160px;
    height: 40px;
    margin: 0px auto 5px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.feat_hotels, .feat_cities {
    position: relative;
    float: left;
    width: 175px;
    margin: 2px;
    padding: 4px 2px 4px 2px;
    text-align: center;
    background-color: #EEEEEE;
}

.feat_hotel_photo {
    text-align: center;
}

.feat_hotel_name {
    text-align: center;
}

.feat_rec_hotel {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background-color: #FAE7B6;
}

.feat_normal_hotel {
    height: 20px;
    padding: 1px;
    background-color: #DDDDDD;
}

.hotels_photo {
    float: left;
    margin: 0 3px 0 0;
    padding: 5px;
    background-color: #EEEEEE;
}

.hotel_name {
    height: 20px;
}

.hotel_desc {
    font-size: 8pt;
    margin-top: 5px;    
}

.photo_first {
    float: right;
    margin: 0px 0px 5px 5px;
    padding: 10px;
    text-align: center;
    background-color: #EEEEEE;
}

.photo_cont1 {
    table-layout: fixed;
    width: 100%;
}

.photo_cont3 {
    margin: 0 auto;
}

.photo_cont4 {
    height: 440px;
    padding: 20px;
    vertical-align: middle;
    background-color: #EEEEEE;
}

.photo_text {
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #EEEEEE;
}

.photo_caption {
    width: 640px;
    margin: 6px 0px 5px 10px;
    text-align: center;
}

.photo_arrow {
    color: black;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #C0C0C0;
    text-align: center;
    text-decoration: none;
}
.photo_arrow:hover {
    text-decoration: none;
    color: black;
}

.photo_sel {
    padding: 0px;
    border: 3px solid #FDB97B;
}

.photo_small {
    padding: 3px;
}

.hotel_services, .hotel_policies {
    margin: 20px 0px 5px 0px;
    padding: 5px;
    background-color: #EEEEEE;
    font-weight: bold;
}

.room_comment, .offer_comment {
    border: 1px dashed #FDB97B;
    background-color: #EEEEEE;
    height: 28px;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 8pt;
}

.cond {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 4px 3px 0px 3px;
    border: 1px dashed #FDB97B;
    background-color: #EEEEEE;
}

.cond_text {
    margin: 5px 0 5px 0;
}

.cond_pol {
}

.cond_sel {
    margin: 2px;
    float: left;
}

.cond_conf {
    background-color: #DDDDDD;
    font-size: 8pt;
    text-transform: uppercase;
    margin-top: 2px;
    padding: 3px;
    float: right;
}

.rec_hotel {
    margin-bottom: 15px;
    width: 500px;
    padding: 4px;
    border: 1px dashed #FDB97B;
    background-color: #EEEEEE;
}

.rec_text {
    margin: 5px 0 5px 0;
}

.rec_label {
    background-color: #FAE7B6;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px 6px 2px 0px;
    padding: 3px 2px 3px 2px;
    float: left;
}

.rec_hotels {
    background-color: #FAE7B6;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 2px 1px 2px;
    float: right;
}

.hotel_curr_header {
    height: 40px;
    padding: 0px 6px 0px 3px;
    background-color: #DDDDDD;
}

.hotel_curr_select {
    float: right;
    margin-top: 7px;
}

.hotel_rooms_header {
    height: 30px;
    padding: 5px;
    background-color: #EEEEEE;
    font-weight: bold;
}

.room_name_header {
    float: left;
    width: 595px;
    margin-top: 7px;
}

.room_rate_header {
    float: left;
    width: 65px;
    margin-top: 7px;
}

.room_book_header {
    float: left;
    margin: 7px 0 0 10px;
}

.hotel_rooms {
    margin: 2px;
    padding: 2px;
    border-bottom: dashed 1px #DDDDDD;
}

.room_name {
    float: left;
    width: 450px;
    margin: 6px 0 6px 0;
}

.room_pers {
    width: 120px;
    float: left;
    font-size: 8pt;
    color: #A0A0A0;
}

.room_rates {
    float: right;
    width: 260px;
    padding: 2px;
}

.room_rate {
    background-color: #EEEEEE;
    margin-top: 1px;
    padding: 4px;
    width: 65px;
    float: left;
    font-weight: bold;
    text-align: right;
}

.room_book {
    margin-left: 10px;
    padding: 2px;
    float: left;
}

.room_details {
    background-color: #EEEEEE;
    display: none;
    margin: 2px;
    padding: 10px;
    font-size: 8pt;
}

.room_photo {
    float: right;
    margin: 3px;
}

.booking_comment {
    margin-top: 10px;
    font-size: 8pt;
    text-align: center;
}

.booking_label {
    float: left;
    width: 80px;
}

.booking_dates {
    float: left;
    width: 210px;
    height: 70px;
    margin: 10px 0 10px 0;
    padding: 5px;
    background-color: #EEEEEE;
}

.booking_reserve {
    float: left;
    width: 285px;
    height: 70px;
    margin: 10px 0 10px 0;
    padding: 5px;
    text-align: center;
    background-color: #DDDDDD;
}

.booking_rates {
    float: left;
    width: 210px;
    height: 70px;
    margin: 10px 0 10px 0;
    padding: 5px;
    background-color: #EEEEEE;
}

.booking_dates_active {
    background-color: #FAE7B6;
}

.booking_reserve_active {
    background-color: #FDB97B;
}

.booking_rates_active {
    float: left;
    width: 200px;
    height: 70px;
    margin: 10px 0 10px 0;
    padding: 5px;
    background-color: #FAE7B6;
}

.room_reservation, .send_contact {
    width: 190px;
    height: 40px;
    margin: 15px auto 15px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.notav_header {
    padding: 15px 5px 15px 5px;
    font-weight: bold;
    background-color: #DDDDDD;
    text-align: center;
}

.notav_body {
    margin-bottom: 30px;
    padding: 15px 5px 15px 5px;
    background-color: #EEEEEE;
    text-align: center;
}

.date_header {
    padding: 15px 5px 15px 5px;
    font-weight: bold;
    background-color: #FDB97B;
    text-align: center;
}

.date_body {
    margin-bottom: 30px;
    padding: 15px 5px 15px 5px;
    background-color: #FAE7B6;
}

.setdate_label {
    display: inline;
    float: left;
    margin-left: 190px;
    padding-top: 7px;
    width: 100px;
    font-weight: bold;
}

.setdate_day {
    float: left;
    padding: 5px 10px 0 0;
}

.setdate_ym {
    float: left;
    padding: 5px 10px 0 0;
}

.setdate_cal {
    float: left;
    padding: 7px 10px 0 0;
    cursor: pointer;
}

.setdate_dow {
    float: left;
    padding-top: 7px;
    padding: 5px 10px 0 0;
}

.setdate_button {
    margin: 15px 0 5px 0;
    text-align: center;
}

.ssl {
    float: left;
    margin-right: 10px;
}

.reserve_caption {
    margin: 15px 0px 10px 0px;
    padding: 5px;
    background-color: #EEEEEE;
    font-weight: bold;
}

.reserve_label {
    float: left;
    width: 160px;
    font-weight: bold;
}

.reserve_rooms {
    float: left;
}

.reserve_room_name {
    float: left;
    width: 370px;
}

.reserve_room_rate {
    float: left;
    width: 200px;
    font-weight: bold;
}

/*
.reserve_room_name_header {
    float: left;
    width: 350px;
}

.reserve_room_rate_header {
    float: left;
    width: 220px;
}
*/


.reserve_room_pol {
    margin: 2px 0 0 10px;
    padding: 5px;
    width: 550px;
    font-size: 8pt;
    color: #A0A0A0;
}

.reserve_room_cond {
    margin: 2px 0 0 10px;
    padding: 5px;
    width: 550px;
    font-size: 8pt;
}

.reserve_textarea {
    margin-top: 10px;
    width: 500px;
    height: 80px;
}

.reserve_side, .contact_side {
    float: left;
    margin: 10px 0 5px 0;
    padding: 5px;
    width: 210px;
    height: 70px;
    background-color: #EEEEEE;
}

.reserve_button, .contact_button {
    float: left;
    margin: 10px 0 5px 0;
    padding: 5px;
    width: 285px;
    height: 70px;
    background-color: #DDDDDD;
    text-align: center;
}

.reserve_side_active, .contact_side_active {
    background-color: #FAE7B6;
}

.reserve_button_active, .contact_button_active {
    background-color: #FDB97B;
}

.contact_label {
    float: left;
    width: 200px;
    font-weight: bold;
}

.alert {
    display: none;
}

.invalid {
    background-color: yellow;
}

/*
#
# user 
#
*/

.grey {
    background-color: #F0F0F0;
    height: 25px;
}

/*
#
# contact
#
*/

.contact_message {
    margin-top: 10px;
    width: 700px;
    height: 150px;
}

/*
#
# other
#
*/

.promo {
    display: block;
    margin-top: 10px;
    padding: 8px;
    background-color: #EEEEEE;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

/*
#
# calendar
#
*/

div.calendar { 
  position: relative; 
}

.calendar .hilite {
  cursor: pointer;
}

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: black;
  cursor: default;
  background: #EEEEEE;
}	

.calendar .button {
  text-align: center;
  padding: 2px;
}

.calendar .nav {
  background-color: #FDB97B;
}

.calendar thead .title {
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow {
  background: #FDB97B;
  color: black;
}

.calendar thead .daynames {
  background: #FAE7B6;
}

.calendar thead .name {
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend {
  color: #D06060;
}

.calendar thead .weekend:hover {
  color: #D06060;
}

.calendar thead .hilite {
  border: 1px solid red;
  padding: 1px;
  color: black;
  font-weight: normal;
}

.calendar thead .active {
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day {
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #DDDDDD;
}

.calendar tbody .rowhilite td.wn {
  background: #DDDDDD;
}

.calendar tbody td.hilite { 
  padding: 1px 3px 1px 1px;
  border: 1px solid red;
  font-weight: normal;
}

.calendar tbody td.active { 
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected {
  font-weight: bold;
  border: 1px solid black;
  padding: 1px 3px 1px 1px;
  background: white;
  color: black;
}

.calendar tbody td.weekend {
  color: #D06060;
}

.calendar tbody td.today {
  font-weight: bold;
  color: black;
}

.calendar tbody td.today.weekend {
  color: red;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell {
  visibility: hidden;
}

.calendar tbody .emptyrow {
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow {
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip {
  background: #F8F8F8;
  color: black;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { 
  border: 1px solid red;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { 
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  padding: 1px;
  cursor: default;
  border: 1px solid #655;
  background: #DDDDDD;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  padding: 0px;
  border: 1px solid red;
  color: black;
  font-weight: normal;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid black;
  background: white;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
