/* 
easyCss~tableCss 
Copyright (C) 2010 Joachim Doerr, easyCssframework.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* ----------------------------------------------------- ~  */
.table-base {
	padding: 0 9px 0 9px;
}
table {
	position: relative;
	margin-top: 18px;

	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
	display: table;
}
th,
td {
/*	padding: 9px 18px 8px 0;*/
/*	border-top: 1px solid #666;*/
}
th.first-child,
td.first-child {
	padding-left: 0;
}
th.last-child,
td.last-child {
	padding-right: 0;
}
thead th,
thead td {
	background-color: #F1F0F0;
}
tfoot {
	font-style: italic;
}