/*
 * Formatted table styles
 */
h3.legend {
  color: #1e0c5a;
  font-size: 1.2em;
  border: 1px solid #c4c4c4;
  border-left: 8px solid #c4c4c4;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 10px;
} 
h3.legend span {
  float: right;
}
 
table.formatted {
  border-collapse: collapse;
  margin: 10px 0 25px 0;
}
table.formatted tr {
  vertical-align: top;
}
table.formatted tr.even {
  background: #eee;
}
table.formatted th {
  background: #c4c4c4;
  text-align: center;
}
table.formatted th,
table.formatted td {
  padding: 5px;
}
table.formatted tr.inactive {
  background: #F2DEDE;
}
table.formatted .centre {
  text-align: center;
}
table.formatted .right {
  text-align: right;
}
table.formatted .short {
  width: 100px;
}
table.formatted .medium {
  width: 175px;
}
table.formatted td.label {
  font-weight: bold;
}
table.formatted td.label-detail {
  font-weight: bold;
  text-align: right;
  background: #c4c4c4;
  width: 175px;
}