/* OPENING HEARINGS */
h2 {
  padding: 4px 5px 5px 8px;
  font-size: 1em;
  color: #fff;
  background-color: #4D78A3;
}
#documents ul {
  margin: 0 0 2em 0;;
  padding: 0;
}
#documents ul li {
  list-style: none;
  margin: 0;
  padding: 6px 0 0 0;
  background: transparent url(/images/dotted-line.gif) repeat-x;
  background-position: bottom left;
}
#documents ul li div.thumbnail {
  width: 32px;
  float: left;
}
#toggle-documents {
  text-align: right;
  margin-top: 35px;
  padding-top: 10px;
}
/* END OPENING HEARINGS */


/* TRANSCRIPTS */
#transcript-search {
  background: #4D78A3;
  margin: 0 ;
  padding: 10px 10px 0 10px;
  text-align: left;
  color: #fff;
  border: 1px solid #4D78A3;
}
#transcript-search * {
  vertical-align: middle;
}
#transcript-date-field {
  margin-left: 2px;
}

#transcripts {
  margin: 8px 15px;
  padding: 0;
  list-style: square;
}
#transcripts li {
  margin: 0;
  padding: 0;
}
#transcripts li a{
 text-decoration:underline;
}
#transcript {
  font: 1em Courier, "Courier New", Mishawka, monospace;
}
#transcript h2 {
  margin-bottom: 0;
}
#transcript h3 {
  font-weight: normal;
  margin: 0 0 1em 0;
}
transcript-week-navigation #previous-week {
  float: left;
}
/* END TRANSCRIPTS */


/* EVIDENCE */
#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: top;
}
#evidence-search label {
  width: 150px;
  float: left;
  padding: 0 0 10px 0;
}

.evidence-leftcolumn {
  width: 270px;
  float: left;
}
#evidence-search .evidence-leftcolumn label,
#evidence-search .evidence-rightcolumn label {
  width: 120px;
  float: left;
  padding: 0 0 10px 0;
}
.evidence-rightcolumn {
  margin: 0;
  padding: 0;
  width: 280px;
  float: left;
}
.evidence-rightcolumn input.submit {
  margin: 0 0 0 202px;
  padding: 0;
}


#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 #4d78a3;
  padding: 5px;
  font-weight: normal;
}
#witnesses thead {
  background: #4d78a3;
  color: #fff;
  text-align: center;
}
#witnesses thead a {
  color: #fff;
}
#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;
}

/* END EVIDENCE */
