/* EVENTS LIST */
#events-list ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#events-list ul li {
  list-style: none;
  border-bottom: 1px solid #E4E4E4;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}



.news li img {
  float: left;
  margin-right: 12px;
  border: 1px solid #000;
}
.news li h4 {
  font-size: 1.1em;
  margin: 0;
}
.news li h4 a {
  text-decoration: none;
}
.news li p {
  margin: 0;
}

#article .main-image {
  float: right;
  border: 1px solid #000;
  margin: 4px 0 12px 12px;
}
#article .date {
  font-size: 1em;
  margin: 0 0 0.4em 0;
}
#article .summary {
  font-style: italic;
}


form.generic p {
  margin: 0 0 1em 10px !important;
}
form.generic input {
  border: 1px solid #aaa;
}
form.generic label {
  width: 100px;
  float: left;
  padding: 1px 0 3px 3px;
  font-weight:bold;
  text-align: left;
}
form.generic p.checkbox label {
  width: 22px;
  float: left;
  padding: 0 0 5px 3px;
  font-weight:normal;
}
form.generic p.checkbox input {
  width: 12px;
  float: none;
}
form.generic input {
  width: 187px;
}
form.generic input#attached_job_detail {
  width: 107px !important;
  border: 1px solid #aaa;
}
.back {
  margin: 0;
  padding: 0;
  width: 100px;
  float: left;
}
.back input {
  width: 80px !important;
}
.next {
  margin: 0 10px 0 0;
  padding: 0;
  width: 100px;
  float: right;
}
.next input {
  width: 110px !important;
}

div.half {
  width:49%;
  float:left;
}
div.half#right {
  width:49%;
  float:right;
}
form.generic h2 {
  font-size:0.8em;
  border:1px solid #000;
  background-color:#eee;
  font-size:1.1em;
  font-weight:bold;
  margin:5px 0 5px 0;
  padding:3px 3px 3px 6px;
}

select#employment_sector {
  width: 191px;
}
select#country {
  width: 146px;
}
select#payment_country {
  width: 146px;
}

input.warnings {
  border:1px solid #f00;
}
div#warnings {
  border:2px solid #ff0000;
  padding:5px;
  margin-top:5px;
  background-color:#FFCFCF;
  display:none;
}
div#warnings ul {
  list-style-type:none;
  font-weight:normal;
  margin:0 0 0 5px;
  padding:0;
}
div#warnings ul li {
  margin:0;
  padding:0 0 5px 0;
}
span.sub {
  font-size:0.8em;
  font-weight:normal;
}

.layout-box1 {
  width: 410px;
  float: left;
}
.layout-box2 {
  width: 200px;
  float: left;
}
.layout-box2 label {
  font-weight:bold;
}


p#ticket-type-fields label {
  width: 100px;
  float: none;
  padding: 0 0 0 0;
}
p#ticket-type-fields input {
  width: 22px;
}


/* attendees list */
div.attendee-left,
div.attendee-right {
  float: left;
  width: 300px;
}
div.attendee-left h4,
div.attendee-right h4 {
  border: 0;
  margin: 0;
  padding: 0;
}
div.attendee-left div,
div.attendee-right div {
  padding: 0px 0px 10px 0px;
}
div.attendee-left label,
div.attendee-right label {
  float: left;
  padding: 5px 0px 0px 0px;
  width: 90px;
}
div.attendee-left select,
div.attendee-right select {
  float: left;
  width: 60px;
}
div.attendee-left input,
div.attendee-right input {
  float: left;
  width: 150px;
}


#order-table {
  margin: 0 10px 0 10px;
}
#order-table table {
  width: 100%;
}
#order-table th {
  padding: 5px;
  background-color: #ccc;
  text-align: left;
}
#order-table td {
  padding: 3px 0 3px 5px;
}
#order-table td.fieldname {
  width: 150px;
}