.competitor_list, .competitor_detail {
	display: inline-block;
	width: 740px;
	position: absolute;
	height: 100%;
	margin: 0px;
	margin-top: -5px;
	color: white;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.competitor_row_month h2 {
	width: 740px;
	font-weight: normal;
	font-size: 25px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FE3D; /*#e6e7e8*/
	margin-top: 35px;
}

.competitor_list h1 {
	margin-top: 25px;
	margin-bottom: 0px;
}
.competitor_list a {
	text-decoration: none;
	color: white;
}
.competitor_list a:visited {
	text-decoration: none;
	color: white;
}
.competitor_list a:hover {
	font-weight: bolder;
	color: white;
}

.competitor_header_row {
	width: 100%;
	height: 25px;
	margin-top: 25px;
	border: 0px;
}
.competitor_header_place {
	width: 30px;
	float: left;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
}
.competitor_header_name {
	width: 320px;
	float: left;
	margin-left: 5px;
}
.competitor_header_team {
	width: 300px;
	float: left;
	margin-left: 5px;
}
.competitor_header_points {
	float:right;
}
.competitor_row {
	width:100%;
	height: 25px;
	margin-top: 5px;
	margin-left: 0px;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: white;
	vertical-align: center;
}
.competitor_row:hover {
	cursor: pointer;
	font-weight:bold;
}
.competitor_row a{
	color: white;
	text-decoration: none;
}
a#competitor_row {
	text-decoration: none;
	color: white;
}
a:visited#competitor_row {
	color: white;
	text-decoration: none;
}
.competitor_place {
	width: 30px;
	float: left;
	height: 100%;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 2px;
}
.competitor_name {
	width:320px;
	float: left;
}
.competitor_name a {
	text-decoration:none;
	color: white;
}
.competitor_name h1:hover {
	font-weight: bold;
}
.competitor_name h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
.competitor_team {
	width:300px;
	float: left;
}
.competitor_team a {
	text-decoration:none;
	color: white;
}
.competitor_team h1:hover {
	font-weight: bold;
}
.competitor_team h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}

.competitor_points {
	display: inline-block;
	float: right;
	text-align: right;
	color: #fefefe;
	margin-top: 0px;
	margin-bottom:0px;
}

.competitor_details {
	width: 300px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	margin-top: 35px;
	position: relative;
	margin-top: 10px;
	color: white;
}
.competitor_details h1 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 5px;
}
.competitor_details h2 {
	font-weight: normal;
	font-size: 12px;
	color: #fefefe;
	margin-top: 5px;
	margin-bottom: 0px;
}
.competitor_details h3 {
	font-weight: normal;
	font-size: 20px;
	color: #fefefe;
	margin-bottom: 0px;
	margin-top: 5px;
}
.competitor_details_text h3 a{
	text-decoration: none;
	color:white;
}
.competitor_details a {
	text-decoration: none;
	color: white;
}
.competitor_details p {
	font-weight: normal;
	font-size: 14px;
	color: white;
}

.competitor_details_header_row {
	width: 100%;
	height: 25px;
	margin-top: 5px;
	border: 0px;
}
.competitor_details_header_place {
	width: 30px;
	float: left;
	font-size: 12px;
	padding-top: 4px;
}
.competitor_details_header_name {
	float: left;
	margin-left: 5px;
}
.competitor_details_header_points {
	float:right;
}

.competitor_details_row {
	width: 100%;
	height: 25px;
	margin-top: 5px;
	margin-left: 0px;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: white;
	vertical-align: center;
}
.competitor_details_row:hover {
	cursor: pointer;
	font-weight:bold;
}
a#competitor_details_row {
	text-decoration: none;
	color: white;
}
a:visited#competitor_details_row {
	color: white;
	text-decoration: none;
}
.competitor_details_name {
	float: left;
}
.competitor_details_name a {
	text-decoration:none;
	color: white;
}
.competitor_details_name h1:hover {
	font-weight: bold;
}
.competitor_details_name h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
.competitor_details_points {
	display: inline-block;
	float: right;
	text-align: right;
	color: #fefefe;
	margin-top: 0px;
	margin-bottom:0px;
}

#sponsor_detail {
	display: inline-block;
	width: 300px;
	position: relative;
	height: 100%;
	margin:0px;
	margin-top: -5px;
	margin-left: 810px;
	color: white;
}

.time_selection {
	display: inline-block;
	float: right;
}
