.cakeHeader {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f1f1f1;
}

.notesOuter {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.notesContainer {
	padding-top: 5px;
	padding-bottom: 20px;
}

tr.adminHeader td {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

td.actionLinks a {
	margin-left: 3px;
	margin-right: 3px;
}

#flashMessage {
	color: #971B1E;
	font-family: "Trebuchet MS", sans-serif;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}

td.tdLeft {
	font-weight: bold;
	font-size: 14px;
}

td textarea {
	width: 620px;
}