/* ATHLETES CSS FILE */

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

/* Competition Table WITH Scrolling */

.competition_bg_wrapper {
	background-attachment:fixed;
	background:url(/culture/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(/culture/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;}

/* Competition RIGHT column */

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

/* Competition Paragraph */

ul.competition_titles li p {
	color:#999999;
	font-size:11px;	line-height:16px; 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;
}

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

/* 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 */


	
/* 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: #252525;
	padding: 5px 8px 5px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	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;
}

.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;
}
	

