


/*---------- Linhas Alternadas Azul ----------*/

table.category {
/*	border-collapse: collapse; /* CSS2 */
	padding:4px;
	margin:0 auto;
	text-align:center;
}

table.category td {
	border: 1px solid #d5d5d5;
	padding:14px;
	height:30px;
}


table.category td.list-title {
	text-align:left;
}


table.category td.list-date {
	text-align:right;
	width:15%;
}

table.category tr.cat-list-row1 {
	background:#f4f4f4;
}

