table {
	width: auto;
	border: none;
	padding-bottom: 5px;
	}

tr td{
	font-family: "Trebuchet MS",arial,helvetica,verdana;
	font-size: 14px;
	padding: 5px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	}

.odd td {
	background: #ffffff;
	}
.even td {
	background: #edf3fe;
	}
