/* the total body width is 650px with 10px padding on the body content */
.tableList td {
	padding: 4px;
}

.tableList .header {
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.tableList .header a {
	color: #FFFFFF;
	text-decoration: underline;
}

.tableList .headerBorder {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	vertical-align: center;
}

