/*
MEET THE TEAM TOP CONTENT
*/
.content_table.meet_team{
	width: 933px;
	margin-left: 20px;
}
.meet_team .left {
	color: #fff;
	padding: 20px 32px 32px 32px;
	background-image: url(/components/img/local_meet_team_bg.gif);
}

.meet_team .left .header {
	padding-top: 0px;
	text-transform: none;
	color: #d23480;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
}
.meet_team .left P {
	margin-top: 15px;
	line-height: 150%;
	color: #fff;
	font-size: 1.2em;
}
.meet_team .middle {
	width: 4px;
}
.meet_team .right {
	margin-left: 4px;
	background-color: #131256;
	padding: 5px;
}


/*
ATHLETE CONTENT
*/
.athletes_table {
	position:relative;
	margin: 20px;
}

.athletes_table .left {
	padding-right: 10px;
}

.athletes_table .subheader {
	font-size: 2.5em;
	text-transform: none;
	color: #d23480;
	margin: 8px 0 10px 0;
}

.info_padding {
	padding: 22px;
	background: url(/components/img/athletes_yellow_bg.jpg) repeat-x #debd00;
}

.athlete_info {
	width: 100%;
}

.athlete_info IMG{
	border: 4px #ffffff solid;
	float: left;
}

.athlete_info .data {
	margin-left: 10px;
}

.data .name{
	padding-top: 0px;
	margin-top: -2px;
	font-size: 1.8em;
	color: #1e2272;
	font-weight: bold;
}

.data .bike{
	font-size: 1.4em;
	color: #a6185d;
	text-transform: uppercase;
}

.data .medal{
	margin-top: 3px;
	font-size: 1.2em;
	color: #623c3e;
	font-weight: bold;
}

.data .line {
	margin: 12px 0 12px 0;
	border-top: 1px solid #e1bc00;
}

.data a {
	color: #0068ab;
	font-size: 1.1em;
}

.athlete_geo {
	padding: 8px;
	width: 400px;
	background-color: #caaa03;
	margin-top: 10px;
}

.athlete_geo .info {
	font-weight: bold;
	padding: 6px;
	font-size: 1.1em;
	color: #fff;
	background-color: #b08d0b;
}

.athlete_geo .data {
	padding: 6px;
	font-size: 1.1em;
	color: #fff;
	background-color: #b08d0b;
}


.athletes_table .right {
	margin: 0px;
}

.profiles {
	background-color: #e0e0e5;
	width: 260px;
}

.athlete_facts {
	margin-top: 15px;
	clear: both;
	border: #f4e129 solid 4px;
	padding: 15px;
	line-height: 150%;
}

.athlete_facts .title {
	font-weight: bold;
	font-size: 1.4em;
	color: #a6185d;
}
.athlete_facts .fact_data {
	font-size: 1.2em;
	color: #623c3e;
	margin: 11px 0 0 10px;
	line-height: 150%;
}
.athlete_facts ul {
	margin: 11px 0 0 10px;
}

.athlete_facts li {
	list-style: disc inside;
	color: #623c3e;
	font-size: 1.2em;
}

.athlete_bio {
	margin-top: 10px;
	background-color: #ffffff;
	padding: 22px;
	color: #6e6e6e;
	font-size: 1.2em;
}

.athlete_bio p {
	margin-top: 20px;
	line-height: 150%;
}

.athlete_bio .hilight {
	color: #ac2f6b;
	font-weight: bold;
}

.athlete_bio .bold {
	font-weight: bold;
}


.athlete_bio .subhead {
	font-size: 1.6em;
	margin: 0 0 20px;
	color: #6e6e6e;
}




/*
TEAM MEMBER LIST + BIO DATA
*/
.content_table.profiles {
	/*background-color: #fff;*/
}
/*  
LEFT/NAVIGATION for ATHLETES  
*/
.content_table.profiles .left {
	width: 190px;
}
.profiles_menu {
	margin: 10px;
	width:240;
}
.profiles_menu A {
	display: block;
	background: #ffffff;
	font-weight: bold;
	padding: 6px 0 4px 8px;
	margin-bottom: 3px;
	font-size: 1.2em;
}
.profiles_menu A.selected {
	background: #f6f6f7;
	color: #6e6e6e;
	font-weight: normal;
	padding: 6px 0 4px 16px;
	margin-top: 3px;
}

/*

RIGHT COLUMN FOR LISTINGS

*/
.athlete_reports {
	margin-top: 10px;
	color: #fff;
	font-size: 1.2em;
}
.athlete_reports A {
	font-weight: bold;
}
.athlete_reports H5 {
	font-size: 1.5em;
	color: #FFF;
}

.athlete_reports .reports {
	color: #c7c7c7;
}



.athlete_reports .bg_box {
	background: #0f1049;
}
.athlete_reports .content {
	padding: 20px 22px 20px 25px;
}

.athlete_reports .header_date {
	margin-top: 15px;
	border-top: 1px solid #3137a3;
	padding-top: 10px;
	color: #d23480;
	font-weight: bold;
}



