/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.banner {
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 12px;
  position: relative;
  border: 1px solid gray; }
  .banner .ui-datepicker-trigger, .banner .nav {
    cursor: pointer; }
  .banner.grey {
    background: #e4e4e4 !important;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #f4f4f4 50%, #e4e4e4 100%) !important;
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #f4f4f4 50%, #e4e4e4 100%) !important;
    background: linear-gradient(to bottom, #e4e4e4 0%, #f4f4f4 50%, #e4e4e4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ) !important; }
    .banner.grey .regionWrapper {
      background-color: transparent !important; }
    .banner.grey .region {
      background-color: transparent !important; }
    .banner.grey label {
      color: #666; }
    .banner.grey input.text {
      border: 1px solid #ccc; }
      .banner.grey input.text:focus {
        border-color: #ccc;
        background: #e0e0e0; }
      .banner.grey input.text[readonly] {
        border-color: #ccc;
        background: #e0e0e0; }
    .banner.grey .deco {
      background-color: transparent !important; }
      .banner.grey .deco p {
        background-color: transparent !important;
        color: #666 !important; }
  .banner input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important; }
    .banner input.text {
      border: 1px solid #fff;
      font-size: 9px;
      padding: 4px 5px; }
      .banner input.text:focus {
        border-color: #e0e0e0;
        background: #e0e0e0; }
      .banner input.text[readonly] {
        border-color: #e0e0e0;
        background: #e0e0e0; }
  .banner .radio input[type="radio"] {
    margin-top: 0;
    vertical-align: top;
    display: inline-block;
    cursor: pointer; }
  .banner .radio label {
    display: inline-block;
    cursor: pointer; }
  .banner label {
    color: #fff;
    font-size: 11px; }
  .banner .logo {
    position: absolute;
    right: 10px;
    top: 10px; }
    .banner .logo svg {
      height: 28px;
      width: auto;
      vertical-align: top;
      display: inline-block; }
  .banner .column {
    height: 100%;
    width: 100px;
    float: left; }
  .banner .row {
    position: relative; }
  .banner .region {
    position: relative;
    background-color: #f00; }
  .banner .regionWrapper {
    background-color: #f00; }
  .banner .buttonSearch {
    background: #e4421c url("../img/gradients-bg.png") -2100px 50% no-repeat;
    border: 0;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    left: -1px;
    letter-spacing: 1px;
    margin: 0;
    padding: 2px 5px 3px 5px;
    position: relative;
    text-decoration: none;
    top: -1px;
    width: 100px; }
    .banner .buttonSearch span {
      background: url("../img/icons.gif") 0 -2297px no-repeat transparent;
      display: block;
      padding-left: 18px; }
    .banner .buttonSearch:hover {
      background-color: #fb410d;
      background-position: -2700px 50%;
      border: 0;
      border-left: 1px solid #727272;
      border-top: 1px solid #727272; }
  .banner .wrapperDatePicker {
    position: relative; }
    .banner .wrapperDatePicker .nav {
      float: left;
      display: block;
      margin: 0 5px; }
    .banner .wrapperDatePicker input {
      float: left; }
  .banner.size250x200 .region, .banner.size200x300 .region, .banner.size300x250 .region, .banner.size236x200 .region, .banner.size250x220 .region, .banner.size140x180 .region {
    margin: 0 auto; }
    .banner.size250x200 .region.columnLocation, .banner.size200x300 .region.columnLocation, .banner.size300x250 .region.columnLocation, .banner.size236x200 .region.columnLocation, .banner.size250x220 .region.columnLocation, .banner.size140x180 .region.columnLocation {
      padding-top: 3px; }
      .banner.size250x200 .region.columnLocation .row, .banner.size200x300 .region.columnLocation .row, .banner.size300x250 .region.columnLocation .row, .banner.size236x200 .region.columnLocation .row, .banner.size250x220 .region.columnLocation .row, .banner.size140x180 .region.columnLocation .row {
        width: 95%;
        margin: 0 auto;
        padding: 5px 0 4px; }
        .banner.size250x200 .region.columnLocation .row input[type="text"], .banner.size200x300 .region.columnLocation .row input[type="text"], .banner.size300x250 .region.columnLocation .row input[type="text"], .banner.size236x200 .region.columnLocation .row input[type="text"], .banner.size250x220 .region.columnLocation .row input[type="text"], .banner.size140x180 .region.columnLocation .row input[type="text"] {
          width: 100%; }
    .banner.size250x200 .region.typeOfTravel .row, .banner.size200x300 .region.typeOfTravel .row, .banner.size300x250 .region.typeOfTravel .row, .banner.size236x200 .region.typeOfTravel .row, .banner.size250x220 .region.typeOfTravel .row, .banner.size140x180 .region.typeOfTravel .row {
      float: left;
      margin: 4px 0 0 7px; }
    .banner.size250x200 .region.dateRegion, .banner.size200x300 .region.dateRegion, .banner.size300x250 .region.dateRegion, .banner.size236x200 .region.dateRegion, .banner.size250x220 .region.dateRegion, .banner.size140x180 .region.dateRegion {
      margin-top: 0;
      padding-top: 5px;
      padding-bottom: 6px; }
  .banner.size250x200 .logoWrapper, .banner.size200x300 .logoWrapper, .banner.size300x250 .logoWrapper, .banner.size236x200 .logoWrapper, .banner.size250x220 .logoWrapper, .banner.size140x180 .logoWrapper {
    height: 50px; }
  .banner.size250x200 .buttonWrapper, .banner.size200x300 .buttonWrapper, .banner.size300x250 .buttonWrapper, .banner.size236x200 .buttonWrapper, .banner.size250x220 .buttonWrapper, .banner.size140x180 .buttonWrapper {
    margin-top: 4px;
    margin-left: 159px; }
    .banner.size250x200 .buttonWrapper button, .banner.size200x300 .buttonWrapper button, .banner.size300x250 .buttonWrapper button, .banner.size236x200 .buttonWrapper button, .banner.size250x220 .buttonWrapper button, .banner.size140x180 .buttonWrapper button {
      width: 80px;
      padding: 4px 5px 3px 6px; }
      .banner.size250x200 .buttonWrapper button span, .banner.size200x300 .buttonWrapper button span, .banner.size300x250 .buttonWrapper button span, .banner.size236x200 .buttonWrapper button span, .banner.size250x220 .buttonWrapper button span, .banner.size140x180 .buttonWrapper button span {
        background-position-y: -2299px; }
  .banner.size250x200 {
    width: 248px;
    height: 198px; }
    .banner.size250x200 .region {
      padding-right: 5px;
      padding-left: 5px; }
      .banner.size250x200 .region.dateRegion {
        padding-bottom: 10px; }
    .banner.size250x200 .buttonWrapper {
      margin-top: 7px; }
  .banner.size250x220 {
    width: 248px;
    height: 218px; }
    .banner.size250x220 .logoWrapper {
      height: 50px; }
      .banner.size250x220 .logoWrapper .logo {
        right: 12px; }
    .banner.size250x220 .region {
      padding-right: 5px;
      padding-left: 5px; }
      .banner.size250x220 .region.dateRegion {
        padding-bottom: 10px; }
    .banner.size250x220 .buttonWrapper {
      margin-top: 7px;
      margin-left: 158px; }
  .banner.size140x180 {
    width: 138px;
    height: 178px; }
    .banner.size140x180 .logoWrapper {
      height: 31px; }
      .banner.size140x180 .logoWrapper .logo {
        right: 6px;
        top: 5px; }
        .banner.size140x180 .logoWrapper .logo svg {
          height: 20px; }
    .banner.size140x180 .region {
      padding-right: 5px;
      padding-left: 5px; }
      .banner.size140x180 .region.dateRegion {
        padding-bottom: 10px; }
    .banner.size140x180 .buttonWrapper {
      margin-top: 7px;
      margin-left: 53px; }
    .banner.size140x180 .region.columnLocation {
      padding-top: 0; }
      .banner.size140x180 .region.columnLocation .row {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 3px; }
    .banner.size140x180 .region.typeOfTravel .row {
      margin: 0; }
      .banner.size140x180 .region.typeOfTravel .row:first-child {
        margin-bottom: 3px; }
    .banner.size140x180 .wrapperDatePicker .nav {
      margin: 2px 3px 2px 0; }
      .banner.size140x180 .wrapperDatePicker .nav.prev {
        float: right;
        margin-right: 0; }
    .banner.size140x180 label {
      font-size: 9px; }
    .banner.size140x180 input.dateField {
      width: 70%; }
    .banner.size140x180 .ui-datepicker-trigger {
      display: none; }
  .banner.size236x200 {
    width: 234px;
    height: 198px; }
    .banner.size236x200 .region {
      padding-right: 5px;
      padding-left: 5px; }
      .banner.size236x200 .region.dateRegion {
        padding-bottom: 10px; }
    .banner.size236x200 .buttonWrapper {
      margin-top: 7px;
      margin-left: 145px; }
  .banner.size300x250 {
    width: 298px;
    height: 248px; }
    .banner.size300x250 .logoWrapper {
      height: 50px; }
    .banner.size300x250 .region {
      padding-right: 5px;
      padding-left: 5px; }
      .banner.size300x250 .region.dateRegion {
        padding-bottom: 10px; }
    .banner.size300x250 .buttonWrapper {
      margin-left: 208px;
      margin-top: 12px; }
    .banner.size300x250 .wrapperDatePicker input {
      width: 72%; }
  .banner.size200x300 {
    width: 198px;
    height: 298px; }
    .banner.size200x300 .logoWrapper {
      height: 40px; }
      .banner.size200x300 .logoWrapper .logo {
        top: 6px;
        right: 12px; }
    .banner.size200x300 .wrapperDatePicker input {
      width: 57%; }
    .banner.size200x300 .deco {
      width: 100%;
      height: 92px;
      background: url("../img/smallWidthPicture.jpg") 0 0; }
    .banner.size200x300 .region {
      padding-left: 10px;
      padding-right: 10px; }
      .banner.size200x300 .region.typeOfTravel {
        height: 40px; }
    .banner.size200x300 .buttonWrapper {
      margin-top: 7px;
      margin-left: 106px; }
  .banner.size728x90, .banner.size728x90v2, .banner.size468x60 {
    width: 726px;
    height: 88px; }
    .banner.size728x90 .ui-datepicker-trigger, .banner.size728x90v2 .ui-datepicker-trigger, .banner.size468x60 .ui-datepicker-trigger {
      display: none;
      position: absolute; }
    .banner.size728x90 .logo, .banner.size728x90v2 .logo, .banner.size468x60 .logo {
      right: 12px; }
    .banner.size728x90 .deco, .banner.size728x90v2 .deco, .banner.size468x60 .deco {
      background: url("../img/smallPicture.jpg") no-repeat 7px 50% #ffffff;
      float: left;
      height: 100%;
      width: 68px; }
    .banner.size728x90 .wrapper form, .banner.size728x90v2 .wrapper form, .banner.size468x60 .wrapper form {
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative;
      width: 100%;
      height: 68px; }
    .banner.size728x90 .wrapper .typeOfTravel, .banner.size728x90v2 .wrapper .typeOfTravel, .banner.size468x60 .wrapper .typeOfTravel {
      width: 131px;
      padding-left: 18px; }
      .banner.size728x90 .wrapper .typeOfTravel div.row, .banner.size728x90v2 .wrapper .typeOfTravel div.row, .banner.size468x60 .wrapper .typeOfTravel div.row {
        margin-top: 9px; }
    .banner.size728x90 .wrapper .columnLocation, .banner.size728x90v2 .wrapper .columnLocation, .banner.size468x60 .wrapper .columnLocation {
      width: 178px; }
      .banner.size728x90 .wrapper .columnLocation div.row, .banner.size728x90v2 .wrapper .columnLocation div.row, .banner.size468x60 .wrapper .columnLocation div.row {
        margin-top: 9px; }
      .banner.size728x90 .wrapper .columnLocation input, .banner.size728x90v2 .wrapper .columnLocation input, .banner.size468x60 .wrapper .columnLocation input {
        width: 100%; }
    .banner.size728x90 .wrapper .dateColumn, .banner.size728x90v2 .wrapper .dateColumn, .banner.size468x60 .wrapper .dateColumn {
      padding-left: 12px;
      width: 213px; }
      .banner.size728x90 .wrapper .dateColumn div.row, .banner.size728x90v2 .wrapper .dateColumn div.row, .banner.size468x60 .wrapper .dateColumn div.row {
        margin-top: 9px; }
        .banner.size728x90 .wrapper .dateColumn div.row input.dateField, .banner.size728x90v2 .wrapper .dateColumn div.row input.dateField, .banner.size468x60 .wrapper .dateColumn div.row input.dateField {
          width: 139px;
          margin-left: 20px;
          margin-right: 3px; }
        .banner.size728x90 .wrapper .dateColumn div.row input.hour, .banner.size728x90v2 .wrapper .dateColumn div.row input.hour, .banner.size468x60 .wrapper .dateColumn div.row input.hour {
          width: 49px; }
        .banner.size728x90 .wrapper .dateColumn div.row img.nav, .banner.size728x90v2 .wrapper .dateColumn div.row img.nav, .banner.size468x60 .wrapper .dateColumn div.row img.nav {
          position: absolute;
          top: 5px; }
      .banner.size728x90 .wrapper .dateColumn .startPoint, .banner.size728x90v2 .wrapper .dateColumn .startPoint, .banner.size468x60 .wrapper .dateColumn .startPoint {
        float: right;
        margin-right: 34px; }
        .banner.size728x90 .wrapper .dateColumn .startPoint label, .banner.size728x90v2 .wrapper .dateColumn .startPoint label, .banner.size468x60 .wrapper .dateColumn .startPoint label {
          margin-right: 5px; }
        .banner.size728x90 .wrapper .dateColumn .startPoint.radio label, .banner.size728x90v2 .wrapper .dateColumn .startPoint.radio label, .banner.size468x60 .wrapper .dateColumn .startPoint.radio label {
          margin-top: 4px; }
        .banner.size728x90 .wrapper .dateColumn .startPoint.radio input, .banner.size728x90v2 .wrapper .dateColumn .startPoint.radio input, .banner.size468x60 .wrapper .dateColumn .startPoint.radio input {
          margin-top: 3px;
          margin-right: 3px; }
    .banner.size728x90 .wrapper .buttonWrapper, .banner.size728x90v2 .wrapper .buttonWrapper, .banner.size468x60 .wrapper .buttonWrapper {
      position: absolute;
      bottom: 10px;
      right: 11px; }
      .banner.size728x90 .wrapper .buttonWrapper .buttonSearch, .banner.size728x90v2 .wrapper .buttonWrapper .buttonSearch, .banner.size468x60 .wrapper .buttonWrapper .buttonSearch {
        width: 82px; }
  .banner.size468x60 {
    width: 466px;
    height: 58px; }
    .banner.size468x60 .logo {
      top: 5px;
      right: 6px; }
      .banner.size468x60 .logo svg {
        height: 20px; }
    .banner.size468x60 .wrapper form {
      padding-top: 0;
      padding-bottom: 0;
      height: 58px; }
    .banner.size468x60 .wrapper .typeOfTravel {
      width: 100px;
      padding-left: 8px; }
    .banner.size468x60 .wrapper .columnLocation {
      width: 100px; }
    .banner.size468x60 .wrapper .buttonWrapper {
      bottom: 5px;
      right: 5px; }
    .banner.size468x60 .wrapper .dateColumn {
      width: auto;
      padding-left: 8px;
      padding-right: 8px; }
      .banner.size468x60 .wrapper .dateColumn div.row input.dateField {
        width: 80px;
        margin-left: 0;
        margin-right: 5px; }
      .banner.size468x60 .wrapper .dateColumn .startPoint.radio label {
        margin-top: 6px; }
    .banner.size468x60 .wrapper .row {
      margin-top: 6px !important; }
    .banner.size468x60 .wrapper label {
      font-size: 9px; }
  .banner.size728x90v2 {
    background-position-x: 84%; }
    .banner.size728x90v2 .wrapper {
      padding-left: 5px; }
  .banner.size160x600 .wrapper, .banner.size120x600 .wrapper {
    width: 100%; }
  .banner.size160x600 label, .banner.size120x600 label {
    font-size: 9px; }
  .banner.size160x600 .ui-datepicker-trigger, .banner.size120x600 .ui-datepicker-trigger {
    display: none;
    position: absolute; }
  .banner.size160x600 .logoWrapper, .banner.size120x600 .logoWrapper {
    height: 80px; }
  .banner.size160x600 .deco p, .banner.size120x600 .deco p {
    font-size: 14px;
    font-weight: bold; }
  .banner.size160x600 .region, .banner.size120x600 .region {
    background-color: #f00;
    width: 85%;
    margin: 0 auto; }
    .banner.size160x600 .region .row, .banner.size120x600 .region .row {
      width: 100%;
      margin-bottom: 10px; }
    .banner.size160x600 .region.columnLocation, .banner.size120x600 .region.columnLocation {
      height: 57px;
      padding-top: 24px; }
      .banner.size160x600 .region.columnLocation input, .banner.size120x600 .region.columnLocation input {
        width: 100%; }
    .banner.size160x600 .region.typeOfTravel .row, .banner.size120x600 .region.typeOfTravel .row {
      margin-bottom: 5px; }
    .banner.size160x600 .region.dateRegion, .banner.size120x600 .region.dateRegion {
      padding: 7px 0 2px; }
      .banner.size160x600 .region.dateRegion .wrapperDatePicker input, .banner.size120x600 .region.dateRegion .wrapperDatePicker input {
        float: none; }
      .banner.size160x600 .region.dateRegion input, .banner.size120x600 .region.dateRegion input {
        width: 100%; }
  .banner.size160x600 .buttonWrapper, .banner.size120x600 .buttonWrapper {
    margin-top: 11px;
    margin-left: 69px; }
    .banner.size160x600 .buttonWrapper button, .banner.size120x600 .buttonWrapper button {
      width: 80px;
      padding: 4px 5px 3px 6px; }
      .banner.size160x600 .buttonWrapper button span, .banner.size120x600 .buttonWrapper button span {
        background-position-y: -2299px; }
  .banner.size160x600 {
    width: 158px;
    height: 598px; }
    .banner.size160x600 .deco {
      background: url(../img/middlePicture.jpg) no-repeat 0 0 #f00;
      padding-top: 149px; }
      .banner.size160x600 .deco p {
        padding-top: 40px;
        width: 137px;
        margin: 0 auto;
        color: #fff; }
    .banner.size160x600 .logoWrapper {
      height: 90px; }
    .banner.size160x600 .region {
      width: 137px; }
      .banner.size160x600 .region .row {
        width: 100%; }
      .banner.size160x600 .region.typeOfTravel {
        margin-left: 15px; }
        .banner.size160x600 .region.typeOfTravel .row {
          width: 137px; }
  .banner.size120x600 {
    width: 118px;
    height: 598px; }
    .banner.size120x600 form {
      margin: 0 auto; }
    .banner.size120x600 .deco {
      width: 100%;
      background: url(../img/middlePicture.jpg) no-repeat -41px 0 #f00;
      padding-top: 186px; }
      .banner.size120x600 .deco p {
        padding-top: 3px;
        width: 79%;
        margin: 0 auto;
        color: #ffffff;
        background-color: #f00; }
    .banner.size120x600 .region.dateRegion {
      padding-top: 0; }
    .banner.size120x600 .region .smallLabel {
      width: 80%; }
    .banner.size120x600 .region.columnLocation {
      padding-top: 23px; }
    .banner.size120x600 .buttonWrapper {
      margin-top: 12px;
      margin-left: 29px; }

.ui-datepicker {
  width: 100%;
  left: 0 !important;
  font: 10px Arial, sans-serif;
  background-color: #ffffff;
  border: 0 !important;
  display: none;
  top: 0 !important;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important; }
  .ui-datepicker .ui-datepicker-header {
    padding: 6px 0;
    font-size: 11px; }
  .ui-datepicker .ui-datepicker-title {
    text-align: center; }
  .ui-datepicker table {
    width: 100%; }
    .ui-datepicker table td {
      text-align: center;
      vertical-align: middle;
      background-color: #ccc; }
      .ui-datepicker table td a {
        padding: 6px; }
      .ui-datepicker table td.ui-datepicker-other-month {
        background-color: #ffffff; }
        .ui-datepicker table td.ui-datepicker-other-month:hover {
          background-color: #ffffff; }
      .ui-datepicker table td:hover {
        background-color: #999; }
      .ui-datepicker table td.ui-datepicker-current-day {
        background-color: #FF0000; }
  .ui-datepicker a {
    text-decoration: none;
    color: #000000;
    display: block; }
  .ui-datepicker .ui-datepicker-unselectable {
    cursor: default; }
  .ui-datepicker .ui-state-disabled span {
    display: none; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    cursor: default;
    background-color: inherit; }
  .ui-datepicker .ui-datepicker-prev {
    float: left;
    margin-left: 6px; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    margin-right: 6px; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  font-size: 10px; }
  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #000000; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-group {
  padding: 2px 5px; }
  .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000; }

/*# sourceMappingURL=all.css.map */
