input.required, select.required, textarea.required {
  background-color: #ffd;
}

.required-star {
  color: #f00;
  font-weight: bold;
}

td {
  vertical-align: top;
}

ul.cal-event-filter-fe {
  clear: both;
  list-style: none none outside;
  margin: 0;
  padding: 0;
}
ul.cal-event-filter-fe li {
  display: inline;
  padding-right: 1em;
}
ul.cal-event-filter-fi li.current {
  font-weight: bold;
  text-decoration: underline;
}

p.event-index-fe {
  margin-top: 1em;
}

table.event-index-fe {
  border: none;
  margin-top: 1em;
}

table.event-index-fe th {
  border: none;
  background: #eee none;
  color: #000;
  font-weight: bold;
}

table.event-index-fe td {
  border: none;
}

.event-info-header-fe {
  background: #000 none;
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 2px 5px;
}

dl.event-info-fe {
  margin: 0.5em 0 1em 0;
}

dl.event-info-fe dt {
  font-weight: bold;
}

dl.event-info-fe dd {
  margin: 0 0 0 1em;
  padding: 0;
}
