@import url(datepicker.css);

/**
 * Contain extra formatting options that aren't defined in ssi.css
 */
p.introduction { font-weight: bold; color: #666; }
blockquote { margin-left: 1em; padding-left: 1em; border-left: 6px solid #999; font-style: italic; }
blockquote i, blockquote em { font-style: normal; }

/* tables */
#content table { border: 0; border-collapse: separate; border-spacing: 10px; width: 50%; margin-left: auto; margin-right: auto; }
#content table.half-width { width: 50%; }
#content table.full-width { width: 100%; }

/* links */
#content a,
#content a:visited
{ color: #c62b33; }

#footer a:visited
{ color: white; }
#content a:hover, #content a:visited:hover { text-decoration: underline; }

h3, h3.inline-width { clear: left; }
h3.full-width { clear: both; }

.inline-img-left { clear: left; padding-top: 0; }
.inline-img-right { clear: right; padding-top: 0; }
.inline-img-centred { display: block; clear: both; margin-left: auto; margin-right: auto; }

/* fix spacing on - http://software.ac.uk/what-do-we-do/events-attended - break nothing else hopefully */

#content .ssi_table
{
  border-collapse: collapse;
  width: 95%;
}
#content .ssi_table th,
#content .ssi_table td
{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border-color: lightgray;
}
#content .ssi_table th
{
  line-height: 2em;
}
