table { 
	border-collapse: collapse;  
	position: relative; 
	margin-top: 18px; 
	margin-bottom: 18px;
}
th, 
td { 
	line-height: 18px; 
	padding: 9px 18px 8px 9px; 
}
	thead th, 
	thead td { padding-top: 7px; }
	
	thead th { border-bottom: solid 3px #666; }

	tfoot th, 
	tfoot td { padding-bottom: 8px; }

	tbody th, 
	tbody td,
	tfoot th, 
	tfoot td { border-top: solid 1px #999; }
 
	th:first-child, 
	td:first-child { padding-left: 9px; }

	th:last-child, 
	td:last-child { padding-right: 0; }

	tr:nth-child(even) td { background-color: #fafafa; }

/*	tbody tr:nth-child(odd) th, */
/*	tbody tr:nth-child(odd) td	{ background-color: #fafafa; } */

	caption	{ 
		top: 5px; 
		margin-bottom: 18px; 
	}
