/* ============================================================================================================================== */
/* Jackpot classes. */
/* ============================================================================================================================== */

.jackpot_row {
	position: relative;
	left: 0px;
	width: 680px;
	margin: 0px;
}

.jackpot_header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 55%;
}

.jackpot_text {
	position: relative;
	font-size: 10px;
	width: 50%;
	left: 0px;
	margin-top: 20px;
	padding-bottom: 100px;
}

.jackpot_name {
	color: #B22;
	font-variant: small-caps;
	font-size: 36px;
}

.jackpot_options, .jackpot_prereqs {
	position: relative;
	left: 0px;
	height: 16px;
	width: 300px;
	font-size: 12px;
	font-variant: small-caps;
	border: 1px solid #CCC;
	margin-top: 5px;
	background-color: #EAEAEA;
}

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

.jackpot_players {
	position: relative;
	left: 0px;
	height: 16px;
	width: 270px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	border: 1px solid #CCC;
	margin-top: 5px;
	background-color: #EAEAEA;
}

.jackpot_qualifiers {
	position: relative;
	left: 0px;
	height: 16px;
	width: 100%;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 5px;
}

.jackpot_qualifiers a {  
	color: #090;
}

.jackpot_qualifiers a:hover {
	color: #0B0; 
}

.jackpot_frequency {
	position: absolute;
	top: 00px;
	left: 55%;
	width: 25%;
	font-variant: small-caps;
	font-size: 16px;
}

.jackpot_paid {
	position: absolute;
	top: 50px;
	left: 55%;
	width: 25%;
	font-variant: small-caps;
	font-size: 16px;
}

.jackpot_awards {
	position: absolute;
	top: 0px;
	left: 75%;
	width: 20%;
	font-variant: small-caps;
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #FAFAFA;
	padding: 4px;
}

.jackpot_award_row {
	position: relative;
	margin-bottom: 2px;
}

.jackpot_award_label {
	position: relative;
	font-variant: small-caps;
	color: #000;
}

.jackpot_award_value {
	position: relative;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #F00;
}
