/*
#
#  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 {
    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_country {
    position: relative;
    float: left;
    width: 350px;
    margin: 2px;
    padding: 4px 2px 4px 2px;
    background-color: #EEEEEE;
}

.feat_hotel_country {
    height: 90px;
}

.feat_hotel_photo_country {
    float: left;
    margin-right: 5px;
}

.feat_hotel_name_country, .feat_hotel_offer_country, .feat_hotel_rate_country {
    margin-bottom: 5px;
}

.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;
}

.offer_list {
    margin-bottom: 10px;
    padding: 3px;
    background-color: #EEEEEE;
}

.offer_link {
	padding: 2px;
}

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

.offer_block_name {
	font-weight: bold;
}

.offer_block_text {
	padding-left: 15px;
}

.offer_block_rate {
	font-weight: bold;
}

.caption_please {
	font-weight: bold;
	padding-bottom: 2px;
}

.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: 520px;
    margin-top: 7px;
}

.room_rate_header {
    float: left;
    width: 100px;
    margin-top: 7px;
    text-align: center;
}

.room_book_header {
    float: left;
    margin: 7px 0 0 30px;
    text-align: center;
}

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

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

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

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

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

.room_book {
    margin-left: 40px;
    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: 90px;
font-weight: bold;
}

.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: 210px;
    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;
}

.request_body {
    margin-bottom: 30px;
    padding: 5px;
    background-color: #FAE7B6;
    text-align: center;
}

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

.date_set {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #FAE7B6;
}

.date_display {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #EEEEEE;
}

.setdate_select {
    float: left;
    margin-right: 40px;
    padding: 3px;
    font-weight: bold;
}

.setdate_select .ui-datepicker-trigger {
	vertical-align: text-bottom;
	margin-left: 5px;
	cursor: pointer;
}

.setdate_search .ui-datepicker-trigger {
	margin: 8px 0 0 5px;
	cursor: pointer;
}

#contact_dates .setdate_search .ui-datepicker-trigger {
	margin: 4px 0 0 5px;
	cursor: pointer;
}

.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 {
    vertical-align: text-bottom;
    margin-left: 5px;
    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;
}

.szoba {
    display: block;
    background-color: #F8F8F8; 
    border: 2px solid #FDB97B;
    text-align: center;
    font-size: 20pt;
    font-weight: normal;
    margin: 20px 5px 20px 5px;
    padding: 30px 0px;
}

.szoba a {
    color: #0000CC;
}

.szoba a:hover {
    color: red;
}

/*
#
# 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;
}


