/* This is the magic class! */
.rowTint {
	background-color: #eef5ff;
}

.tbl {
   border: 1px solid #ddd;
   border-collapse: collapse;
   font-family: arial, sans-serif;
   font-size: small;
}

.tbl td, .tbl th {
	padding: 5px;
	font-size: 11px;
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}