h5 { margin:5px 0px 8px 0px; }

.posteddate { font-size:11px; font-style:italic; }

/* Styles for tables of data */
.dataTable { }

.dataTable td, .dataTable caption { border-bottom: 1px solid #fff; }

.dataTable td, .dataTable th { padding: 3px; }

.dataTable th,.dataTable th a { color: #fff; }

.dataTableBottom td { border-bottom: 0px;}

/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */

.dataTable .total td {
  font-weight: bold;
}

.dataTable .special td { color: #CC9900; }

.menuselect { padding-bottom:7px; }

/* Apply to all tables */
th, caption { 
  border-bottom: 1px solid #fff;
  background-color: #3C54A6;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 3px; 
}
.primary, .primary td, .primarybold, .primarybold td {
  vertical-align: top; 
  background-color: #efefef;
}
.primarybold, .primarybold td {
  font-weight: bold;
}
.alternate, .alternate td {
  background-color: #efefef;
  vertical-align: top;
}

/* Used on Dividends for the Calculator Block */
.focus {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

.nostyle,.nostyle td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}