/* Import the 'documents' stylesheet */
@import "http://webarchive.nationalarchives.gov.uk/20101210142128/http://www.billywrightinquiry.org/css/documents.css";

/* Import the 'transcripts' stylesheet */
@import "http://webarchive.nationalarchives.gov.uk/20101210142128/http://www.billywrightinquiry.org/css/transcripts.css";

/* Timetables Styles */

#witness-search {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#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%;
}
#witness-search input.text, #witness-search select.text {
  overflow: hidden;
  margin: 0;
  padding: 3px;
  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: 1.5em;
}
#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 div {
  width: 20%;
}

#week-navigation div.h3,
#week-navigation h3 {
  text-align: center;
  width: 59%;
  margin-top: 2px;
}
#week-navigation a:hover {
  background: none;
  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;
}

ul.weeks {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;  
}

ul.weeks li {
  line-height: 25px;
  float: left;
  margin: 0 0 0 25px;  
  padding: 0;
  width: 300px;
  height: 25px;  
}

