/* Styles for Registration Form Tables */

table.candidatetable {
  margin: 0px 0px 1em 0px;
  border-collapse: collapse;
  font-size: 0.75em;
  color: #606060;
  font-family: Arial;
}
table.candidatetable h2 {
  margin: 0.5em 0em;
  font-size: 1.30em;
  color: #106b2e;
  font-weight: bold;
  border: none;
}
table.candidatetable th, table.candidatetable td {
  padding: 6px;
  border-bottom: 1px solid #CBEDFA;
}
table.candidatetable tbody tr.heading th,
table.candidatetable tbody tr.heading td {
  background-color: #CBEDFA;
}
table.candidatetable tbody th {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFF;
}
table.candidatetable thead th {
  text-align: left;
  background-color: #00A4E4;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
}
table.candidatetable tbody th {
  padding-right: 6px;
}
table.candidatetable tfoot th {
  text-align: right;
  color: #000;
  white-space: nowrap;
}
table.candidatetable td {
  background: #FFF;
  text-align: left;
}
table.candidatetable td span.required{
  padding-left: 3px;
}
table.candidatetable td input.mini,
table.candidatetable td input.small,
table.candidatetable td input.medium,
table.candidatetable td input.large {
  padding: 3px;
  border: 1px solid #DDD;
  background-color: #e0f4fb;
}
table.candidatetable td input.large {
  width: 200px;
}
table.candidatetable td input.medium {
  width: 150px;
}
table.candidatetable td input.small {
  width: 100px;
}
table.candidatetable td input.mini {
  width: 40px;
}
.attendeebuttons a.button {
  cursor: pointer;
  margin: 0px 3px 0px 0px;
  float: right;
  font-size: 12px;
}
.attendeebuttons a.button.remove {
  color: #FFF;
}
.attendeebuttons a.button.remove:hover {
  color: #800;
}
table.candidatetable select#card_expiry_month_field,
table.candidatetable select#card_expiry_year_field,
table.candidatetable select.attendee_type,
table.candidatetable select.select_date {
  border: 1px solid #DDD;
}
table.candidatetable tbody tr td.attendee_prices {
  background-color: #F8F8F8;
  color: #444;
}
table.candidatetable tbody tr td.event_details {
  font-size: 13px;
  line-height: 1.4em;
}
table.candidatetable tbody tr td.attendee_prices strong {
  color: #333;
}
table.candidatetable #attendee-list .attendee-row {
  padding: 3px 0px;
  position: relative;
}
table.candidatetable span.attendee-total {
  position: absolute;
  right: 0px;
  top: 7px;
}
table.candidatetable td.bookingtotal {
  text-align: right;
}

#content .Messages.Msg ul li {
  background-image: none !important;
}
table.candidatetable input#form-submit-button {
  background-color:#8BBA16;
  border-bottom:1px solid #6B9502;
  color:#FFFFFF;
  display:block;
  line-height:20px;
  padding:0 5px;
  text-decoration:none;
  text-transform: uppercase;
}
table.candidatetable tbody th textarea,
table.candidatetable tbody td textarea {
  border: 1px solid #DDD;
  width: 350px;
}

table.candidatetable tbody th textarea.large,
table.candidatetable tbody td textarea.large {
  height: 150px;
}
table.candidatetable.jobtable tbody td {
  font-weight: bold;
}
