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

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

/* Timetables Styles */

#evidence-search {
  width: 100%;
  float: left;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#evidence-search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#evidence-search { display: inline-table; }
/* Hides from IE-mac \*/
* html #evidence-search { height: 1%; }
#evidence-search { display: block; }
/* End hide from IE-mac */

#evidence-search input.text, #evidence-search select.text {
  overflow: hidden;
  margin: 0;
  padding: 3px;
  border: 1px solid #aaa;
  font-size: 0.9em;
  width: 11.5em;
}
#evidence-search select.text {
  width: auto;
}
#evidence-search input.submit {
  width: auto;
  font-size: 0.9em;
  height: 22px;
}
#evidence-search form * {
  vertical-align: middle;
}
#evidence-search label {
  width: 150px;
  float: left;
  padding: 0 0 10px 0;
}

.evidence-leftcolumn {
  width: 48%;
  float: left;
}
#evidence-search .evidence-leftcolumn label {
  width: 120px;
  float: left;
  padding: 0 0 10px 0;
}
.evidence-rightcolumn {
  width: 48%;
  float: left;
}






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

