table.simple thead tr th {
	background-color: #CCCCCC;
}

table.simple tr.even {
	background-color: #ECECEC;
}

table.simple {
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 1px solid #999999;
}

table.simple td.textRed {
	color: #b11;
}