@charset "utf-8";
/* CSS Document */
.ranglijst_container {
	width:292px;
}
.ranglijst_container_uitgebreid {
	width:auto;;
}
.ranglijst_header {
	height: 27px;
	width:292px;
}
.ranglijst_header_uitgebreid {
	height: 27px;
	width:auto;
}
.wedstrijden_container {
	width:640px;
}
.wedstrijden_header {
	height: 27px;
	width:640px;
}
.ranglijst_header_left {
	background-image: url(/images/ranglijst_bg_header_left.png);
	height: 27px;
	width: 6px;
	float: left;
}
.ranglijst_header_middle {
	background-image: url(/images/ranglijst_bg_header_middle.png);
	height: 27px;
	width: 280px;
	float: left;
	text-transform: uppercase;
	color: #ffcc00;
	font-weight: bold;
}
.ranglijst_header_middle_uitgebreid {
	background-image: url(/images/ranglijst_bg_header_middle.png);
	height: 27px;
	width: auto;
	float: left;
	text-transform: uppercase;
	color: #ffcc00;
	font-weight: bold;
}
.wedstrijden_header_middle {
	background-image: url(/images/ranglijst_bg_header_middle.png);
	height: 27px;
	width: 628px;
	float: left;
	text-transform: uppercase;
	color: #ffcc00;
	font-weight: bold;
}
.wedstrijden_header_middle_full {
	background-image: url(/images/ranglijst_bg_header_middle.png);
	height: 27px;
	width: 936px;
	float: left;
	text-transform: uppercase;
	color: #ffcc00;
	font-weight: bold;
}
.ranglijst_header_right {
	background-image: url(/images/ranglijst_bg_header_right.png);
	height: 27px;	
	width:6px;
	float:left;
}

.ranglijst_lijst {
	padding-top: 2px;
	background-color: #dadada;
}

.ranglijst_lijst a {
	text-decoration: underline;
	color:#000;
}


.ranglijst_lijst_header {
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.ranglijst_lijst_even { background-color: #c4c4c4; }
.ranglijst_lijst_odd { background-color: #dadada;}
.ranglijst_lijst_roda { color: #ffcc00; font-weight:bold; background-color:#383838;}
.ranglijst_lijst_roda a { color: #ffcc00; font-weight:bold; background-color:#383838;}