/* BEGIN CAMPUS funding */
.fundingTable {
	background-color: #FFF;
}

.fundingTable td {
	padding: 7px;
	background-color: #EBEBEB;
}

.fundingTable .tableHeader {
	background-color: #3884bd;
	height: 30px !important;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.fundingTable .emptyCells {
	background-color: #FFF;
	height: 40px !important;
}
/* END CAMPUS funding */

