/* Table */

table {
		border-collapse:collapse;
		font-size: 0.85em;
}
table{
	margin: 2px 5px 2px 5px;
	padding: 0;
	}

.tableDateTime {width:10em;border-right: dotted 1px #333;}

td, th { padding: 5px;
		padding-right:10px;
}
thead th, tfoot th, tfoot td {
		color:#fff
}
tfoot td {
		text-align:right
}
/* =body
----------------------------------------------- */
tbody th, tbody td {
		border-bottom: dotted 1px #333;
		border-top: dotted 1px #333;	
}
tbody th {
		white-space: nowrap;
}
table#icaldates tr.month {
		font-size: 1.4em;
}
/* -- */