#period_settings{
  display:none;
  margin-top: 1em;
  border: 1px solid #dcc;
  padding: 10px;
}

.ui-widget-content{
  background: #f0f0f0;
}

.new_booking_form{
  padding: 0 10px;
}

.new_booking_form h1{
  margin-bottom: 0;
  font-size: 16px;
}

.new_booking_form #top-info{
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #999;
  font-size: 8px;
}

.new_booking_form .step{
  font-size: 10px;
  display: none;
}

.new_booking_form .step label{
  float: left;
  width: 100px;
  margin-top: 3px;
}

.new_booking_form .step label.summary{
  margin-top: 0 !important;
}

.new_booking_form table.tickets{
  border-spacing: 0;
  width: 100%;
}

.new_booking_form #ticket-errors{
  display: none;
  color: red;
}

.new_booking_form table.tickets td.total{
  border-top: 1px solid #999;
}

.new_booking_form table.tickets #select-tickets td{
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

.new_booking_form .ui-icon{
  cursor: pointer;
}

.new_booking_form .step .desc{
  color: #777;
  font-size: 8px;
  margin-left: 100px;
}


.new_booking_form .navigation{
  text-align: right;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.new_booking_form input.error{
  border: 1px solid red;
}

table.performance_bookings{
  width: 100%;
  border-spacing: 0;
}

table.performance_bookings th{
  text-align: left;
  background: url('/images/button_bg.jpg');
}

table.performance_bookings td{
  border-bottom: 1px solid #999;
  vertical-align: top;
}

table.performance_bookings tr:nth-child{
  background-color: #f0f0f0;
}

/* create performances */

.prices_container{
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.selected_prices{
  float:right;
  margin-left: 30px;
  width: 355px;
}

.date_selection_container{
  float: left;
  width: 300px;
  margin-right: 300px;
}

.selected_dates_container{
  min-height: 400px;
}

#performance_dates, #prices{
  list-style-type:none;
  padding: 0;
}

.performance{
  width: 100%;
  margin-bottom: 10px;
}

.performance .ui-icon-trash,
.price .ui-icon-trash{
  display:none;
  float:right;
  cursor:pointer;
}

.performance:hover .ui-icon-trash,
.price:hover .ui-icon-trash{
  display:block;
}

.performance .ui-icon-clock,
.price .ui-icon-cart,
.price .ui-icon-locked{
  float:left;
  margin-right: 10px;
}

.performance .details{
  margin-left: 40px;
  font-size: 10px;
}

