 table {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid black;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
 }

 thead {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
 }

 th, td {
  padding: 0.1em 0.1em;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
 }

 caption {
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0;
 }

 img {
  border: 0px;
 }

 .eventAddToCalendar {
  width: 16px;
  border-left: 0px;
 }

 .eventTitle {
  font-weight: bold;
 }

 .eventDate {
  white-space:nowrap;
  border-right: 0px;
 }

 .oddRowOddYear {
  background-color: #ccffff;
 }

 .oddRowEvenYear {
  background-color: #ccffcc;
 }

 .evenRow {
  background-color: #ffffff;
 }

 .over {
  background-color: #999999;
  border: 1px solid black;
 }

.altTagDisplay {
  text-align: left;
  font-weight: normal;
  font-size: small;
}

 .solidBlackRightBorder {
  border-right: 1px solid #666;
 }

 .cellList {
  padding: 0;
  margin: 0;
  list-style: none;
 }

 #FAQList {
  padding: 10px;
  margin: 10px;
  list-style: square;
 }

 #nextEventCell {
  padding: 0 0 0 0;
  border-right: 1px solid #666; 
  background-color: #009900;
 }

 #nextEventMarker {
  border-right: 1px solid #666; 
  background-color: #009900;
  color: #FFFFFF;
  font-weight: normal;
  font-size: small;
 }

 #checkForChanges {
  font-size: 120%;
  font-weight: bold;
  background-color: #ffff00;
  color: #000000;
  text-align: center;
 }

