/*table*/
table {border-collapse:collapse;}

table, th, td{
	border-bottom-width: 0;
	border:1px solid #aaa;	
	padding:7px;
}

td{vertical-align:right;height:50px;}

/*odd row*/
.odd, .odd td, .odd th {
	background-color:#FFEFD5 ;
}

/*even row*/
.even, .even td , .even th {
	background-color:#fff;
}
