#listTable {
  width: 100%;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  margin-left: 0.0em;
  padding: 0px;
}

#listTable td {
  padding: 0.1em;
  font-size: .8em;
  margin: 0em;
  /*border-bottom: 1px solid #bbb;*/
}
#listTable td a {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

#listTable td.monthrowtop {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0em 0em 0.5em 0em;
  text-transform: uppercase;
  /*background-color: #f0eee5;*/
  /*background-color: #DDE5F0;*/
  color: #2266CC;
  white-space: nowrap;
}

#listTable td.monthrow {
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.5em 0em 0.5em 0em;
  text-transform: uppercase;
  /*background-color: #f0eee5;*/
  /*background-color: #DDE5F0;*/
  color: #2266CC;
  white-space: nowrap;
}

#listTable td.datecell {
  /*font-size: 0.9em;*/
  /*text-transform: lowercase;*/
  /*background-color: #DDE5F0;*/
  white-space: nowrap;
  text-align: right;
  padding-right: .8em;
}

#listTable td.description {
  text-align: left;
  background-color: #fff;
  color: black;
  width: 100%;
  white-space: nowrap;
}