/* Compiled Wed Jan 25 17:38:13 GMT 2012 */
/* Edit dayschools.src, not this file */
/*
 * special styles for Dayschool description pages (not index)
 */
@import url("compact.css");

div#summary {
  border: #FF0099 1px solid;
  font-size: 1.3em;
  line-height: 1.2;
  padding: .5em;
}

div#summary, div#summary * {
  color: #000000;
  background-color: #cccccc;
}

div#summary h2:after {
  content: "- "
}

div#synopsis p:first-letter {
  font-size: 200%;
  font-weight: bold;
  font-style: italic;
}

div#programme table {
  margin-bottom: 1em;
}

div#programme table col.times {
  width: 5em;
}

div#programme table tr {
  color: black;
  background: white;
  vertical-align: top;
}

div#programme table th {
  text-align: left;
  font-weight: bold;
  color: #FF0099;
  background: white;
}

div#programme table td {
  text-align: left;
  font-weight: normal;
  color: black;
  background: white;
}

div#programme .item { font-weight: bold; }
div#programme .speaker {font-style: italic; }

div#local p, div#local table {
  width: 50%;
}

