/* CSS Document */
.date { color:#CC6600; font-size:90%;}
.income { color:#003399; text-align:right; }
.outcome { color:#CC0000; text-align:right;}
.itemdesc { font-weight:bold;}
.supplier { font-size:90%;}
.ovrow { padding:0.5em 1em ; }
.border_b td { border-bottom: dashed 1px #d1d1d1; }
.dotted_t td { border-top: dotted 1px #a1a1a1; }
.groupul {
  list-style: none;  display: block; text-align: left;
}
.groupul li{
  list-style: none;
  display: block;
  float:left;
  width:10em;
  margin:0.2em;
  padding:0.2em;
  border:solid 1px silver;
  background-color:#FFFFEA;
}
