/* ----------  tables ---------- */

table {
		border-collapse: collapse;
		max-width:80%;
		width:80%;
		} 

th, td { 
		border: 1px solid #bbbbbb; 
		font-size: 1.4em;
		padding: 4px 10px;
		line-height: 1.2;
		} 

tbody td {
		border-top: 0;
		border-bottom: 0;
		}

caption {
		font-weight: bold;
		font-size: 1.4em;
		text-transform: uppercase;
		padding: 0 0 5px;
		color: #333333;
		}

th {
		background: #e4e5e4 url(graphics/table-heading-background.gif) 0 50% repeat-x; 
		text-align: center;
		}

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

tfoot td {
		font-size: 1.2em;
		text-align: center;
		}

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

tbody tr.over td, tbody tr:hover td {
		background: #4f70dc;
		color: #ffffff;
		}

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