div.event_container {
  border: 1px solid #C0C0C0;
  padding: 0px;
  margin-bottom: 5px;
  border-collapse: collapse;
  width: 100%;
}
div.event_container div.event_header {
  background: #E7E6EB;
  text-align: left;
  padding: 5px 8px;
  height: 20px;
}
div.event_container div.event_header span.header {
  font-weight: bold;
  font-size: 15px;
}
div.event_container div.event_header span.time {
  float: right;
  position: relative;
}
div.event_container div.event_sub_header {
  background: #E7E6EB;
  text-align: right;
  font-size: 10px;
  padding: 1px;
}
div.event_container div.event_main {
  text-align: left;
  font-size: 12px;
  padding: 2px;
}
div.event_container div.event_footer {
  background: #E7E6EB;
  text-align: right;
  font-size: 10px;
  padding: 2px;
  height: 12px;
}
div.event_container div.event_main.tags {
  padding-top: 6px;
}

/****************
 *  Form Stuff  *
 ****************/

form table tbody tr.label th {
  padding-top: 15px;
  padding-bottom: 8px;
}

form ul.error_list {
  color: #FF0000;
}




img.ui-datepicker-trigger {
  vertical-align: bottom;
  margin-left: 3px;
  margin-right: 3px;
}


table.event_container {
  border: 1px solid #C0C0C0;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}
table.eventlist_container {
  border: none;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}
table.event_container tr {
  margin: 0px;
  padding: 0px;
}
table.event_container tr th {
  font-weight: normal;
}
table.event_container tr td {
  margin: 0px;
  padding: 2px;
}
table.event_container tr.event_header {
  background: #E7E6EB;
  text-align: center;
}
table.event_container tr.event_header th {
  font-weight: bold;
  font-size: 14px;
}
table.event_container tr.event_header th div.event_time {
  float: left;
}
table.event_container tr.event_sub_header {
  background: #E7E6EB;
  text-align: right;
  font-size: 10px;
}
table.event_container tr.event_main {
  text-align: left;
  font-size: 12px;
  padding: 2px;
}
table.event_container tr.event_footer {
  background: #E7E6EB;
  text-align: right;
  font-size: 10px;
}

/*week view*/
table.event_container tr.event_even, table.event_container tr.event_odd {
  text-align: left;
  font-size: 12px;
  padding: 1px 2px;
}
table.event_container tr.event_even {
  background-color: #FFFFD0;
}
table.event_container tr.event_odd {
  background-color: none;
}

/*temporary, part of threads*/
table.event_container tr.event_main.pending {
  background-color: #FFFF44;
}
table.event_container tr.event_main.invalid {
  background-color: #FF4444;
}


div.double_list select {
  width: 180px;
}

