.page-msg {
	width: 95%;
	margin: 1em auto;
	font-weight: bold;
	color: green;
	text-align: center;
}

.contest-message {
	text-align: center;
	margin: 1em auto 0;
	font-size: 75%;
	font-style: italic;
	max-width: 85%;
}

.success {
	color: green;
}

.fail {
	color: red;
}

.content-checklist {
	display: none;
	list-style: none;
	border: 1px solid black;
	padding-left: 10px;
	max-height: 5.5em;
	overflow: auto;
	margin-bottom: 0;
}

.content-selectlist {
	display: none;
	padding-top: 6px;
}

.time-zone {
	font-size: .85em;
	font-weight: bold;
	margin-top: 1em;
}

.contest-heading {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #C1E1FF;
}

table.contests-school {
	max-width: 99%;
	width: 99%;
}

table.contests-school-abbr {
	max-width: 95%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.contests-school thead th {
	font-size: 80%;
	border: 0;
}

.contests-school-abbr thead th {
	font-size: 80%;
	background-color: #C1E1FF;
}

.contests-school tbody.contest-display {
	border: 2px solid #444444;
}

.contests-school tbody.contest-no-border {
	border: 0;
}

.contests-school tbody.contest-no-border td {
	border: 0;
	padding: 0;
}

.contest-date-cell {
	font-size: .8em;
	white-space: nowrap;
}

.contest-date-cell.future {
	background-color: #FFFF80;
}

.contest-date-cell.inProgress {
	background-color: #80FF80;
}

.contest-date-cell.past {
	/*background-color: #FF8080;*/
}

.contests-hover {
	text-decoration-line: underline;
	text-decoration-style: dashed;
	text-decoration-color: #0000EE;
}

.contest-date-status {
	font-size: 70%;
	font-weight: normal;
}

table.zebra tbody tr:nth-of-type(odd) {
	background-color: #E8E8E8;
}

table.contests-school-abbr tbody tr:nth-of-type(even) {
	background-color: #E8E8E8;
}

#dialog-contest-filter {
	display: none;
}

table.filter-group tbody tr td:first-child {
	padding-left: 15px;
}

#contest-filter {
	box-shadow: 3px 3px 5px 0px #444444;
	border-radius: 10px;
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	cursor: pointer;
}

#contest-filter:hover {
	background-color: #DFF4FF;
	border: 1px solid #C2E1EF;
	color: #336699;
}