div.series_button {
	background: url('/images/button_season_number.gif') no-repeat;
	border:0;
	width: 127px;
	height: 20px;
	padding-right: 24px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:5px;
	cursor: pointer;
}
div.series_button_none {
	background: url('/images/button_season_number_none.gif') no-repeat;
	border:0;
	width: 127px;
	height: 20px;
	padding-right: 24px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:5px;
	cursor: default;
}
div.season_table {
	display: none;
	margin: 0;
}

span.link {
	cursor: pointer;
	text-decoration: underline;
}

/* rank */
.rankTable {
	float:left;display:none;
	padding-bottom: 1px;
}
/* END rank */

/* buttons */
.series_options {
	width:auto;
	margin-top: 10px;
		text-align: center;
}
	.series_options .nom {
		margin:0;
	}
	.series_options div {
		cursor: pointer;
		width: 110px;
		vertical-align: middle;
		padding: 5px;
		margin-left: 15px;
		margin-bottom: 5px;
		float: right;
	}
	.series_options div.blue {
		border: #aecde3 1px solid;
		background-color: #ebf2f8;
		color: #3879a9;
		width:200px;
	}
	.series_options div.green {
		border: #c8e9b1 1px solid;
		background-color: #f0f9ea;
		color: #008000;
		font-weight: 100;text-align: center;
	}
	.series_options div.red {
		border: #da9295 1px solid;
		background-color: #f7e6e7;
		color: #c14a51;
		font-weight: 100;text-align: center;
	}
/* END buttons */
