
/* Page structure setup */
body {
  background-color: #ffffff;
  color: #000000;

  font-family: sans-serif;
  font-size: small;
}


/* Main */
h1 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}

h2, h3, h4 {
  margin-bottom: 0em;
}

div#page-main {
  padding-right: 1em;
}

#page-main h2 {
  border: 1px solid #cda75a;
  background-color:#FFEECC;
  margin-right: 0.5em;
  padding: 3px;
  clear: right; /* Stop images etc. from flowing between sections */
}

caption {
  font-size: larger;
  font-weight: bold;
}

table {
  margin-bottom: 1em;
  padding: 0.3em;
}

table.data {
  border: solid thin black;
}

td.compact {
  margin-bottom: 1em;
  padding: 0em;
}

th {
  font-weight: normal;
}

dt {
  font-weight: bold;
}


/* Schedule */
table.schedule {
  margin-top: 1em;
  margin-right: 1em;
  border-collapse: collapse;
  border: 2px solid black;
}

table.schedule th {
  border: 1px solid black;
  border-bottom: 2px solid black;
  padding: 2px;
  font-weight: bold;
}

table.schedule th.middle {
  border: 1px solid navy;
  padding: 1px;
  background-color: black;
}

table.schedule td {
  border: 1px solid black;
  padding: 3px;
}

table.schedule td.time, table.schedule th.time {
  border-right: 2px solid black;
  padding: 3px;
}

table.schedule td.break {
  border: 1px solid black;
  padding: 3px;
  background-color:#FFEECC;
}

/* Calendar */
table.table-calendar {
  border-collapse: collapse;
  border: 2px solid navy;
}

table.table-calendar th {
  border: 1px solid navy;
  border-bottom: 2px solid navy;
}

table.table-calendar td.desc {
  border: 1px solid navy;
  width: 18em;
}

table.table-calendar td.date {
  border: 1px solid navy;
  width: 12em;
}

table.table-calendar td.time {
  border: 1px solid navy;
  width: 8em;
}

/* Talk */
table.talk-info {
  border-collapse: collapse;
  border: 2px solid navy;
}

table.talk-info th {
  text-align: left;
  width: 6em;
}

table.talk-info td {
  text-align: left;
  width: 6em;
}

