div#actions h3, div#destinations h3 {
	margin-bottom: 0;
}

div#actions p, div#destinations p {
	margin: 0;
}

div.clearFloats {
	clear: both;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

.successMessage {
	color: blue;
	font-weight: bold;
}

.infoMessage {
	color: green;
	font-weight: bold;
}

.teamMemberInfoHeader {
	background-color: #CA273C;
	color: white;
	font-weight: bold;
}

div#errorMessages {
	color: red;
	text-align: left;
}

div#errorMessages li {
	font-size: smaller;
}

div#errorMessages p.intro {
	font-weight: bold;
}

div#errorMessages p.outro1 {
	color: black;
}

div#errorMessages p.outro2 {
	color: black;
	font-size: smaller;
}

.invalid {
	background-color: yellow;
}