/* Styles for the list of symposium material */

#poll {
 font-family: "Verdana", "Arial", "Helvetica", "sans-serif";  font-size: 12px;
}


.symptable {
  margin-top: 20px;
  width: 556;
  line-height: 100%;
}

.sympTable tr {
  vertical-align: top;
}

.sympTable td {
  padding: 8;
}

.sympButtons {
  width: 100;
  white-space: nowrap;
}

.sympInfo {
  width: 420;
}

.symposiumHeading {
  font-weight: bold;
  font-size: 12px;
  color: #CC0000;
}

.oddRow {
  background-color: #B1E1FF;
  font-size: 8pt;
}

.evenRow {
  background-color: #E3F4FF;
  font-size: 8pt;
}

.lectureTitle {
  font-weight: bold;
}

.speaker {
  font-style: italic;
}

#notfound {
  font-size: 10pt;
}

#counter { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; text-align: center; font-weight: bold}
#counterValue { color: rgb(0, 150, 220); font-weight: bold}