/* Scheda Competitor */
.select_competitors {
  width: 300px;
  float:right;
  height: 30px;
  text-align: right;
  font-size: 1.1em;
  font-weight:bold;
  padding-right:5px;
}

.select_competitors a {
  color:#666;
  text-decoration:underline;
}
.competitor {
  float: left;
  width: 100%;
}
.competitor_name {
  text-align: right;
  float: left;
  width: 40%;
  padding-right:20px;
}

.competitor_position {
	font-size:1.2em;
	font-weight:bold; 
	color:#666666;
}
	
.competitor_data {
  float: left;
  width: 40%;
  text-align:left;
  padding-left: 20px;
  margin-top: 26px;
}
.competitor_additional_data {
  text-align: right;
  float: left;
  width: 40%;
  padding-right:20px;
}

.competitor_data a {
  text-decoration:none;
  color:#000000;
  font-weight:bold;
}

.competitor_data a:hover {
  text-decoration:none;
  color:#000000;
  font-weight:bold;
}


.competitor_photo {
  	float: left;
  	text-align: center;
  	vertical-align: baseline;
  	padding: 10px 10px 15px 5px;
	background-image: url(../images/project/glass_pilota.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 1;
}
.year {
  background-color: #333333;
  height: 50px;
  padding: 7px;
}
.title_year {
  float: left;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.5em;
  height: 50px;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
.tab_year {float: right; height: 50px; width: 90%; text-align: left; }
.career { background-color: #CC0000; height: 50px; padding: 7px; }
.title_career {float: right; font-weight: bold; color: #FFFFFF; font-size: 1.5em; height: 50px; width: 10%; text-align: right; vertical-align: middle;}
.tab_career {float: left; height: 50px; width: 90%; text-align: right; }
.stats_table {font-size: 1em; color: #FFFFFF; font-weight: bold;}

.Andamento td {
	font-size: 14px;
}

#carriera_tot {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #FFFFFF;
	}
	
#anno {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #CCCCC;
	}
