h1 {
  border-bottom: 1px solid #A6464E;
  padding-bottom: 0.3em;
  margin-bottom: 10px;
}

#calendars {
  padding: 0;
  overflow: hidden;
  width: 920px;
}

#calendars table {
  float: left;
  margin: 0 5px;
  width: auto;
}

#calendars table caption {
  font: bold 1.5em helvetica, arial, sans-serif;
  margin-bottom: 0.1em;
}

#calendars table th, #calendars table td {
  width: 36px;
  vertical-align: top;
}

#calendars table th {
  padding-bottom: 2px;
  text-align: center;
}

#calendars table td {
  background: #F3FFBC;
  border: 1px solid #fff;
  color: #606060;
  font: bold 0.9em helvetica, arial, sans-serif;
  height: 42px;
}

#calendars table td.highlight,
#calendars table td.brass:hover,
#calendars table td.dance:hover,
#calendars table td.gala:hover,
#calendars table td.honours:hover,
#calendars table td.piano:hover,
#calendars table td.speech:hover,
#calendars table td.strings:hover,
#calendars table td.vocal:hover {
  background-color: #E8E5AB;
  border: 1px solid #909090;
  color: black;
  cursor: pointer;
}

#calendars table td span {
  float: left;
  margin: 2px 0 0 2px;
}

#calendars table td img {
  float: right;
  margin: 0 2px 2px 8px;
}

#calendars table td.double img {
  clear: right;
  float: right;
  margin: 2px 2px 0 0;
}

#calendars table td div {
  height: 42px;
  width: 36px;
}

div#dancespeechvocal {
  background-image: url("../img/dancespeechvocalcal.png");
}

#legend {
  border-collapse: collapse;
  font-size: 0.95em;
  margin-top: 1em;
  width: 920px;
}

#legend tbody tr:hover, #legend tbody tr.highlight {
  background: #fceae0;
}

#legend th, #legend td {
  border-left: 1px solid #909090;
  padding-left: 0.4em;
}

#legend th.spacer {
  border: none;
}

#legend td {
  border-top: 2px solid #D3D3D3;
}

#legend td a img, #locations li img {
  position: relative;
  top: 1px;
}

#legend td.icon {
  border-left: none;
  padding: 3px 0;
  width: 26px;
}

#legend td.section {
  border-left: none;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.2em 0 0 0.3em;
}

#locations {
  text-align: center;
  padding: 0;
  margin: 0;
}

#locations li {
  display: inline;
  font-size: 1.05em;
  font-weight: bold;
  margin: 0 0.9em;
}

div#tooltip { 
    display: none;
    background: url('../img/arrow-left.png') no-repeat scroll center left;
    padding-left: 15px;
    width: 280px;
    z-index: 99;
} 

div#tooltip.leftTip {
    background-image: url('../img/arrow-right.png');
    background-position: center right;
    padding: 0 15px 0 0;
}

div#tooltip div {
    border: 10px solid #592D35;
    background-color: #863c44;
    color: #fff;
    padding: 10px;
}

div#tooltip strong {
  display: block;
  font-size: 1.2em;
}

div#tooltip strong.heading {
  display: block;
  padding-bottom: 0.6em;
}

div#tooltip strong.sectionHeading {
  border-bottom: dotted thin #fff;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
}

#news {
  margin-top: 1.85em;
  overflow: hidden;
  height: 1%;
}

#news div, #news div table {
  width: 445px;
}

#news div table td {
  vertical-align: top;
}

#news h2 {
  border-bottom: 1px solid #A6464E;
  font-size: 1.35em;
}

#news div.newsleft {
  float: left;
}

#news div.newsright {
  float: right;
}
