/*
 =====================================
  Stylesheet for wjptc

  ++ Result Table Styles ++
 =====================================
*/


.result {
  width: 100%;
  margin: 1em 0em 1em 3em;
}

.result .value {
  font-weight: bold;
}

.result .pid {
  color: #000000;

  font-size: 90%;
  font-weight: normal;
}

.result .attribute {
  color: #808080;

  font-size: 80%;
  font-weight: normal;
}

.result .record {
  width: 90%;
  margin: 0.5em 0em;
}

.record TABLE {
  width: 100%;
  height: auto;

  margin: 0px;
  padding: 0px;
  
  border-color: #aaa;
  border-style: solid;
  border-width: 1px;

  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: show;
}

.record TABLE TR TH {
  width: 10%;

  margin: 0px;
  padding: 8px;

  color: white;
  background-color: #66a;

  border-color: #88f; /* #aaf #aaf #88e #88e; */
  border-width: 1px;
  border-style: outset;

  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.1em;

  text-align: right;
  
  vertical-align: middle;
  white-space: nowrap;
}

.record TABLE TR TD {
  width: 90%;

  margin: 0px;
  padding: 2px 0.2em 2px 0.2em;

  color: black;

  background-color: #eee;
  
  border-color: #ddf;
  border-width: 1px;
  border-style: outset;

  text-align: left;
  
  vertical-align: middle;
}

.record TABLE TR.multicol TD {
  width: 40%;
}

.record TABLE TR.multicol TH {
  width: 10%;
}

.record TABLE TR.header TH {
  color: white;

  background-color: #000080;
  
  border-color: #000080;
  border-width: 1px;
  border-style: outset;

  font-size: 1.1em;
  font-weight: bold;

  line-height: 1.0em;
  
  text-align: left;
}
