 @charset "UTF-8";
td{vertical-align:top;}
.instr_thumb_td { padding: 10px 20px 0 0; }
.instr_thumbNav td {
  background: #fff;
  font-size: .85em;
  line-height: normal;
  border-left: 1px solid #ccc;
}
#imgGallery a img { border: 1px solid #fff; }
#imgGallery a:hover img { border: 1px solid #333; }
.instructorPic {
  float: right;
  margin: 0 0 5px 15px;
  max-width: 40%;
}
.eventsYearChooser {
  color: #333;
  font-size: .9em;
  margin-bottom: 1em;
}
.eventsYearChooser select, .eventsYearChooser input { font-size: 1em; }
.eventsYearChooser input { margin-left: 5px; }
#events h4 {
  position: absolute;
  left: -999em;
}
.eventList th, .eventList td {
  padding: 10px;
  border-top: 1px dashed #ccc;
  vertical-align: top;
}
.eventList th.eventDate {
 text-align: center;
 font-size: .9em;
}
.eventList .eventDate-Date {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.eventList .concertProgram a {
  display: block;
  background: url(https://www.reed.edu/music/assets/images/concert-program-icon.png) no-repeat;
  width: 50px;
  height: 0;
  margin-top: 5px;
  padding-top: 60px;
  overflow: hidden;
}
.eventList tr.upcoming th, .eventList tr.upcoming td { background: #faf8d5; }
.eventList tr.upcoming th { border-left: 1px dashed #ccc; }
.eventList tr.upcoming td { border-right: 1px dashed #ccc; }
.eventList .eventAlert strong {
  color: #e00;
  font-size: .9em;
}
.eventList p { margin: 0 0 5px 0; }
#eventsFeature {
  background: #f6f6f6;
  padding: 10px 10px 10px 35px;
  border: 5px solid #eee;
  margin-bottom: 1em;
}
#eventsFeature h4 {
  background: url(https://www.reed.edu/global_assets/images/icons/august/black/star.png) no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  margin-top: 0;
  margin-left: -25px;
}
#eventsFeature p { margin: 0 0 5px 0; }
#slideshow-home { margin-bottom: 1em; }
.ensembleInfo.collapse { display: none; }

.required {
	 font-weight:bold;
	 color: #EB0000;
}

.hide-element {
	 border: 0;
	 clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	 clip;
	 rect(1px, 1px, 1px, 1px);
	 height: 1px;
	 margin: -1px;
	 overflow: hidden;
	 padding: 0;
	 position: absolute;
	 width: 1px;
}