table.neattable {
	border: 1px solid #888;
	margin: 5px 5px 5px 10px;
	width: 90%;
}
table.neattable th {
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	padding: 2px 3px 2px 3px;
	border-left: 1px solid #ccc;
}

table.neattable tr:hover {
	background: #fafaff;
}

table.neattable td {
	border-bottom: 1px dashed #ddd;
	padding: 2px 3px 2px 3px;
}

table.neattable tr:last-child td{
	border-bottom: 0;
}

table.neattable td.date {
	width: 60%;
}

table.neattable td.hours {
	border-left: 1px dashed #ddd;
	width: 40%;
}


