/* Import the 'documents' stylesheet */
@import 'documents.css';

/* Import the 'transcripts' stylesheet */
@import 'transcripts.css';

/* Timetables Styles */

#witness-search {
  padding: 1em 1em 1em 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
  background: #c5c5c5;
  overflow: hidden;
  display: inline-block;
}
#witness-search {
  display: block;
}
#witness-search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#witness-search { display: inline-table; }
/* Hides from IE-mac \*/
* html #witness-search { height: 1%; }
#witness-search { display: block; }
/* End hide from IE-mac */
#witness-search form {
  float: left;
  width: 33%;
  background: url(/images/timetable-splitter-bg.gif) repeat-y;
  background-position: center right;
}
#witness-search form#witness-search-name {
  background: none;
}
* html #witness-search input.text, * html #witness-search select.text {
  height: 22px;
  he\ight: 18px;
}
#witness-search input.text, #witness-search select.text {
  height: 18px;
  overflow: hidden;
  margin: 0;
  padding: 1px;
  border: 1px solid #aaa;
  font-size: 0.9em;
  width: 90px;
}
#witness-search select.text {
  width: auto;
}
#witness-search input.submit {
  width: auto;
  font-size: 0.9em;
  height: 22px;
}
#witness-search form * {
  vertical-align: middle;
}
#witness-search label {
  display: block;
}
#week-navigation {
  margin-bottom: 0.5em;
  background-color: #1539ab;
  padding: 0.5em;
  overflow: hidden;
  display: inline-block;
}
#week-navigation {
  display: block;
}
#week-navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#week-navigation { display: inline-table; }
/* Hides from IE-mac \*/
* html #week-navigation { height: 1%; }
#week-navigation { display: block; }
/* End hide from IE-mac */
#week-navigation div, #week-navigation h3 {
  float: left;
}
#week-navigation h3 {
  text-align: center;
  width: 60%;
  margin-top: 2px;
  color: #fff;
}
#week-navigation div {
  width: 20%;
}
#week-navigation a {
  background: #fff;
  text-decoration: none;
  padding: 0.2em;
  display: block;
  text-align: center;
}
#week-navigation a:hover {
  background: #fff;
  color: #36b;
}
#week-navigation #next-week {
  text-align: right;
}
#search-criteria {
  text-align: center;
}

#witnesses {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
#witnesses th, #witnesses td {
  border: 1px solid #e6e4df;
  padding: 5px;
  font-weight: normal;
}
#witnesses thead {
  background: #e6e4df;
}
#witnesses thead th, #witnesses thead td {
  border-right: 1px solid #fff;
  font-weight: bold;
}
#witnesses thead td.last {
  border-right: 1px solid #e6e4df;
}
#witnesses a {
  color: #000;
}
#witnesses a:hover {
  background: none;
  color: #000;
}

#witness h2 {
  margin-bottom: 0;
}
#witness h3 {
  font-weight: normal;
  margin: 0;
}
#witness h4 {
  font-size: 1em;
  font-weight: normal;
  margin: -1px 0 1em 0;
}

