/* Please have a look to app/stylesheets/widget.sass */
html, body {
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto; }

ul.header {
  overflow: hidden;
  margin-left: 10px; }
  ul.header li {
    float: left;
    margin: 0px;
    margin-left: 10px;
    padding: 1px 2px;
    background-color: white;
    border: 1px solid gray;
    border-bottom: 2px solid blue;
    cursor: pointer; }
    ul.header li.ticketmaster {
      border-bottom: 2px solid green; }
    ul.header li img {
      vertical-align: middle; }
    ul.header li span {
      display: none; }

ul.tabs li {
  padding: 5px;
  overflow: hidden;
  color: white;
  background-color: #3c3c3c;
  border: 1px solid gray; }
  ul.tabs li.inechotels label {
    font-weight: bold; }
  ul.tabs li.inechotels span#date {
    padding-top: 4px;
    padding-bottom: 6px;
    display: inline-block; }
  ul.tabs li.inechotels img#calendar, ul.tabs li.inechotels input#package_event_date {
    vertical-align: middle; }
  ul.tabs li.inechotels input#package_event_date {
    width: 70px; }
  ul.tabs li.inechotels select#event {
    width: 150px; }
  ul.tabs li.inechotels input[type=submit] {
    border: none;
    background: #222222 url(http://royalhotels.visrez.com/stylesheets/img/overlay.png) repeat-x;
    background-color: red;
    display: inline-block;
    padding: 5px 10px 6px;
    color: white;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 1; }
    ul.tabs li.inechotels input[type=submit]:hover {
      background-color: #d40000;
      color: white; }
  ul.tabs li.ticketmaster a, ul.tabs li.ticketmaster a:hover {
    padding: 0;
    text-decoration: none;
    color: white !important;
    background-color: transparent !important; }
  ul.tabs li.ticketmaster a:hover {
    text-decoration: underline; }

h1.error {
  color: red; }

body.landscape ul.tabs li label {
  margin: 5px; }
body.landscape p {
  padding: 5px;
  margin: 0; }
body.landscape .ui-datepicker {
  font-size: 11px;
  width: 14em;
  padding: 0.1em 0.1em 0; }
  body.landscape .ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1em; }
  body.landscape .ui-datepicker .ui-datepicker-prev,
  body.landscape .ui-datepicker .ui-datepicker-next {
    width: 1em;
    height: 1em; }
  body.landscape .ui-datepicker .ui-datepicker-prev-hover,
  body.landscape .ui-datepicker .ui-datepicker-next-hover {
    top: 0px;
    width: 0.8em;
    height: 0.8em; }
  body.landscape .ui-datepicker th {
    padding: 0.2em; }
  body.landscape .ui-datepicker td span, body.landscape .ui-datepicker td a {
    padding: 0.1em; }
  body.landscape .ui-datepicker .ui-datepicker-header {
    padding: 0.1em 0; }

body.portrait ul.tabs li label {
  display: inline-block;
  width: 50px; }
body.portrait input[type=submit] {
  margin-left: 55px; }
body.portrait div.ui-datepicker {
  font-size: 12px; }

body.image img#event_image, body.imageportrait img#event_image {
  border: 1px solid white;
  display: block; }
body.image div.event_image, body.imageportrait div.event_image {
  position: relative;
  width: 252px;
  margin: 5px;
  margin-top: 0px; }
  body.image div.event_image a, body.imageportrait div.event_image a {
    border: none;
    background: #222222 url(http://royalhotels.visrez.com/stylesheets/img/overlay.png) repeat-x;
    background-color: red;
    display: inline-block;
    padding: 5px 10px 6px;
    color: white;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: 0px;
    background-color: white;
    color: #888888; }
    body.image div.event_image a:hover, body.imageportrait div.event_image a:hover {
      background-color: #d40000;
      color: white; }
    body.image div.event_image a:hover, body.imageportrait div.event_image a:hover {
      background-color: red;
      color: white; }
    body.image div.event_image a#previous_event, body.imageportrait div.event_image a#previous_event {
      left: 0px;
      -moz-border-radius-topright: 10px;
      -webkit-border-radius: 0px 10px 0px 0px;
      border-radius: 0px 10px 0px 0px; }
      body.image div.event_image a#previous_event span, body.imageportrait div.event_image a#previous_event span {
        background-image: url(http://royalhotels.visrez.com/stylesheets/img/previous_small.png); }
    body.image div.event_image a#next_event, body.imageportrait div.event_image a#next_event {
      right: 0px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-radius: 10px 0px 0px 0px;
      border-radius: 10px 0px 0px 0px; }
      body.image div.event_image a#next_event span, body.imageportrait div.event_image a#next_event span {
        background-image: url(http://royalhotels.visrez.com/stylesheets/img/next_small.png); }
    body.image div.event_image a span, body.imageportrait div.event_image a span {
      display: block;
      width: 15px;
      height: 15px; }
body.image ul.header, body.imageportrait ul.header {
  display: none; }
body.image ul.tabs li label, body.imageportrait ul.tabs li label {
  display: inline-block;
  width: 50px; }

body.image div.event_image {
  float: left;
  margin-right: 10px; }

*:first-child + html ul.tabs li.inechotels input[type=submit] {
  padding: 5px 0px 6px; }