/* ATHLETES CSS FILE */

/************************************************************* COMPETITION, TRAINING & NUTRITION TABLES */

/* Competition Table WITH Scrolling */

.competition_bg_wrapper {
	background-attachment:fixed;
	background:url(/resources/athletes/images/BKG_gradient.jpg) repeat-x;}

.competition_scroll {
	border-width:1px; border-color:#252525; border-style:solid;
	height:200px;
	width:605px;
	overflow:auto;
	position:relative;
	display:block;
	margin-bottom:15px;
	}

.competition_wrapper {
 	width:588px;
	position:relative;
	}

/* Competition Table WITHOUT Scrolling */

.copetition_bg_wrapper_no_scroll{
	width:605px;
	border-width:1px; border-color:#252525; border-style:solid;
	background-attachment:fixed;
	background:url(/resources/athletes/images/BKG_gradient.jpg) repeat-x;
	display:block;
	margin-bottom:15px;
	}

.competition_wrapper_no_scroll {
	width:100%;
	position:relative;
	}

/* Competition LEFT column */

h2.competition_date {
	width:105px;
	border-top:1px #252525 solid; border-bottom:none; 
	font-style:normal; font-size:11px;
	padding:5px 10px;
	position:absolute; left:0; top:0;}
	
/* Competition MIDDLE column */
	
ul.competition_titles {
	margin:0 0 0 125px;	padding:0;
	list-style:none;}
	
ul.competition_titles li {
	border-width:1px 0 0 1px; border-color:#252525; border-style:solid;
	margin:0; padding:5px 15px;
	font-size:11px;
	position:relative;
	line-height:20px;}

/* Competition RIGHT column */

ul.competition_titles li span{position:absolute;right:15px;top:3px;color:#fff;}

/* Competition Paragraph */

ul.competition_titles li p {
	color:#999999;
	font-size:11px;	line-height:20px; text-align:justify;
	margin:3px 0 0 0; padding:0;}
		
/* Competition Headers */

.list_header{
	width:607px;
	height:25px;
	background-color:#202020;
	font-size:11px; 
	font-weight:bold;
	position:relative;
	padding-bottom:5px;
}

.list_year{position:absolute; left:13px; top:5px;}
.list_title{position:absolute; left:143px; top:5px;}
.list_place{position:absolute; right:32px; top:5px;}

/* Athlete Table */

.ath_table_hdr {width:100%; border-collapse:collapse; color:#FFF; height:25px;}
.ath_table_hdr td {padding-left:5px;}
.ath_table {width:100%; border-collapse:collapse; color:#FFF;}
.ath_table td {border-bottom:#303030 1px solid; padding-left:5px; height:25px; font-size:10px; vertical-align:middle;}
.ath_table .last td {border:none;}
/* Scrollbar Colours */

body {
	scrollbar-face-color: #161616;
	scrollbar-highlight-color: #161616;
	scrollbar-3dlight-color: #161616;
	scrollbar-darkshadow-color: #161616;
	scrollbar-shadow-color: #161616;
	scrollbar-arrow-color: #454545;
	scrollbar-track-color: #454545;
}

/************************************************************* DOWNLOADS */

.ath_dwn_wrapper {
	width:605px;
	margin-bottom:10px;
	padding:0;
}
	
.ath_dwn_section, .ath_dwn_section_2 {
	width:300px;
	margin-bottom:10px;
	float:left;
	}
	
.ath_dwn_wrapper img {
	float:left;
	margin-right:10px;
	border:#454545 1px solid;
	}	
	
.ath_dwn_wrapper p {
	margin:0;
	padding:0;
	}

.ath_dwn_workout {
	color:#666666;
	font-size:10px;
	}		
	
.ath_dwn_wrapper ul {
	padding:0;
	margin:7px 0 0 0;
	}	
	
.ath_dwn_wrapper li {
	list-style:none;
	}	
	
.ath_dwn_wrapper a {
	color: #c2c2c2; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size:11px;
	}
	
/************************************************************* MAIN PAGE NAVIGATION */

.athlete_list {margin:0; padding:0; list-style:none; width:800px; margin:0 auto;}
.athlete_list li {float:left; margin:0 7px 7px 0; position:relative;}
.athlete_list li a {display:block; width:248px; height:86px; padding:7px; text-decoration:none; overflow:hidden; background:url(/resources/athletes/images/li_bg.jpg) 0 0;}
.athlete_list li a:hover {background:none; color:#fff; cursor:pointer; background:url(/resources/athletes/images/li_bg.jpg) 0 -100px;}
.athlete_list li img, .athlete_list li h3, .athlete_list li p {float:left;}
.athlete_list li h3, .athlete_list li p {width:154px;}
.athlete_list li h3 {margin:0 0 0 8px; padding:0 0 7px 0; line-height:14px; font-style:normal; font-size:12px; text-transform:uppercase; border-bottom:1px solid #222222; color:#ededed;}
.athlete_list li p {margin:0 0 12px 8px; padding:7px 0 0 0; font-size:10px; line-height:14px; border-top:1px solid #373737; color:#898989;}
.athlete_list li p.link {margin:0 0 0 7px; padding:0; color:#444; border:none; width:auto;}
.athlete_list li a:hover p.link {color:#942a31;}

/* Meal Plan tabs */
	
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	
}

.mootabs_title li {
	float: left;
	background-color: #454545;
	padding: 5px 8px 5px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	border-top: 1px solid #454545;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
}

.mootabs_title li.active {
	background-color: #000;
	color: #fff;
	border-top: 3px solid #ba1f0a;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	border: 1px solid #454545;
	/*padding: 5px;*/
	margin-bottom: 10px;
}

.mootabs_panel.active {
	background-color: #000;
	display: block;
	
}

.mootabs_title li.over {
	font-weight: bold;
}
	

