/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

/* ---------- 3. tables ---------- */

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DBDBDB;
	margin-right: auto;
	margin-left: auto;
	width: 510px;
	margin-top: 10px;
	margin-bottom: 10px;
		} 

th, td {
	border: 1px solid #FFFFFF;
	font-size: 1.1em;
	line-height: 1.1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000000;
		} 

tbody td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
		}

caption {
	font-size: 1.2em;
	padding: 0 0 5px;
	color: #DBDBDB;
	font-weight: bold;
		}

th {
	text-align: left;
	font-size: 1.1em;
	background-color: #e4e5e4;
		}

tfoot {
		background-color: #e2e2e2;
		color: #555555;
		}

tfoot td {
	border: 1px solid #FFFFFF;
	line-height: 1;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
		}

tbody tr.alt td {
		background: #d8ddf0;
		}

tbody tr.over td, tbody tr:hover td {
	color: #FFFFFF;
	background-color: #666666;
		}

tbody tr.over+tr td {
		background-image: url(shadow.png);
		background-repeat: repeat-x;
		}

