﻿body {}

.ui-datepicker-trigger {
    position: relative;
    left: 164px;
    top: -1px;
    float: right;
}

.ui-datepicker {
    width: 100px;
}

.Options {
    text-decoration: none;
    color: grey;
    float: right;
    padding-left: 5px;
}

.Options:hover {
    color: black;
}


.Options2 {
    text-decoration: none;
    color: #009fe3;
    padding-left: 5px;
    float: right;
}


.TitleColumn {
    width: 150px;
    float: left;
    font-weight: bold;
}

.BackGround {

    width: 360px;
    background-color: #EEEEEE;
    font-family: 'Trebuchet MS';
    font-size: small;
    background-repeat: repeat-y;

}

.Container {
    padding-left: 10px;
    padding-top: 10px;
    width: 220px;
    display: table;
    padding-bottom: 10px;
    /*border-width:1px;
border:dashed;*/
}

.OptionsFlightContainer {
    height: 20px;
    width: 160px;
}

.CheckAvailability {
    float: left;
    margin-top: 10px;
    margin-left: 190px;
}

.Row {
    height: 25px;
    overflow: hidden;
}

.Fields {
    width: 170px;
    float: right;
    font-size: small;
    font-family: 'Trebuchet MS';
    padding-left: 3px;
    border: none;
    color: #009fe3;
    border-bottom: 1px solid #bbc7ff;
    background: transparent!important;
}

.InputFields {
    width: 170px;
    height: 15px;
    float: right;
    font-size: small;
    font-family: 'Trebuchet MS';
    padding-left: 3px;   
    border: none;
    color: #009fe3;
    border-bottom: 1px solid #009fe3;
    background: transparent!important;
}

.DateFields {
    width: 161px;
    height: 15px;
    float: right;
    font-size: small;
    font-family: 'Trebuchet MS';
    padding-left: 3px;
    border: none;
    color: #009fe3;
    border-bottom: 1px solid #bbc7ff;
    background: transparent!important;
}

.OptionsContainer {
    float: right;
    width: 340px;
    font-size: smaller;
}

.OptionsContainer {
    float: left;
    width: 340px;
    font-size: smaller;
}

.estabSelectClass {
    width: 170px;
    border: none;
    color: #009fe3;
    
    background: transparent!important;
}

.EstablishmentHolder {
    width: 170px;
}

.RoomsDiv {
    display: table;
}

.RoomsContainer {
    display: table;
}

.FullRow {
    width: 340px;
    overflow: hidden;
    font-weight: bold;
}

.FieldsFullRow {
    width: 300px;
    height: 30px;
}

.RowSeperator {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #cfc8f0;
    height: 2px;
    width: 340px;
}

#CheckAvail {
    float: right;
    border: none;
    color: #009fe3;
    height: 33px;
    border: 1px solid #bbc7ff;
}

#CheckAvail:hover {
    border-color: #9b9090;
}

.OptionsRow {
    width: 340px;
    margin-top: 5px;
}

#tabs {
    width: 400px;
    font: small;
}


.OptionsFlights {
    text-decoration: none;
    color: #0c26ab;
    float: left;
}

.OptionsFlights:hover {
    color: blue;
}

.OptionsFlights2 {
    text-decoration: none;
    color: #009fe3;
    float: left;
    font-weight: bold;
}



.FlightRow {
    height: 25px;
    overflow: hidden;
}

.ErrorClass {
    background-color: #FFCCCC;
}