/* basic format for tables */

table {
		border: 2px solid #C2C9B6;
		border-collapse: collapse;		
		} 

th, td {
		line-height: 1.2;
		text-align: right;
		font-family: "Courier New", Courier, monospace;
		}

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

caption {
		font-weight: bold;		
		text-transform: uppercase;
		padding: 0 0 5px;		
		}

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

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

tfoot td {
		text-align: center;
		}

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

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

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