﻿.CalendarNavigation{
    border-top: 1px solid #dcdcdc;
    padding: 2px;
    width: 380px;
    margin: 5px;
    margin-left: 10px;
    height: 30px;
    vertical-align: middle;
}
.CalendarNavigation .NavigationLeft{
    float: left;
    font-family: Verdana;
    color: #76003d;
    font-size: 11px;
    text-decoration: underline;
    background-image: url('../images/lowfarecalendar/navigationleft.jpg');
    background-repeat: no-repeat;
    background-position: left;
    height: 22px;
    padding-left: 25px;
    padding-top: 5px;
    cursor: pointer;
}
.CalendarNavigation .NavigationRight{
    float: right;
    font-family: Verdana;
    color: #76003d;
    font-size: 11px;
    text-decoration: underline;
    background-image: url('../images/lowfarecalendar/navigationright.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 22px;
    padding-right: 25px;
    padding-top: 5px;
    cursor: pointer;
}
.CalendarPrice{
    font-size: 12px;
    color: #76003d;
    font-weight: normal;
    position:absolute;
    width: 45px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
.CalendarPrice .CurrencySymbol{
    font-size: 9px; 
    float: left; 
    clear: both; 
    width: 40px; 
    text-align: left;
}
.CalendarPrice .LargePrice{
    float: left; 
    font-size: 16px; 
    letter-spacing: -1px;
}
.NoPrice{
    color: #cccccc;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 5px;
}
.CalendarPrice .SmallPrice{
    float: left; 
    font-size: 10px; 
    padding-top: 2px; 
    letter-spacing: -1px;
}
.LowFareCalendarContainer{
    padding-left: 10px;
    width: 380px;
    /* background-color: #ffffff; */
}
.LowFareCalendarContainerLight{
    padding-left: 10px;
    width: 380px;
    opacity: .50;
    /* filter:alpha(opacity=50); */ 
    -moz-opacity: 0.5;
    /* background-color: #ffffff; */
}
#ReturnCalendarGroup{
    background-repeat: no-repeat;
}
#LowFareSearchStatus{
    position: absolute;
    margin-left: 300px;
    margin-top: 200px;
    width: 200px;
    height: 20px;
    z-index: 500;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    padding-left: 25px;
    visibility: hidden;
}
#LowFareSearchStatus #StatusText{
    float: left;
    font-size: 11px;
    color: #545454;
    font-family: Verdana;
    padding-top: 2px;
}
#LowFareSearchStatus #StatusImage{
    float: left;
    padding-right: 5px;
}
#LowFareSearchError{
    position: absolute;
    margin-left: 230px;
    margin-top: 160px;
    width: 300px;
    height: 120px;
    z-index: 500;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    padding-left: 25px;
    visibility: hidden;
    z-index: 500px;
    background-image: url(../images/lowfarecalendar/error_icon.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
#LowFareSearchError #ErrorHeadText{
    font-weight: bold;
    color: #999999;
    font-size: 13px;
    float: left;
    font-family: Verdana;
    padding-top: 10px;
    padding-left: 55px;
    padding-bottom: 10px;
}
#LowFareSearchError #ErrorMessage{
    color: #666666;
    font-size: 11px;
    float: left;
    font-family: Verdana;
    clear: both;
    padding-left: 55px;
    padding-right: 10px;
}
#LowFareCalendarGroup{
    height: 390px;
    padding-top: 25px;
}
#LowFareCalendarActions{
    padding-top: 50px;
}
/* Master element for price views */
#PriceViewContainer{
    width: 800px;
    background-image: url(../images/lowfarecalendar/pricecontainer_border.jpg);
}
#PriceViewHead{
    background-color: #76003d;
    color: #ffec00;
    height: 20px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}
.PriceContainerBottomFinish{
    width: 800px;
    height: 10px;
    background-image: url(../images/lowfarecalendar/pricecontainer_border_bottom.jpg);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    background-color: #ffffff;
}
#LowFareCalendarActions{
    height: 40px;
    margin-top: 20px;
}
#CalendarShowFlights{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
#CalendarSearchChange{
    float: left;
    color: #76003d;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 20px;
    margin-top: 3px;
    cursor: pointer;
}
#PriceViewNavigation{
    width: 800px;
    height: 40px;
    background-image: url(../images/lowfarecalendar/pricecontainer_border_top.jpg);    
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
#PriceViewNavigation #FlightListTab{
    background-image: url(../images/lowfarecalendar/de-DE/tabbutton_flightlist_inactive.gif);    
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;    
    width: 134px;
    height: 35px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}
#PriceViewNavigation #CalendarTab{
    background-image: url(../images/lowfarecalendar/de-DE/tabbutton_calendar_active.gif);    
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;    
    width: 145px;
    height: 35px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}
/* styles for the price list groups */
#PriceListGroup{
    position: absolute;
    margin-top: -70px;
    margin-left: 0px;
    background-image: url(../images/lowfarecalendar/pricecontainer_border.jpg);
    background-repeat: repeat-y;
}
.MoveDay{
    font-family: Verdana;
    font-size: 12px;
    color: #76003d;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.PriceListBottom{
    border-bottom: 1px solid #d7d7d7;
    width: 700px;
    margin-top: 4px;
    clear:both;    
}
/* styles for the price list views */
.PriceListTable{
    margin-left: 20px;
    /* width: 685px; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.PriceRow{
    font-family: Verdana;
    font-size: 12px;
    cursor:pointer;
}
.PriceRow td{
    background-color: #f1f1f1;
    border-bottom: 3px solid #ffffff;
    height: 21px;
    padding-left: 3px;
    padding-right: 3px;
    color: #666666;
    font-size: 11px;
}
.PriceRow .DaysDate{
    font-size: 14px;
    width: 130px;
    padding-top: 2px;
}
.PriceRow .FlightTimes{
    width: 100px;
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
}
.PriceRow .FlightDuration{
    width: 145px;
    text-align: left;
    padding-top: 3px;
}
.PriceRow .CreativeArea{
    width: 100px;
    text-align: right;    
}
.PriceRow .BasicPrice{
    width: 90px;
    color: #76003d;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    padding-left: 30px;    
    padding-bottom: 3px;
}
.PriceRow .FlexPrice{
    width: 90px;
    font-size: 12px;
    text-align: left;
    padding-left: 0px;
    cursor: pointer;
    padding-left: 30px;    
}
.PriceRow .BasicPrice label{
    cursor: pointer;    
}
.PriceRow .DayIcon{
    background-color: #ffffff;
    text-align: right;
    padding: 0px;
}
.Tariff-Link{
    font-family: Verdana;
    font-size: 10px;
    color: #76003d;
}
.DaySeparator td{
    border-top: 1px solid #d9d9d9;
    height: 2px;
    overflow:hidden;
    color: #ffffff;
    cursor: default;
    font-size: 2px;
}
.SeparatorSpacing{
    height: 2px;
}
.SoldOut td{
    background-color: #ffffff;
    background-image: url('../images/lowfarecalendar/soldout_background.gif');
    padding-top: 2px;
    vertical-align: middle;
    border-spacing: 2px;
}
.SoldOut .DayIcon{
    background-image: none;
}
.SoldOut .FlightTimes{
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #b3b3b3;
}
.SoldOut .FlightDuration{
    width: 145px;
    text-align: left;
    color: #b3b3b3;
}

/* styles for the price-list status displays */
.PriceListStatus{
    font-family: Verdana;
    font-size: 12px;
    width: 800px;
    color: #76003d;
    text-align: center;
    background-image: url('../images/lowfarecalendar/pricecontainer_border_bottom.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.PriceListStatusHead{
    font-weight: bold;
    vertical-align: middle;
    color: #76003d;
    margin-bottom: 10px;
}
/* styles for the search configurator */
#SearchConfig{
    width: 800px;
    height: 300px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    overflow: hidden;
}
#SearchConfigHead{
    background-color: #76003d;
    color: #ffec00;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#SearchConfigSetting{
    color: #666666;
    font-family: Verdana;
    font-size: 16px;
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#SearchConfigRouteSetting{
    float:left;
}
#SearchConfigSwap{
    color:#76003d;
    font-size: 10px;
    float:right;
    text-decoration: underline;
    margin-right: 10px;
    padding-right: 15px;
    background-image: url(../images/lowfarecalendar/closebutton.gif);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
#SearchRouteConfig{
    width: 185px;
    height: 175px;
    padding-left: 10px;
    border-right: 1px solid #d7d7d7;
    float: left;
}
#SearchRouteConfigHead{
    font-weight: bold;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    width: 170px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}
.StationHead{
    font-weight: bold;
    color: #666666;
    font-family: Verdana;
    font-size: 10px;
    margin-top: 10px;    
}
.StationField{
    height: 20px;
    width: 160px;
    background-image: url('../images/lowfarecalendar/stationfield.gif');
    background-repeat: no-repeat;
    margin-top: 3px;
    cursor: pointer;
    color: #666666;
    font-family: Verdana;
    font-size: 10px;
    padding-top: 3px;
    padding-left: 3px;
}
#SearchDateConfig{
    width: 375px;
    float:left;
}
#SearchPaxConfig{
    float: left;
    height: 175px;
    border-left: 1px solid #d7d7d7;
    padding-left: 10px;
}
#SearchPaxConfigHead{
    font-weight: bold;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    width: 170px;
    border-bottom: 1px solid #d7d7d7;    
}
.ConfigCalendar{
    width: 170px;
    overflow: hidden;
    margin-left: 10px;
}
.ConfigCalendarHead{
    width: 170px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-left: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.PaxHead{
    color: #666666;
    font-weight: bold;
    font-size: 10px;
    clear:both;
    margin-top: 0px;
}
.PaxHead a{
    color: #76003d;
}
.PaxSelection{
    padding-top: 5px;
    height: 35px;
}
.PaxCountField{
    border: 1px solid #d7d7d7;
    width: 30px;
    font-family: Verdana;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 3px;
    height: 17px;
    margin-left: 10px;
}
#SearchFlightsButton{
    float:right;
    background-image: url('../images/lowfarecalendar/de-DE/searchflights.gif');
    width: 173px;
    height: 26px;
    margin-top: 15px;
    margin-right: 0px;
    cursor: pointer;
}
/* styles for the price-view at the bottom of the list */
#FullPriceView{
    width: 750px;
    margin-left: 15px;
    margin-top: 20px;
    display:none;
}
#FullPriceView #Heading{
    color: #76003d;
    font-size: 16px;
    font-weight: bold;
}
#FullPriceViewContainer{
    border: 1px solid #d5d5d5;
    margin-bottom: 5px;
    width: 750px;
}
.FullPriceSegment{
    width: 700px;
}
.FullPriceSegment td{
    color: #666666;
    font-size: 11px;
    vertical-align: top;
}
.SegmentTitle{
    font-weight: bold;
    width: 300px;
}
.SegmentTaxDetails td{
    font-size: 9px;
    width: 100%;
}
.PaxTypeName, .TaxFeeName, .TaxDetailsName{
    width: 370px;
}
.PaxTypePrice, .TaxPrice{
    text-align: right;
}
.TaxFeePrice{
    text-align: right;
}
#FullPriceViewContainer{
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#FullPriceViewError{
    width: 730px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 11px;    
    color: #666666;
    border: 1px solid #d5d5d5;
}
.ReloadFullPrice{
    color: #76003d;
    text-decoration: underline;
    cursor:pointer;
}
#TaxDetailList0, #TaxDetailList1{
    display:none;
}
#FullPriceSegment1{
    padding-top: 10px;
}
.ShowTaxDetailsLink{
    text-decoration: underline;
    color: #76003d;
    cursor:pointer;
}
.FinalPriceView td{
    font-size: 14px;
    color: #76003d;
}
.FinalPriceView{
    width: 700px;
    margin-top: 10px;
}
.FinalPriceName{
    text-align: right;
    padding-right: 10px;
}
.FinalPriceValue{
    border-top: 3px double #76003d;
    width: 80px;
    text-align: right;
}
.FullPriceDownloadStatus{
    color: #666666;
    font-size: 12px;
    width: 250px;
    text-align: left;
}
#BookFlightsButton{
    background-image: url('../images/lowfarecalendar/de-DE/bookflights.gif');
    width: 173px;
    height: 26px;
    margin-top: 10px;
    margin-left: 590px;
    margin-bottom: 10px;
    cursor: pointer;
}
.NoSegmentsFoundMessage{
    color: #666666;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    width: 450px;
}
.NoSegmentsFoundMessage a{
    color: #76003d;
}
/* styles for the multi-pax view */
.MultiPaxChildPrice{
    padding-left: 21px;
    height: 17px;
    clear:left;
}
.MultiPaxInfantPrice{
    padding-left: 21px;
    clear:left;
}
/* styles for special service configuration */
#SpecialServiceConfiguration{
    width: 750px;
    font-size: 11px;
    color: #666666;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 20px;
}
#SpecialServicesSelection{
    width: 100%;
    margin-top: 10px;
}
.SpecialServiceHead{
    font-weight: bold;
}
.OutwardSpecialServiceHead{
    font-weight: bold;
}
.ReturnSpecialServiceHead{
    font-weight: bold;
}
.SSRInputColumn{
    border-top: 1px solid #f5f5f5;
    padding-top: 2px;
    text-align: center;
    padding-bottom: 5px;
}
.SSRInputField{
    width: 40px;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
}
#CheckSSRAvailabilityButton{
    cursor: pointer;
    background-image: url('../images/lowfarecalendar/de-DE/checkssravailability.gif');
    width: 173px;
    height: 26px;
}
#SwapSpecialServices{
    color: #76003d;
    text-decoration: underline;
    padding-bottom: 15px;
    text-align: right;
    cursor: pointer;
}
#SpecialServicesQuery{
    width: 750px; 
    margin-top: 10px;
}
