.content .body table.no-style th {padding:3px;}
.content .body table.no-style td {padding:3px;}

.body table.sidebar td
{
  background-color: #e9e9e1;
  border-top:1px solid #fff;
  padding: 3px 10px;
}
.body table.sidebar tr:first-child td
{
  background-color:#dfdfdf;
  font-weight: bold; 
}

/* alternating gray table style */
table.alt_gray td, table.alt_gray th
{
  background-color: #DEE0E7;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5em;
}
table.alt_gray tr.bglight, table.alt_gray tr.bglight td
{
  background-color: #EAE9E1;
}
table.alt_gray tr.bgdark, table.alt_gray tr.bgdark td
{
  background-color: #F1F1ED; /* actually lighter than 'bglight' per request by web designer */
}

.content table th p
{
  margin-bottom: 0;
}

.addl_instructions { font-weight: bold; color: #f00; }