table {
	font-size: 2em;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}

.calendar {
  background: white url('library/images/main/calendar-head-back.gif') repeat-x left -10px; 
  border: 1px solid #ddd;
  border-left: 0;
  margin: 20px 0px 20px 0px;
}

.calendar thead th {
  background: #ECA2C9;
  border-bottom: 3px solid #E78BBB;
  border-left: 1px solid white;
  color: black;
  font-weight: bold;
  height: 20px;
  padding: 6px; 
  text-align: center;
}

.calendar thead th.first-in-row {
  border-left: 1px solid #ddd;
}

.calendar thead th a {
  background: transparent url('library/images/main/arrow-links-all.png') no-repeat top left;
  display: block;
  height: 10px;
  margin-left: 42%;
  text-indent: -5000em;
  width: 13px;
}

.calendar thead th a.btn-next {
  background-position: -20px 0px;
}

.cal-head thead th a.btn-next:hover {
  background-position: -20px -20px;
}

.calendar thead th a.btn-previous:hover {
  background-position: 0px -20px;
}

.calendar thead th a:visited {
  color: #F0E68C;
}

.calendar tbody td.calendar-day-heading {
  background: #F6D1E4;
  border-bottom: 2px solid #F1B9D6;
  border-left: 1px solid white;
  border-top: 1px solid white;
  font-size: 11px;
  color: black;
  height: 15px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}

.calendar tbody td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 9px;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #fff;
  width: 60px;
  height: 80px;
}

.calendar tbody td span {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 4px 6px 4px 6px;
}

.calendar-today {
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #000;
  background-color: #ccc;
  width: 60px;
  height: 60px;
}

.calendar tbody td.blank-date { 
  font-size: 9px;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #bbb;
  background-color: #f8f8f8;
  width: 60px;
  height: 60px;
}

.calendar tfoot td {
  background: white;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 9px;
  padding: 6px;
}

tfoot span {
  margin: 0px 10px 0px 10px;
  padding-left: 5px;  
}

.event-date a {
  font-size: 10px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid white;
  vertical-align: top;
  text-align: left;
  margin: 0px;
  padding: 3px;
  display: block;
}

.event-date a:hover {
  background-color: #ccc;
}

/* colours for different types of event */

.event-date.Clubs a {
  background: #feed9c;  /* ochre */
}

tfoot span.Clubs {
  border-left: 15px solid #feed9c; 
}

.event-date.Shows a {
  background: #bfdfff;  /* blue */
}

tfoot span.Shows {
  border-left: 15px solid #bfdfff; 
}

.event-date.Clubs a:hover {
  background: #f5d749;
}

.event-date.Shows a:hover {
  background: #94c5f7;
}

/*/* forthcoming events layout */

.forthcoming-event {
  background: transparent url('library/images/diarydates/post-its.jpg') no-repeat left top;
  display: block;
  float: left;
  height: 263px;
  margin: 0px;
  padding: 15px 38px 32px 10px;
  width: 268px;
}

.forthcoming-event.two {
  background-position: -314px 0px;
}

.forthcoming-event.three {
  background-position: 0px -314px;
}

.forthcoming-event.four {
  background-position: -314px -314px;
}

h4.forthcoming-events {
  background-position: 0px -280px;
  height: 30px;
  margin: 15px 0px 20px 0px;
}

.forthcoming-event h4 {
  font-family: Georgia;
  font-size: 3.4em;
  padding-left: 15px;
}

.forthcoming-event p {
  padding: 0 15px 0 15px;
}