@CHARSET "ISO-8859-1";

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.majorHeader {
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	padding-bottom: 4px;
}

.validationError {
	color: red;
}

/* Competition menu*/
.competitionMenu {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.competitionMenu .item {
	display: inline;
	margin: 10px;
}

#topTable {
	width: 100%;
	height: 100%;
}

.filterRow td {
	background-color: transparent;
}

