/* ============================================================================================================================== */
/* Scorecard/leaderboard classes. */
/* ============================================================================================================================== */

.scorecard {
	position: relative;
	width: 600px;
	border: 2px solid #BBB;
	text-align: center;
}

.scorecard_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-variant: small-caps;
	color: #B22;
	padding: 10px;
}

.scorecard_error {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.scorecard_even_row {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

.scorecard_odd_row {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	background-color: #F5F5F5;
}

.scorecard_position {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	font-size: 20px;
	color: #000;
	vertical-align: bottom;
}

.scorecard_score {
	position: absolute;
	left: 40px;
	top: 0px;
	height: 100%;
	width: 80px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #D22;
}

.scorecard_name {
	position: absolute;
	left: 120px;
	top: 0px;
	height: 20px;
	width: 200px;
	font-size: 18px;
	font-variant: small-caps;
	overflow: hidden;
}

.scorecard_date {
	position: absolute;
	left: 320px;
	top: 0px;
	height: 50%;
	width: 100px;
	font-size: 14px;
	font-variant: small-caps;
	overflow: hidden;
}

.scorecard_location {
	position: absolute;
	left: 420px;
	top: 0px;
	height: 50%;
	width: 180px;
	font-size: 14px;
	font-variant: small-caps;
	overflow: hidden;
}

.scorecard_options {
	position: absolute;
	left: 295px;
	top: 20px;
	height: 40%;
	width: 300px;
	font-size: 12px;
	font-variant: small-caps;
	border: 1px solid #CCC;
	margin: 0px;
	background-color: #EAEAEA;
}

.scorecard_options:hover {
	background-color: #f8e7e7;
}

.scorecard_participants {
	position: absolute;
	left: 120px;
	top: 20px;
	height: 40%;
	width: 200px;
	font-size: 12px;
	font-variant: small-caps;
	margin: 0px;
}
