table {
	border-style: none;
	padding: 0px;
	width: 100%;
	background-color: #ccc;
}

tr {
	background-color: #EFEFFA;
}

tr.even {
	background-color: #fff;
}

td {
	width: 100px;
	height: 35px;
}

div#table {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
}

tr:hover, tr.highlight { 
	background-color: #C7C78D;
}

div#Tleft {
	margin-left: 10%;
	text-align: left:;
	float: left;
}

div#Tright {
	margin-right: 10%;
	text-align: right;
	float: right;
}

