﻿div.sw
{
    padding: 7px 0 5px 15px;
    margin-bottom: 30px;
}
div.sw p
{
    margin-bottom: 15px;
    clear: both;
}
div.sw p.select span
{
    display: block;
    padding-bottom: 2px;
}
div.sw p.passengers
{
    overflow: hidden;
}
div.sw p.passengers label
{
    float: left;
    margin-right: 15px;
}
div.sw p.passengers select
{
    margin: 2px 0 0;
    width: 50px;
}
div.sw p.passengers span.s
{
    display: block;
    text-align: center;
    clear: both;
}
div.sw p.paxHeader
{
    margin-bottom: 0;
}
div.date-picker
{
    overflow: hidden;
    clear: both;
}
div.date-selector
{
    float: left;
    margin-right: 15px;
}
div.date-selector label
{
    display: block;
    padding-bottom: 5px;
}
div.date-selector select
{
    margin-bottom: 5px;
    width: 50px;
}
div.dropdownContainer
{
    clear: both;
}
p.searchFormSubHeader
{
    width: 190px;
}
p.voucher input
{
    width: 175px;
}
p.select select
{
    width: 200px;
}
.loader
{
    visibility: hidden;
    opacity: 0;
}
.nojs .loader
{
    visibility: visible;
    opacity: 1.0;
}
.nojs .searchLoading
{
    display: none !important;
}
.date-pick {padding: 0 0 0 10px;}
#datepick-div, .datepick-inline
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #ddd;
    color: #000;
    width: 185px;
}
#datepick-div
{ //display:none;//z-index:100;}
.datepick-inline
{
    display: block;
    background: #f0f0f0 none repeat scroll 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-bottom: 3px;
}
.datepick-rtl
{
    direction: rtl;
}
.datepick-dialog
{
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}
.datepick-disabled
{
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.datepick-trigger
{
    width: 25px;
    padding: 0;
}
img.datepick-trigger
{
    margin: 2px;
    vertical-align: middle;
}
.datepick-prompt
{
    float: left;
    padding: 2px;
}
* html .datepick-prompt
{
    width: 185px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick
{
    clear: both;
    float: left;
    width: 100%;
    color: #1A5697;
}
.datepick-control
{
    background: #1A5697;
    padding: 2px 0;
}
.datepick-links
{
    background: #195a9d;
    padding: 2px 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.datepick-control, .datepick-links
{
    font-weight: bold;
    font-size: 80%;
}
.datepick-links label
{
    padding: 2px 5px;
    color: #888;
}
.datepick-clear, .datepick-prev
{
    float: left;
    width: 50px;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev
{
    float: right;
    text-align: right;
}
.datepick-current
{
    display: none;
}
.datepick-prev
{
    margin-left: 2px;
}
.datepick-next, .tds-closeSelector
{
    float: right;
    text-align: right;
    margin-right: 2px;
}
.datepick-next
{
    float: right;
    text-align: right;
    margin-right: 2px;
}
div.datepick-prev a, div.datepick-next a, .tds-closeSelector
{
    color: #f0f0f0;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 13px;
    background: #195a9d none repeat scroll 0 0;
    border: 2px solid #195a9d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: .9em;
    margin-top: 5px;
}
div.datepick-prev a:hover, div.datepick-next a:hover
{
    color: #195a9d;
    background: #f0f0f0 none repeat scroll 0 0;
}
.datepick-header
{
    color: #fff;
    background: #195a9d;
    text-align: center;
    font-weight: bold;
    height: 1.6em;
    margin-top: -3px;
}
.datepick-header select
{
    background: #C7EBFF;
    color: #1A5697;
    border: 0;
    font-weight: bold;
}
.datepick-header span
{
    position: relative;
    top: 3px;
}
.datepick
{
    background: #f0f0f0;
    text-align: center;
    font-size: 100%;
}
.datepick a
{
    display: block;
    width: 100%;
}
.datepick-title-row
{
    background: #C7EBFF;
}
.datepick-title-row th
{
    text-align: center;
    font-weight: normal;
}
.datepick-days-row
{
    background: transparent;
    color: #666;
}
.datepick-days-row td
{
    border-bottom: 0;
    text-align: center;
}
.datepick-week-col
{
    background: #777;
    color: #fff;
}
.datepick-days-cell
{
    color: #000;
    border-top: 1px solid #74aeea;
    padding: 2px;
}
.datepick-title-row .datepick-week-end-cell
{
    background: #c7ebff;
}
.datepick-week-over
{
    background: #ddd;
}
.datepick-unselectable
{
    color: #BFBFBF;
}
.datepick-unselectable.datepick-today span
{
    color: #888;
    border: solid 1px #888;
    margin: -1px;
    -moz-border-radius: 5px;
    width: 100%;
    display: block;
}
.datepick .datepick-today a, .datepick .datepick-today.datepick-days-cell-over a
{
    border: solid 1px #c3001e;
    margin: -1px;
    -moz-border-radius: 5px;
}
.datepick-current-day.datepick-today a
{
    border: solid 1px #fff;
    margin: -1px;
}
.datepick-current-day
{
    background: #c3001e;
    color: #fff;
    font-weight: bold;
}
.datepick-days-cell-over
{
    background: #fff;
    color: #333;
}
.datepick-status
{
    background: #C7EBFF;
    width: 100%;
    font-size: 80%;
    text-align: center;
}
#datepick-div a, .datepick-inline a
{
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.datepick-inline .datepick-links a
{
    padding: 0 5px !important;
}
.datepick-control a, .datepick-links a
{
    padding: 2px 5px !important;
    color: #195a9d;
}
.datepick-title-row a
{
    color: #eee;
}
.datepick-control a:hover
{
    background: #fdd;
    color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover
{
    color: #333;
}
.datepick-multi .datepick
{
    border-left: solid 1px #74aeea;
}
.datepick-one-month
{
    float: left;
    width: 182px;
	height: 170px;
}
.datepick-new-row
{
    clear: left;
}
.datepick-new-row .datepick
{
    border-left: none;
}
.destinationList a:hover
{
    text-decoration: underline;
}
div.widget
{
    margin-bottom: 30px;
}
.js div.switcheroo div.sw
{
    display: none;
}
div.switcheroo div.sw.active
{
    display: block;
}
.swHeader
{
    background: url("../assets/global/plugins/switcher.jpg") no-repeat;
    border-bottom: none;
    font-weight: normal;
    margin: 0 0 1px 0;
}
.swHeader a
{
    background-position: 215px -337px;
    display: block;
    padding: 10px;
}
.topSWHeader
{
    color: #fff;
    background-position: 0 0;
}
.secondarySWHeader
{
    color: #fff;
    background-position: 100% 0;
}
.activeSWHeader
{
    color: #383948;
    background-position: 0 -100%;
    border-bottom: solid 1px #d1d1d1;
}
.activeSWHeader a
{
    background-position: 211px -980px;
}
#ui-datepicker-div
{
    width: 730px;
}
.clearBoth
{
    clear: both;
}
.col-3 .popular dd
{
    padding-top: 17px;
}
.popular li
{
    margin-bottom: 1em;
}
.formInput
{
    margin-bottom: 5px;
}
.travelDatesSelector
{
    display: none;
    position: absolute;
    color: #000;
    background: none repeat scroll 0 0 #C7EBFF;
    border: 3px solid #195a9d;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 570px;
    font-size: .8em;
    z-index: 10000;
}
.travelDatesSelector dt
{
    font-weight: bold;
    padding: 5px 0 5px 0;
}
.travelDatesSelector dd, .travelDatesSelector dt
{
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.dateRangeSelectorClose
{
    display: block;
    cursor: pointer;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    background-color: #CA1C26;
    padding: 2px 5px 2px 5px;
    color: #FFF;
}
.dateRangeStart
{
	width: 546px;
}
span.actionNeeded
{
    font-style: italic;
    font-weight: normal;
    color: #f0f0f0;
}
.datepickTravelPeriod
{
    background: #bababa;
}
.clear
{
    clear: both;
}
.onewayContainer
{
    padding: 10px;
    float: left;
}
.onewayContainer span
{
    float: left;
}
.onewayButton
{
    margin-left: 10px;
    width: 19px;
    float: left;
    background: #74AEEA url("../assets/global/plugins/icons.png") no-repeat scroll -5px -750px;
}
.datepick-cover
{
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 187px;
    height: 187px;
}
p.searchFormSubHeader
{
    color: #DE0027;
}
.occupancyLinkContainer a
{
    font-size: .8em;
}
.dateSelectorText
{
    width: 175px;
    border-style: solid;
    border-color: lightgrey;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    display: block;
    float: left;
    padding: 1px 3px 1px 3px;
}
.dateSelectorTrigger
{
    background: url("/images/holidays.bmibaby.com/Calendar_icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    margin-top: 3px;
    padding: 8px;
    float: left;
    font-size: .9em;
	cursor: pointer;
}
.dateSelectorLabel
{
    display: block;
    padding-bottom: 2px;
    font-size: 13px;
}
div.clear
{
    clear: both;
    height: 1px;
}
.validationSummary
{
    padding: 10px;
}
html, body
{
    min-height: 100%;
}
.normal, html, body, div, span, object, iframe, blockquote, a, abbr, acronym, address, em, img, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    color: inherit;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
input, select, textarea
{
    font-family: inherit;
    font-size: 13px !important;
    color: inherit;
}
button
{
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    height: auto;
}
.icon
{
    background: url("../assets/global/plugins/icons.png") no-repeat;
}
.replace, .r-flights, .promo
{
    display: inline-block;
    display: -moz-inline-stack;
    overflow: hidden;
}
.replace
{
    display: inline-block;
    vertical-align: middle;
}
.r-seeb-flights
{
    height: 32px;
    margin-left: 24px;
    width: 151px;
}
.r-seeb-flights span
{
    display: block;
    background: url("../assets/local/en/buttons/buttons_red.png") no-repeat;
    width: 148px;
    height: 30px;
    background-position: -850px 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    color: inherit;
}
.Normal, p
{
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    color: #393948;
    font-family: Arial,Sans-Serif;
}
