
.calEventYear {
  background-color: #D7D7D7;
  color: #606060;
  vertical-align: baseline;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.calEventRow td {
  border-bottom: 2px #D7D7D7 solid;
}

.eventName {
  font-weight: bold;
  font-size: 12px;
}

.eventDescription {
  font-weight: bold;
}

.eventInformation {
}

.eventDeadline {
  font-style:italic;
}

.eventSponsor {
}

.eventDate {
  font-size: 14px;
  color: #003333;
}

.eventLocation {
  font-size: 12px;
}

.jhrow {
  background-color: #cccccc;
  font-size: 12px;
  font-weight: bold;
}

.jlabel {
  font-weight: bold;
  text-align: right;
  background-color: #e4e4e4;
}

.jdata {
  background-color: #e4e4e4;
}

.jerror {
  background-color: #FFFFAA;
  font-style: italic;
  color: #AA0000;
}

