#zebralist {
	/*white-space: nowrap; */
}	

#zebralist .rowheader{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #C0C0C0;
}

#zebralist td{
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#zebralist tr {
	border-bottom: 1px solid #C0C0C0;
}

#zebralist .total {
	font-weight: bold;
}

#zebralist .total td{
	text-align: right;
}



#zebralist .odd {
	background-color: #ececec;
	vertical-align: top;
}

#zebralist .even {	
	vertical-align: top;
}

#zebralist .odd:hover,
	.even:hover {
	background-color: #FFD5AA;
}