#timesheet_rows {
  margin: 10px 0 0 0;
}
#timesheet_rows th {
  font-weight: bold;
 color: white
}
.timesheet_row {
  width:780px;
  border:1px solid black;
  clear:both;
  height: 30px;
}
#log_title {
  margin:10px 0 0 0;
  font-weight:bold;
}
#log_time_result {
  margin:10px 0 0 0;

}
#timesheet_rows tr.timesheet_even {
  background: #84ACD8;
}

#timesheet_rows tr.timesheet_footer {
  background: #eeeeee;
}
#timesheet_rows tr td.timesheet_footer {
  color: black;
}