@CHARSET "UTF-8";

table.table {
	border: 1px solid black;
}

table.table td {
	margin: 0; padding: 3px; empty-cells: show;
}

table.table thead td {
	background-color: #AAA;
	border: 1px solid #999;
}

table.table tbody td {
	background-color: #EEE;
	border: 1px solid #DDD;
	
}

.table3 { width: 100%; }
.table3 td { empty-cells: show;  padding: 3px; border-bottom: 1px solid #EEE;}
.table3 tbody.header td,.table3 thead td { border-bottom: 1px solid #AAA; font-style: italic;  font-weight: bold; background-color: #EEE; padding:5px 15px 5px 15px;}
.table3 tbody.bottom td,.table3 tfoot td { border-top: 1px solid #AAA; font-weight: bold; background-color: #EEE; padding:5px 2px 5px 2px; }
.table3 td.lastRow { border-bottom: 1px solid #AAA; }
.table3 tbody tr:hover { background-color: #EEE; }

