.button_small {
  height: 28px;
  _height: 20px;
  font-size: 12px;
  background: url(/img/buttons/buttons-sprite.png) 100% -80px no-repeat;
  margin-left: 5px;
  _background: none;
  _margin-left: 0px; }
  .button_small input, .button_small a {
    cursor: pointer;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding-left: 10px;
    font-weight: bold;
    border: none;
    height: 25px;
    padding-bottom: 3px;
    position: relative;
    left: -5px;
    background: url(/img/buttons/buttons-sprite.png) 0 -80px no-repeat;
    line-height: 25px;
    color: #333;
    *left: -8px;
    _border: 1px solid #999;
    _background: #ccc;
    _left: 0px;
    _height: auto;
    _padding: 0;
    _line-height: 20px; }
  .button_small a {
    display: block;
    padding-right: 6px;
    text-decoration: none;
    _display: inline-block; }

.button_small:hover {
  background: url(/img/buttons/buttons-sprite.png) 100% -108px no-repeat;
  _background: none; }
  .button_small:hover input, .button_small:hover a {
    background: url(/img/buttons/buttons-sprite.png) 0 -108px no-repeat;
    color: #111;
    _background: #c0c0c0;
    _border-color: #999; }

.button {
  height: 38px;
  font-size: 13px;
  background: url(/img/buttons/buttons-sprite.png) 100% 0 no-repeat;
  margin-left: 5px;
  _height: 28px;
  _margin-left: 0px;
  _background: none; }
  .button input, .button a {
    cursor: pointer;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding-left: 10px;
    font-weight: bold;
    border: none;
    height: 35px;
    padding-bottom: 3px;
    position: relative;
    left: -5px;
    background: url(/img/buttons/buttons-sprite.png) 0 0 no-repeat;
    line-height: 35px;
    color: #333;
    *top: -1px;
    *left: -8px;
    _border: 1px solid #999;
    _background: #ccc;
    _left: 0px;
    _height: auto;
    _padding: 0;
    _line-height: 20px; }
  .button a {
    display: block;
    _display: inline-block; }

.button:hover {
  background: url(/img/buttons/buttons-sprite.png) 100% -40px no-repeat;
  _background: none; }
  .button:hover input, .button:hover a {
    background: url(/img/buttons/buttons-sprite.png) 0 -40px no-repeat;
    color: #111;
    _background: #c0c0c0;
    _border-color: #999; }

.callback {
  padding: 2em 1em; }

.input--full-width {
  width: 100%; }

.input--reversed {
  background: #e1dcdc; }

.label-checkbox--inline {
  position: relative;
  top: 3px; }

.x_trigger {
  position: relative; }
  .x_trigger:hover {
    cursor: pointer; }

.global_tooltip {
  background: url("/img/tourpage_update/bg_tooltip_tour_type_top.png") no-repeat left top;
  display: none;
  margin-top: -4px;
  *margin-top: 10px;
  padding: 12px 0 0;
  position: absolute;
  left: -33px;
  text-align: left;
  width: 240px; }
  .global_tooltip .global_tooltip_wrap {
    background: url("/img/tourpage_update/bg_tooltip_tour_type_bottom.png") no-repeat bottom left;
    padding: 0 0 5px 0; }
    .global_tooltip .global_tooltip_wrap .global_tooltip_inner {
      background: url("/img/tourpage_update/bg_tooltip_tour_type_middle.png") repeat-y top left;
      line-height: 1.5;
      padding: 4px 10px 5px 10px;
      width: 200px; }
      .global_tooltip .global_tooltip_wrap .global_tooltip_inner p {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 3px; }

.msg-success {
  padding: 2em 1em 2em 80px;
  background: #f6f6f6 url(/img/msg-tick.png) 20px center no-repeat;
  margin-bottom: 2em; }
  .msg-success .msg {
    font-size: 1em !important;
    font-weight: bold !important; }

#members_my_bookings {
  margin: 0;
  *padding-bottom: 10px;
  *zoom: 1; }
  #members_my_bookings div.alert {
    border: 1px solid #A6CD46;
    background: url("/img/icon-flash-success.png") no-repeat 10px 40% #E4F4B6;
    padding: 5px 0 5px 40px;
    margin: 0 21px 20px 20px; }
    #members_my_bookings div.alert h2 {
      color: #118034;
      margin: 0;
      padding: 0;
      font-weight: normal;
      font-size: 18px; }
      #members_my_bookings div.alert h2 span {
        font-weight: bold; }
    #members_my_bookings div.alert p {
      font-size: 14px;
      margin: 0;
      padding: 0;
      color: #000; }
      #members_my_bookings div.alert p a {
        color: #000; }
  #members_my_bookings div.intro {
    width: 460px;
    float: left;
    margin: 0 10px 10px 20px;
    _margin-left: 10px;
    padding: 0; }
  #members_my_bookings dl.my_tools {
    margin: 0 20px 10px 10px;
    _margin-right: 10px;
    padding: 10px 0;
    float: left;
    width: 461px;
    background: #EFEFF1;
    position: relative;
    top: -10px; }
    #members_my_bookings dl.my_tools dt {
      font-weight: bold;
      font-size: 14px;
      color: #999;
      margin: 0;
      padding: 0 0 6px 0; }
      #members_my_bookings dl.my_tools dt span {
        padding: 5px 5px 3px 10px;
        display: inline;
        background-color: #c0c0c0;
        color: #fff; }
    #members_my_bookings dl.my_tools dd {
      float: left;
      width: 133px;
      font-size: 11px;
      padding: 2px 0 0 0;
      margin: 0;
      line-height: 14px; }
      #members_my_bookings dl.my_tools dd span {
        display: block;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 3px; }
    #members_my_bookings dl.my_tools dd.book {
      margin-right: 20px;
      margin-left: 10px;
      _margin-left: 5px; }
      #members_my_bookings dl.my_tools dd.book span {
        color: #118034; }
    #members_my_bookings dl.my_tools dd.depart {
      margin-right: 20px; }
      #members_my_bookings dl.my_tools dd.depart span {
        color: #053366; }
    #members_my_bookings dl.my_tools dd.home {
      margin-right: 10px;
      _margin-right: 5px; }
      #members_my_bookings dl.my_tools dd.home span {
        color: #000; }
  #members_my_bookings div.my_bookings_some, #members_my_bookings div.my_bookings_none, #members_my_bookings div.my_bookings_bottom, #members_my_bookings div.saved_trips, #members_my_bookings div.my_ebrochure {
    margin-bottom: 20px; }
    #members_my_bookings div.my_bookings_some h2, #members_my_bookings div.my_bookings_none h2, #members_my_bookings div.my_bookings_bottom h2, #members_my_bookings div.saved_trips h2, #members_my_bookings div.my_ebrochure h2 {
      clear: left;
      display: block;
      border-top: 1px solid #333;
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 14px;
      background: #EDEDED;
      line-height: 30px;
      height: 30px;
      font-weight: normal;
      color: #666;
      position: relative; }
      #members_my_bookings div.my_bookings_some h2 a, #members_my_bookings div.my_bookings_none h2 a, #members_my_bookings div.my_bookings_bottom h2 a, #members_my_bookings div.saved_trips h2 a, #members_my_bookings div.my_ebrochure h2 a {
        font-weight: bold;
        padding-left: 10px; }
        #members_my_bookings div.my_bookings_some h2 a:hover, #members_my_bookings div.my_bookings_none h2 a:hover, #members_my_bookings div.my_bookings_bottom h2 a:hover, #members_my_bookings div.saved_trips h2 a:hover, #members_my_bookings div.my_ebrochure h2 a:hover {
          text-decoration: none; }
      #members_my_bookings div.my_bookings_some h2 span.header, #members_my_bookings div.my_bookings_none h2 span.header, #members_my_bookings div.my_bookings_bottom h2 span.header, #members_my_bookings div.saved_trips h2 span.header, #members_my_bookings div.my_ebrochure h2 span.header {
        color: #fff;
        font-size: 16px;
        background-color: #333;
        line-height: 30px;
        padding: 0 20px 0 20px;
        display: block;
        width: 100px;
        *position: relative;
        *top: -1px; }
      #members_my_bookings div.my_bookings_some h2 span, #members_my_bookings div.my_bookings_none h2 span, #members_my_bookings div.my_bookings_bottom h2 span, #members_my_bookings div.saved_trips h2 span, #members_my_bookings div.my_ebrochure h2 span {
        float: left;
        padding-left: 10px;
        font-weight: bold; }
      #members_my_bookings div.my_bookings_some h2 a.back_to_top, #members_my_bookings div.my_bookings_none h2 a.back_to_top, #members_my_bookings div.my_bookings_bottom h2 a.back_to_top, #members_my_bookings div.saved_trips h2 a.back_to_top, #members_my_bookings div.my_ebrochure h2 a.back_to_top {
        font-size: 11px;
        color: #999;
        text-decoration: underline;
        position: absolute;
        right: 20px;
        top: 0px;
        font-weight: normal; }
    #members_my_bookings div.my_bookings_some p, #members_my_bookings div.my_bookings_none p, #members_my_bookings div.my_bookings_bottom p, #members_my_bookings div.saved_trips p, #members_my_bookings div.my_ebrochure p {
      padding: 0;
      margin: 0 40px 10px 150px; }
      #members_my_bookings div.my_bookings_some p span, #members_my_bookings div.my_bookings_none p span, #members_my_bookings div.my_bookings_bottom p span, #members_my_bookings div.saved_trips p span, #members_my_bookings div.my_ebrochure p span {
        font-weight: bold; }
  #members_my_bookings div.saved_trips h2 span.header, #members_my_bookings div.my_ebrochure h2 span.header {
    font-weight: bold;
    background: url("/img/icons/favorite_on.png") no-repeat 20px 8px #333;
    width: 80px;
    padding-left: 40px;
    margin-right: 10px; }
  #members_my_bookings div.saved_trips h2 a, #members_my_bookings div.my_ebrochure h2 a {
    padding-left: 0;
    color: #666;
    font-weight: normal; }
  #members_my_bookings div.my_ebrochure h2 {
    margin-bottom: 14px; }
    #members_my_bookings div.my_ebrochure h2 span.header {
      background: url("/img/icons/ebrochure_on.png") no-repeat 20px 8px #333; }
  #members_my_bookings div.my_ebrochure div.empty_list, #members_my_bookings div.my_ebrochure div.how_it_works {
    clear: both;
    margin: 0;
    padding: 0 0 0 150px;
    position: relative;
    *height: 1%; }
    #members_my_bookings div.my_ebrochure div.empty_list h5, #members_my_bookings div.my_ebrochure div.how_it_works h5 {
      margin: 0;
      padding: 0;
      font-size: 13px;
      font-weight: bold;
      color: #666; }
    #members_my_bookings div.my_ebrochure div.empty_list p, #members_my_bookings div.my_ebrochure div.how_it_works p {
      margin-left: 0; }
    #members_my_bookings div.my_ebrochure div.empty_list p span.save_ebrochure, #members_my_bookings div.my_ebrochure div.how_it_works p span.save_ebrochure {
      display: inline-block;
      background: url("/img/button_tripfinder_consumer_etools_ebrochure_off.png") no-repeat 0px 0px;
      height: 13px;
      width: 14px;
      *padding-right: 3px; }
    #members_my_bookings div.my_ebrochure div.empty_list p a, #members_my_bookings div.my_ebrochure div.how_it_works p a {
      color: #333; }
    #members_my_bookings div.my_ebrochure div.empty_list div.show, #members_my_bookings div.my_ebrochure div.empty_list div.edit, #members_my_bookings div.my_ebrochure div.how_it_works div.show, #members_my_bookings div.my_ebrochure div.how_it_works div.edit {
      padding-left: 150px; }
  #members_my_bookings div.my_ebrochure h4 {
    position: absolute;
    left: 20px;
    top: 2px;
    margin: 0;
    padding: 0; }
  #members_my_bookings div.my_ebrochure div.title {
    *height: 1%;
    margin: 20px 0 0 0;
    padding: 0 0 0 150px; }
  #members_my_bookings div.my_ebrochure div.sort_list_by {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 150px;
    min-height: 110px;
    _height: 110px; }
    #members_my_bookings div.my_ebrochure div.sort_list_by ul.sort {
      position: absolute;
      left: 20px;
      top: 28px;
      margin: 0;
      padding: 0;
      font-size: 12px; }
      #members_my_bookings div.my_ebrochure div.sort_list_by ul.sort li {
        display: block;
        margin: 0;
        padding: 0;
        color: #999;
        font-weight: bold;
        line-height: 15px; }
        #members_my_bookings div.my_ebrochure div.sort_list_by ul.sort li a {
          font-weight: normal;
          color: #999; }
    #members_my_bookings div.my_ebrochure div.sort_list_by ul.tours {
      border: none;
      padding-left: 0;
      padding-top: 0; }
      #members_my_bookings div.my_ebrochure div.sort_list_by ul.tours li.listed {
        padding-left: 22px; }
        #members_my_bookings div.my_ebrochure div.sort_list_by ul.tours li.listed a.remove {
          left: 0px; }
  #members_my_bookings div.my_ebrochure div.ready_to_go {
    position: relative;
    *height: 1%;
    margin: 0;
    padding: 0 0 20px 148px; }
    #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions li {
        display: inline-block;
        *display: inline;
        float: left;
        margin: 0;
        padding: 0 4px 0 0;
        vertical-align: middle; }
        #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions li a:active {
          position: relative;
          top: 1px; }
      #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions li.instruction {
        position: relative;
        top: 6px;
        clear: none;
        float: none;
        font-size: 10px;
        line-height: 12px;
        color: #999; }
        #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions li.instruction span {
          display: block;
          *width: 160px; }
      #members_my_bookings div.my_ebrochure div.ready_to_go ul.actions:after {
        display: block;
        clear: both;
        content: ""; }
  #members_my_bookings div.my_bookings_some h2, #members_my_bookings div.my_bookings_bottom h2 {
    text-align: right;
    font-size: 12px;
    font-weight: bold; }
  #members_my_bookings div.my_bookings_bottom h2 {
    background: #fff;
    border: none; }
  #members_my_bookings #my_saved_trips {
    clear: both;
    display: block;
    float: left;
    margin: 20px;
    *margin: 0 0 20px 20px;
    _margin: 0 0 10px 10px;
    *padding-bottom: 20px; }
    #members_my_bookings #my_saved_trips li {
      position: relative;
      clear: both;
      float: left;
      margin: 0 0 4px 0;
      height: 100px;
      width: 941px;
      background-image: -moz-linear-gradient(#fff, #ccc);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
      *background: #f9f9f9; }
      #members_my_bookings #my_saved_trips li img.thumb {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 219px;
        height: 100px; }
      #members_my_bookings #my_saved_trips li div.title {
        margin: 10px 200px 0 229px;
        font-size: 12px;
        line-height: 100%; }
        #members_my_bookings #my_saved_trips li div.title h3 {
          color: #666;
          font-size: 15px;
          margin: 0 0 2px 0;
          padding: 0; }
          #members_my_bookings #my_saved_trips li div.title h3 a {
            color: #053366;
            text-decoration: none;
            font-weight: bold; }
            #members_my_bookings #my_saved_trips li div.title h3 a:hover {
              text-decoration: underline;
              color: #157BAC; }
        #members_my_bookings #my_saved_trips li div.title span {
          color: #157BAC;
          font-weight: bold; }
      #members_my_bookings #my_saved_trips li div.saved {
        position: absolute;
        top: 10px;
        right: 10px;
        font-style: italic;
        font-size: 12px;
        line-height: 100%;
        color: #999;
        text-align: right; }
        #members_my_bookings #my_saved_trips li div.saved a {
          color: #999;
          display: block;
          text-decoration: underline;
          line-height: 20px; }
          #members_my_bookings #my_saved_trips li div.saved a:hover {
            text-decoration: none; }
      #members_my_bookings #my_saved_trips li div.next_tour {
        position: absolute;
        bottom: 10px;
        left: 229px;
        font-size: 12px;
        color: #333;
        line-height: 100%; }
        #members_my_bookings #my_saved_trips li div.next_tour span {
          font-size: 14px;
          font-weight: bold;
          padding-right: 5px; }
        #members_my_bookings #my_saved_trips li div.next_tour a {
          color: #157BAC;
          font-style: italic;
          padding-left: 5px; }
          #members_my_bookings #my_saved_trips li div.next_tour a:hover {
            color: #053366; }
      #members_my_bookings #my_saved_trips li div.actions {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
        line-height: 20px; }
        #members_my_bookings #my_saved_trips li div.actions p {
          margin: 0;
          line-height: 16px;
          padding: 0;
          *padding-bottom: 5px;
          font-size: 10px;
          color: #666;
          font-weight: bold; }
          #members_my_bookings #my_saved_trips li div.actions p span {
            color: #118034;
            font-size: 16px; }
        #members_my_bookings #my_saved_trips li div.actions a {
          color: #333;
          background: #eee;
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          padding: 3px 10px;
          margin-left: 5px;
          font-size: 11px;
          line-height: 11px;
          font-weight: bold;
          text-decoration: none;
          display: inline-block; }
          #members_my_bookings #my_saved_trips li div.actions a:hover {
            color: #eee;
            background: #333; }
        #members_my_bookings #my_saved_trips li div.actions a.add_to_ebrochure {
          padding-left: 26px;
          background: url("/img/icons/ebrochure-grey_off.png") no-repeat 6px 2px #eee; }
          #members_my_bookings #my_saved_trips li div.actions a.add_to_ebrochure:hover {
            background: url("/img/icons/ebrochure_on.png") no-repeat 6px 2px #333; }
        #members_my_bookings #my_saved_trips li div.actions a.book_it {
          background: #333;
          color: #eee; }
          #members_my_bookings #my_saved_trips li div.actions a.book_it:hover {
            color: #333;
            background: #eee; }
  #members_my_bookings ul.my_bookings {
    clear: both;
    display: block;
    margin: 0 20px 0 20px;
    list-style-type: none; }
    #members_my_bookings ul.my_bookings li {
      margin: 0 0 20px 0; }
      #members_my_bookings ul.my_bookings li h3 {
        height: 30px;
        text-align: right;
        font-size: 12px;
        color: #000;
        background: url("/img/icons/icon-check-grey.gif") no-repeat 5px 50% #ccc;
        margin: 0;
        padding: 0 10px 0 0; }
        #members_my_bookings ul.my_bookings li h3 span {
          line-height: 30px;
          font-size: 14px; }
        #members_my_bookings ul.my_bookings li h3 span.code {
          padding-left: 30px;
          float: left;
          font-family: Courier;
          font-weight: normal; }
        #members_my_bookings ul.my_bookings li h3 span.status {
          color: #333; }
        #members_my_bookings ul.my_bookings li h3 span.away {
          padding-left: 5px;
          font-style: italic;
          color: #000; }
      #members_my_bookings ul.my_bookings li h3.not_checked_in {
        background: url("/img/icons/icon-check-green.gif") no-repeat 5px 50% #E4F4B6; }
        #members_my_bookings ul.my_bookings li h3.not_checked_in span.status {
          color: #118034; }
      #members_my_bookings ul.my_bookings li h3.checked_in {
        background: url("/img/icons/icon-check-darkblue.png") no-repeat 5px 50% #ABDAEE; }
        #members_my_bookings ul.my_bookings li h3.checked_in span.status {
          color: #053366; }
      #members_my_bookings ul.my_bookings li div.tour {
        margin: 0;
        padding: 0;
        border-top: 2px solid #fff;
        position: relative;
        _height: 1%;
        background-image: -moz-linear-gradient(#fff, #ccc);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc)); }
        #members_my_bookings ul.my_bookings li div.tour img.photo {
          position: absolute;
          top: 0px;
          _top: 2px;
          left: 0px;
          height: 50px; }
        #members_my_bookings ul.my_bookings li div.tour a.tour {
          display: block;
          font-size: 15px;
          font-weight: bold;
          margin: 5px 0 5px 120px;
          padding: 0;
          width: 420px;
          line-height: 100%;
          color: #0089CF;
          text-decoration: none; }
          #members_my_bookings ul.my_bookings li div.tour a.tour:hover {
            text-decoration: underline; }
        #members_my_bookings ul.my_bookings li div.tour span.dates {
          color: #666;
          display: block;
          margin: 0 0 0 120px;
          padding: 0 0 13px 0;
          line-height: 100%;
          font-size: 12px; }
        #members_my_bookings ul.my_bookings li div.tour div.actions {
          position: absolute;
          bottom: 5px;
          right: 10px;
          *right: 5px;
          text-align: right; }
          #members_my_bookings ul.my_bookings li div.tour div.actions div.rate_it {
            position: relative;
            display: inline;
            background: #EFEFF1;
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            padding: 2px 95px 2px 5px;
            _zoom: 1;
            *padding-top: 4px;
            _padding-top: 0;
            _padding-bottom: 0; }
            #members_my_bookings ul.my_bookings li div.tour div.actions div.rate_it span {
              font-size: 10px;
              color: #000;
              font-weight: bold; }
            #members_my_bookings ul.my_bookings li div.tour div.actions div.rate_it .rating {
              width: 90px;
              height: 15px;
              position: absolute;
              top: 1px;
              right: 2px; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.check_in_now, #members_my_bookings ul.my_bookings li div.tour div.actions a.make_a_payment, #members_my_bookings ul.my_bookings li div.tour div.actions a.meet_trip_mates, #members_my_bookings ul.my_bookings li div.tour div.actions a.upload_a_photo, #members_my_bookings ul.my_bookings li div.tour div.actions a.review_your_trip {
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            font-size: 10px;
            color: #0089CF;
            text-decoration: none;
            background: url("/img/icons/sprite-icons-booking.png") no-repeat 4px 2px #EFEFF1;
            padding: 4px 5px 3px 20px;
            margin: 0 0 0 5px;
            font-weight: bold; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.check_in_now:hover, #members_my_bookings ul.my_bookings li div.tour div.actions a.make_a_payment:hover, #members_my_bookings ul.my_bookings li div.tour div.actions a.meet_trip_mates:hover, #members_my_bookings ul.my_bookings li div.tour div.actions a.upload_a_photo:hover, #members_my_bookings ul.my_bookings li div.tour div.actions a.review_your_trip:hover {
              background-color: #333;
              color: #FFD503; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.check_in_now {
            background-position: 4px -59px; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.check_in_now:hover {
              background-position: 4px -179px; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.make_a_payment {
            background-position: 4px -38px; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.make_a_payment:hover {
              background-position: 4px -158px; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.meet_trip_mates {
            background-position: 4px -78px; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.meet_trip_mates:hover {
              background-position: 4px -198px; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.upload_a_photo {
            background-position: 4px -17px; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.upload_a_photo:hover {
              background-position: 4px -137px; }
          #members_my_bookings ul.my_bookings li div.tour div.actions a.review_your_trip {
            background-position: 4px 2px; }
            #members_my_bookings ul.my_bookings li div.tour div.actions a.review_your_trip:hover {
              background-position: 4px -118px; }
      #members_my_bookings ul.my_bookings li div.my_review {
        background: #eee;
        clear: both;
        float: left;
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        width: 941px; }
        #members_my_bookings ul.my_bookings li div.my_review fieldset {
          position: relative; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset legend {
            margin: 0;
            padding: 4px 0 0 0;
            position: static; }
            #members_my_bookings ul.my_bookings li div.my_review fieldset legend span {
              *margin: 0 0 0 4px;
              margin: 0 0 0 10px;
              color: #333;
              font-size: 12px;
              width: 290px; }
        #members_my_bookings ul.my_bookings li div.my_review fieldset.left {
          float: left;
          width: 630px; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset.left label input#review_title {
            margin: 5px 0 0 10px; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset.left label textarea {
            font-size: 12px;
            margin: 5px 0 10px 10px;
            padding: 3px;
            resize: none;
            width: 604px; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset.left p {
            font-size: 12px;
            margin-left: 10px; }
        #members_my_bookings ul.my_bookings li div.my_review fieldset.right {
          float: right;
          width: 311px; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset.right label {
            line-height: 100%;
            margin: 0 0 5px 10px;
            padding: 0; }
            #members_my_bookings ul.my_bookings li div.my_review fieldset.right label span.instruction {
              color: #333;
              display: block;
              font-size: 12px;
              font-style: italic;
              line-height: 18px;
              margin: 5px 10px 5px 0;
              width: 100%; }
            #members_my_bookings ul.my_bookings li div.my_review fieldset.right label span.number {
              background: #333;
              clear: both;
              color: #fff;
              display: inline-block;
              float: none;
              font-size: 16px;
              font-weight: bold;
              height: 20px;
              line-height: 20px;
              margin: 0 5px 0 0;
              padding: 0;
              position: relative;
              text-align: center;
              top: 1px;
              width: 20px; }
            #members_my_bookings ul.my_bookings li div.my_review fieldset.right label input {
              clear: none;
              display: inline;
              float: none;
              font-size: 12px;
              margin: 0;
              padding: 0 3px;
              padding: 0;
              width: 256px; }
          #members_my_bookings ul.my_bookings li div.my_review fieldset.right span.button_small {
            float: right;
            position: relative;
            right: 10px;
            margin: 5px 0 10px 0; }
  #members_my_bookings #x_saved_trips_progress {
    text-align: center; }
    #members_my_bookings #x_saved_trips_progress span {
      font-weight: bold;
      line-height: 20px; }
    #members_my_bookings #x_saved_trips_progress img {
      vertical-align: top; }
  #members_my_bookings:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#member_nav {
  clear: both;
  background: url(/img/member_nav/bg-my_contiki.png) left top repeat;
  color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border-top: 1px solid #000;
  height: 60px; }
  #member_nav dl {
    margin: 15px 20px; }
    #member_nav dl dt {
      font-size: 32px;
      float: left;
      position: relative;
      top: -3px; }
    #member_nav dl dd {
      background: url(/img/member_nav/buttons-my_contiki.png) left top repeat-x;
      float: right;
      line-height: 28px;
      border-top: 1px solid #111;
      border-bottom: 1px solid #111;
      padding: 0 7px;
      border-right: 1px solid #222;
      font-weight: bold;
      color: #FFD503; }
      #member_nav dl dd a {
        color: #fff;
        font-weight: bold;
        text-decoration: none; }
        #member_nav dl dd a:hover {
          color: #FFD503; }
    #member_nav dl dd.first {
      border-left: 1px solid #111;
      border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px; }
    #member_nav dl dd.last {
      border-right: 1px solid #111;
      border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px; }

dl#member_subhead {
  display: block;
  position: relative;
  clear: left;
  margin: 0 0 20px 0;
  background: #e0e0e0;
  border-bottom: 1px solid #ccc;
  *height: 1%; }
  dl#member_subhead dt {
    color: #666;
    display: inline-block;
    float: left;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-indent: 20px; }
  dl#member_subhead dd {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666;
    display: inline-block;
    float: left;
    line-height: 30px; }
    dl#member_subhead dd span.separator {
      padding: 8px; }
    dl#member_subhead dd a {
      color: #666;
      font-weight: bold; }
      dl#member_subhead dd a:hover {
        color: #333; }
  dl#member_subhead:after {
    display: block;
    clear: both;
    content: ""; }

.container_messagecenter_background {
  background: url("/img/bg_messagecenter.png") repeat-y 0px 0px; }

div#messagecenter_navigation {
  margin: 0 0 0 20px;
  padding: 0;
  height: 260px; }
  div#messagecenter_navigation h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    color: #333333; }
  div#messagecenter_navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    div#messagecenter_navigation ul li {
      margin: 0;
      padding: 0;
      color: #0C59A4;
      line-height: 24px; }
      div#messagecenter_navigation ul li a {
        color: #0C59A4;
        text-decoration: underline; }
        div#messagecenter_navigation ul li a span {
          font-weight: normal; }
      div#messagecenter_navigation ul li span {
        font-weight: bold; }

div#messagecenter_content {
  margin: 0 20px 0 20px;
  padding: 0; }
  div#messagecenter_content h1.list {
    margin: 0;
    padding: 10px 0 4px 0;
    color: #41606E;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
    div#messagecenter_content h1.list span {
      display: block;
      font-size: 11px;
      font-weight: normal;
      color: #6592A6;
      line-height: 16px; }
  div#messagecenter_content ol.messagecenter_list {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
    border-top: 1px dotted #ccc; }
    div#messagecenter_content ol.messagecenter_list li {
      margin: 0;
      padding: 0;
      display: block;
      border-bottom: 1px dotted #ccc;
      position: relative;
      _height: 1%; }
      div#messagecenter_content ol.messagecenter_list li a.title, div#messagecenter_content ol.messagecenter_list li a.sender {
        display: block;
        font-size: 13px;
        color: #0C59A4;
        text-decoration: none; }
      div#messagecenter_content ol.messagecenter_list li a.title {
        padding: 4px 220px 4px 0; }
      div#messagecenter_content ol.messagecenter_list li a.sender {
        position: absolute;
        top: 4px;
        right: 72px; }
      div#messagecenter_content ol.messagecenter_list li span.date {
        display: block;
        position: absolute;
        top: 4px;
        right: 0px;
        font-size: 11px;
        color: #999; }
    div#messagecenter_content ol.messagecenter_list li.new a.title {
      font-weight: bold;
      text-indent: 16px;
      background: url("/img/icons/starburst_small.png") no-repeat 0px 8px; }
    div#messagecenter_content ol.messagecenter_list li.from_contiki a.sender {
      text-indent: -999px;
      background: url("/img/icons/logo_tiny.png") no-repeat 0px 0px;
      width: 41px; }
  div#messagecenter_content h1.thread {
    margin: 0;
    padding: 10px 0 8px 0;
    font-size: 16px;
    color: #41606E;
    line-height: 20px; }
  div#messagecenter_content ul.messagecenter_thread {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none; }
    div#messagecenter_content ul.messagecenter_thread li {
      margin: 0;
      padding: 0; }
      div#messagecenter_content ul.messagecenter_thread li div.details {
        display: block;
        margin: 0;
        padding: 2px 0;
        position: relative;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc; }
        div#messagecenter_content ul.messagecenter_thread li div.details span.sender {
          display: block;
          margin: 0;
          padding: 0;
          color: #999;
          font-size: 11px; }
          div#messagecenter_content ul.messagecenter_thread li div.details span.sender a {
            font-size: 13px;
            color: #0D59A4;
            text-decoration: none; }
            div#messagecenter_content ul.messagecenter_thread li div.details span.sender a span {
              font-weight: bold;
              font-size: 10px;
              color: #999; }
        div#messagecenter_content ul.messagecenter_thread li div.details span.date {
          position: absolute;
          right: 0px;
          top: 4px;
          font-size: 11px;
          color: #999; }
      div#messagecenter_content ul.messagecenter_thread li div.post {
        display: block;
        margin: 0;
        padding: 10px 0;
        font-size: 13px;
        color: #333; }
    div#messagecenter_content ul.messagecenter_thread li.response div.details {
      border-bottom: none;
      padding-top: 10px; }
      div#messagecenter_content ul.messagecenter_thread li.response div.details span.date {
        top: 10px; }
    div#messagecenter_content ul.messagecenter_thread li.response div.post {
      color: #666;
      font-size: 12px;
      padding-top: 4px; }
    div#messagecenter_content ul.messagecenter_thread li.response_form div.details {
      border-bottom: none;
      padding-top: 10px;
      padding-bottom: 0; }
      div#messagecenter_content ul.messagecenter_thread li.response_form div.details span.date {
        top: 10px; }
    div#messagecenter_content ul.messagecenter_thread li.response_form div.form textarea {
      margin: 0;
      padding: 6px;
      display: block;
      width: 608px;
      _width: 606px;
      height: 108px;
      border: 1px solid #d4d4d4; }
    div#messagecenter_content ul.messagecenter_thread li.response_form div.form input {
      margin: 10px 0 0 0;
      display: block; }
    div#messagecenter_content ul.messagecenter_thread li.from_owner div.details span.sender {
      text-indent: 14px;
      background: url("/img/icons/starburst_small.png") no-repeat 0px 4px; }
  div#messagecenter_content div.new_form {
    margin: 0;
    padding: 0 0 20px 0; }
    div#messagecenter_content div.new_form div.details {
      display: block;
      margin: 0;
      padding: 6px 0 8px 0;
      border-top: 1px dotted #ccc;
      font-size: 13px;
      color: #999; }
      div#messagecenter_content div.new_form div.details a {
        color: #0D59A4; }
    div#messagecenter_content div.new_form fieldset {
      display: block;
      margin: 0;
      padding: 0; }
      div#messagecenter_content div.new_form fieldset label {
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #999;
        font-weight: bold; }
        div#messagecenter_content div.new_form fieldset label input {
          margin: 4px 0 10px 0;
          width: 608px;
          _width: 606px;
          padding: 6px 6px;
          font-size: 13px;
          line-height: 16px;
          display: block;
          border: 1px solid #d4d4d4; }
        div#messagecenter_content div.new_form fieldset label textarea {
          margin: 4px 0 0 0;
          padding: 6px;
          display: block;
          width: 608px;
          _width: 606px;
          height: 208px;
          border: 1px solid #d4d4d4; }
    div#messagecenter_content div.new_form input.submit {
      margin: 10px 0 0 0; }

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