/*
 * ul.header
 */
ul.header li {  
  padding: 5px 10px 2px;
  color: white;
  border: 1px solid gray;
  background-color: #132050;
  border-bottom: 2px solid #132050;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.header li.ticketmaster {
  background-color: #ff5c00;
  border-bottom: 2px solid #ff5c00;
}
ul.header li img {
  display: none;
}
ul.header li span {
  display: inline;
}

/*
 * ul.tabs
 */

ul.tabs li {
  margin: 0;
  color: #333;
  background-color: #ccc;
  border: 1px solid #ccc;
  
  -webkit-box-shadow: inset 0px 0px 10px 2px #fff;
  -moz-box-shadow: inset 0px 0px 10px 2px #fff;
  box-shadow: inset 0px 0px 10px 2px #fff;
  
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


/*
 * ul.tabs li.inechotels
 */

ul.tabs li.inechotels input[type=submit]{
  background-color: #ff5c00;
  color: #fff;        
}
ul.tabs li.inechotels input:hover[type=submit]{
  background-color: #d45500;
  color: #fff;
}

/*
 * ul.tabs li.ticketmaster
 */
ul.tabs li.ticketmaster a, ul.tabs li.ticketmaster a:hover {
  color: #333 !important;
}

/************************************
 * Widget Image and ImagePortrait   *
 ************************************/
body.image div.event_image a,
body.imageportrait div.event_image a  {
  background-color: white;
  color: #888;
  border-bottom: 1px solid #132050;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.image div.event_image a#previous_event,
body.imageportrait div.event_image a#previous_event  {
  border-left: 1px solid #132050;
}
body.image div.event_image a#next_event,
body.imageportrait div.event_image a#next_event  {
  border-right: 1px solid #132050;
}
body.image div.event_image a:hover,
body.imageportrait div.event_image a:hover  {
  background-color: #ff5c00;
  color: white;
}
body.image img#event_image,
body.imageportrait img#event_image {
  border: 1px solid #132050;
}