TD.header            { font-weight: bold; background-color: #CCCCCC; }

SPAN.added           { font-weight: bold; }
SPAN.updated         { font-style: italic; }
SPAN.dropped         { text-decoration: line-through; }

TD.person            { white-space: nowrap; }
TD.added_person      { white-space: nowrap; font-weight: bold; }
TD.updated_person    { white-space: nowrap; font-style: italic; }
TD.added_updated_person    { white-space: nowrap; font-weight: bold; font-style: italic; }
TD.dropped_person    { white-space: nowrap; text-decoration: line-through; }

TD.church            { white-space: nowrap; }
TD.updated_church    { white-space: nowrap; font-style: italic; }
TD.dropped_church    { white-space: nowrap; text-decoration: line-through; }

TD.sponsor           { white-space: nowrap; }
TD.updated_sponsor   { white-space: nowrap; font-style: italic; }
TD.dropped_sponsor   { white-space: nowrap; text-decoration: line-through; }

TD.role              { white-space: nowrap; }
TD.added_role        { white-space: nowrap; font-weight: bold; }
TD.updated_role      { white-space: nowrap; font-style: italic; }
TD.dropped_role      { white-space: nowrap; text-decoration: line-through; }

A.listLink               { font-size: larger; }
TD.weekendListHeaderCell { color: #FFFFFF; font-size: larger; font-weight: bold; background-color: #008000; }
TD.guestListCell         { color: #000000; background-color: #99FFFF; }
TD.teamListCell          { color: #000000; background-color: #99FFFF; }
TD.weekendListLogoCell   {}

TD.weekendListHeaderCell A {
  color: #FFFFFF;
  text-decoration: none;
}

TD.weekendListHeaderCell A:hover {
  text-decoration: underline;
}
