/*
Company:	Fastloop	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

body {padding:5px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote,  ul, ol, dl, fieldset, address { margin:5px 0; }

	display: inline;

form, label {
	margin: 0;
	padding: 0;
}

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #424242;
}
/* @end */

/* @group Layout */

/* @group Basic Structure */
div#wrapper {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
div#header {
	width: 940px;
	height: 95px;
}
div#content {
	width: 940px;
}
div#main-content {
	margin-top: 6px;
	background-color: #ededed;
	min-height: 650px;
}

div#main-content .indent {
	margin-left: 15px;
	margin-right: 15px;
}

div#main-content .big-indent {
	margin-left: 100px;
	margin-right: 39px;
}

div#main-content .indent-small {
	margin-left: 5px;
	margin-right: 5px;
}

div#main-content:after, .big-indent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#main-content, .big-indent {display: inline-block;}

/* Hides from IE-mac \*/
* html div#main-content, * html .big-indent {height: 1%;}
div#main-content, .big-indent {display: block;}
/* End hide from IE-mac */

div.horiz-google-ads {
	width: 468px;
	height: 60px;
	margin-left: 37px;
	margin-top: 16px;
}

/* Columns */
div.side-col {
	width: 189px;
	float: left;
	margin-top: 6px;
}
div.middle-col {
	width: 542px;
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 5px; /* Set to 5px to avoid ie6 bug - odd text wrap */
	display: inline;
}

/* @end */

/* @group Content Layouts */
/* Common Layout Elements */
div.side-col p.photo-img-link {
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
div.middle-col p.photo-img-link {
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 20px;
	width: 57px;
	white-space: nowrap;
	overflow: hidden;
	display: inline;
}
div.middle-col p.photo-img-link-wrap {
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 20px;
	width: 57px;
/*	white-space: nowrap;
	overflow: hidden; */
	display: inline;
}
p.view-all {
	clear: both;
	margin: 20px 38px 20px 0;
	text-align: right;
}
/* Headings */
div.heading {
	height: 33px;
	clear: both;
	width: auto;
	padding: 0 0 0 125px;
	margin: 5px 0 15px 0;
}
div.heading h2 {
	float: left;
	height: 20px;
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 127%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff;
}
div.heading p {
	float: right;
	height: 20px;
	margin: 12px 20px 0 0;
	padding: 0;
	white-space: nowrap;
}

/* Home Page */
img#take-tour-btn {
	margin: 10px 0 0 405px;
}

div#front-survey-testimonials {
	background: url(/images/front-swimmer.jpg) no-repeat bottom left;
	padding-left: 130px;
	padding-top: 20px;
}
div.front-box {
	width: 154px;
	margin-top: 25px;
	margin-left: 20px;
	border: 1px dashed #fd1b14;
	background-color: #fff;
	padding: 10px;
	float: left;
	display: inline;
}
div.front-box img {
	position: relative;
	top: -32px;
	left: -10px;
}
div.front-box div {
	margin-top: -32px;
}
div.front-box p {
	margin-top: 0;
}
div.front-box form input {
	vertical-align: middle;
	margin: 0;
	line-height: 170%;
	padding: 0;
}
div.front-box form input.btn {
	margin-left: 70px;
	margin-top: 5px;
}
div.front-box label {
	vertical-align: middle;
	line-height: 100%;
	margin: 0;
	display: block;
	padding: 0 0 0 23px;
}
div.front-box input.radio {
	float: left;
	display: inline;
}
/* Myfastloop */
div.heading-gray {
	background: url(/images/heading-gray.gif) no-repeat;
}
body#myfastloop div#main-content div.heading-gray a:link, body#myfastloop div#main-content div.heading-gray a:visited {
	color: #fff;
}
body#myfastloop div#main-content div.heading-gray span {
	color: #7b7b7b;
}
div.heading-gray p {
	color: #fff;
}
body#myfastloop div#main-content a:link, body#myfastloop div#main-content a:visited {
	color: #fd1b14;
	text-decoration: none;
	display: inline;
}
body#myfastloop div#main-content a:hover {
	text-decoration: none;
	color: #424242;
}

input.shareprofile {
	border:1px solid #140300;
	color:#424242;
	padding:2px;
	font-size: 11px;
	width:320px;
	vertical-align:middle;
	margin-top: 2px;
	}

/* Races */
body#races div#main-content {
	padding-top: 15px;
}
div.heading-blue {
	background: url(/images/heading-blue.gif) no-repeat;
}
body#races div#main-content div.heading-blue a:link, body#races div#main-content div.heading-blue a:visited {
	color: white;
}
body#races div#main-content h3 {
	color: #027abb;
	font-size: 127%;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
/*	margin: 5px 0 5px 0; */
	margin: 10px 5px 10px 5px;

}
body#races div#main-content a:link, body#races div#main-content a:visited {
	color: #027abb;
}

/* My Profile */
div.profile-picture {
	width: 133px;
	float: left;
	margin: 10px 20px 0 20px;
	display: inline;
}
div.profile-picture p {
	margin: 0;
}
div.profile-picture a {
	display: block;
	border-bottom: 1px solid #fd1b14;
	text-indent: 6px;
	padding: 4px 0;
}
body#myfastloop div#main-content div.profile-picture a:link, body#myfastloop div#main-content div.profile-picture a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
body#myfastloop div#main-content div.profile-picture a:hover {
	color: #fd1b14;
	text-decoration: none;
}
div.profile-info {
	float: left;
	width: 340px;
	margin-top: 10px;
}
div.profile-info h3 {
	margin: 0 0 10px 0;
	color: #fd1b14;
	font-weight: normal;
	text-indent: 10px;
	border-bottom: 1px solid #fd1b14;
	font-size: 145%;
}
div.profile-info h4 {
	margin: 20px 0 10px 0;
	padding: 6px 0;
	color: #424242;
	font-weight: normal;
	text-indent: 10px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 118%;
	background-color: #dbdbdb;
}
div.profile-info p {
	margin: 3px 0;
	padding: 3px 0 10px 0;
/*	text-indent: 10px;*/
	border-bottom: 1px solid #a3a3a3;
}

/* Edit Profile Picture */
div.profile-edit-pic {
	width: 150px;
	float: left;
	margin-right: 20px;
	display: inline;
}
div.profile-edit-pic-new {
	width: 300px;
	float: left;
	margin-left: 20px;
	padding-top: 85px;
	display: inline;
}

/* Training */
div.heading-orange {
	background: url(/images/heading-orange.gif) no-repeat;
	padding: 0 0 0 160px;
	color: #FFFFFF;
}

div.heading-orange h2 {
	margin:8px 0 0;
}

img.heading-orange {
	float: left;
	padding: 3px;
	border: 1px #C6C6C6 solid;
	margin: 0 10px 5px 0;
	width: 180px;
}
div.heading-orange p a:link, div.heading-orange p a:visited {
	color: #424242;
	text-decoration: none;
}
div.heading-orange p a:hover {
	text-decoration: underline;
}
body#training div#main-content {
	padding-top: 15px;
}
p.multiline-links {
	margin: 5px 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #dbdbdb;
}
body div#main-content p.multiline-links a {
	background: url(/images/angles-big.gif) no-repeat 0 2px;
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	color: #424242;
}
p.multiline-links a span {
	font-size: 127%;
	font-weight: normal;
	color: #f2853b;
	display: block;
	margin: 0;
	padding-bottom: 5px;
}
p.multiline-links a:hover, p.multiline-links a:hover span {
	text-decoration: none;
	color: #5e5e5e;
}

/* Communities */
div.heading-yellow {
	background: url(/images/heading-yellow.gif) no-repeat;
	padding: 0 0 0 160px;
}
div.heading-yellow p a:link, div.heading-yellow p a:visited {
	color: #424242;
	text-decoration: none;
}
div.heading-yellow p a:hover {
	text-decoration: underline;
}
body#communities div#main-content {
	padding-top: 15px;
}
div.join-community p {
	width: 84px;
	text-align: center;
	float: left;
	margin-left: 20px;
	display: inline;
}
div.join-community p img {
	margin-bottom: 5px;
}
div.join-community a:link, div.join-community a:visited {
	color: #fd1b14;
	text-decoration: none;
}
div.join-community a:hover {
	text-decoration: none;
	color: #424242;
}

div.featured-community-pic {
	width: 115px;
	float: left;
	margin: 0 15px;
	text-align: center;
	display: inline;
}
div.featured-community-pic img {
	margin-bottom: 10px;
}

div.featured-community-info {
	float: left;
	width: 370px;
}
div.featured-community-info h3 {
	color: #fd1b14;
	font-size: 145%;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
table.community-info {
	border: 0;
}
table.community-info td {
	padding: 2px 10px 2px 0;
}

/* used in power and cardio pages */
.savebox_inactive {
	border: 1px solid #cfcfcf;
	margin: 10px 0;
	padding:0 5px 10px;
}
.savebox_active {
	border: 1px solid #F2853B;
	margin: 10px 0;
	padding:0 5px 10px;
}

/* Featured Articles */
div.heading-tan {
	background: url(/images/heading-tan.gif) no-repeat;
	padding: 0 0 0 160px;
}
div.heading-tan p a:link, div.heading-tan p a:visited {
	color: #424242;
	text-decoration: none;
}
div.heading-tan p a:hover {
	text-decoration: underline;
}
body#articles div#main-content {
	padding-top: 15px;
}
body#articles div#main-content h3 {
	color: #fd1b14;
	border-bottom: 1px solid #dfdfdf;
	font-weight: normal;
	font-size: 127%;
	margin-top: 10px;
}
body#articles div#main-content div.big-indent h3 {
	border: none;
}
body#articles div#main-content div img {
	float: left;
	margin: 0 10px 10px 0;
}

/* Forums */
div.heading-red {
	background: url(/images/heading-red.gif) no-repeat;
	padding: 0 0 0 160px;
}
div.heading-red p a:link, div.heading-red p a:visited {
	color: #424242;
	text-decoration: none;
}
div.heading-red p a:hover {
	text-decoration: underline;
}
body#forums div#main-content {
	padding-top: 15px;
}

table.forum-msg-list {
	width: 100%;
}
table.forum-msg-list col.topics, table.forum-msg-list col.replies {
	width: 70px;
	text-align: center;
}
table.forum-msg-list col.last-post-info {
	width: 120px;
	text-align: center;
}
table.forum-msg-list thead tr {
	background-color: #a3a3a3;
	color: #fff;
	font-weight: lighter;
	font-size: 109%;
}
table.forum-msg-list td, table.forum-msg-list th {
	padding: 3px;
}
table.forum-msg-list td {
	border-bottom: 10px solid #ededed;
}
table.forum-msg-list tbody tr {
	background-color: #dbdbdb;
	
}

table.forum-msg-list a:link, table.forum-msg-list a:visited {
	padding-left: 20px;
	margin-left: 5px;
	background: url(/images/forum-angles-red.gif) no-repeat 0 50%;
	color: #5e5e5e;
	text-decoration: none;
}
table.forum-msg-list a:hover {
	background: url(/images/forum-angles-gray.gif) no-repeat 0 50%;
	color: #a6a6a6;
	text-decoration: none;
}

/* Read & Compose Pages */
div.pic-column {
	float: left;
	width: 80px;
	display: inline;
}
div.row, div.submit-row {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}
div.row .img-btn {
	vertical-align: middle;
	margin-left: 20px;
}
div.row p {
	margin: 0;
	padding: 0;
}
div.submit-row {
	text-align: right;
	color: #fd1b14;
}
div.row input, div.row textarea {
	font-size: 100%;
	font-family: Arial, sans-serif;
}

div.read-compose-two-col div.submit-row {
	margin-right: 20px;
}
div.read-compose-three-col, div.read-compose-two-col {
	border: 1px solid #d3d3d3;
	padding: 15px;
	margin: 10px;
}
div.read-compose-three-col div.read-compose-content {
	width: 395px;
	margin: 0;
	float: left;
	display: inline;
}
div.read-compose-three-col div.row .label {
	float: left;
	width: 80px;
	display: inline;
}
div.read-compose-two-col div.row .label {
	float: left;
	width: 80px;
	display: inline;
}
div.read-compose-three-col div.row .input-txt {
	width: 305px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.read-compose-two-col div.row .input-txt {
	width: 385px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.read-compose-three-col div.row .input-txt-small {
	width: 202px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.read-compose-three-col div.row textarea.input-msg {
	width: 305px;
	height: 225px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.read-compose-two-col div.row textarea.input-msg {
	width: 385px;
	height: 545px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.read-compose-three-col div.row .output-txt {
	font-weight: bold;
}
div.read-compose-three-col div.row .output-msg {
	width: 305px;
	float: left;
}
div.read-compose-three-col button.txt-btn {
	color: #fd1b14;
	margin: 0;
	vertical-align: middle;
	font-size: 11px;
}
div.read-compose-two-col button.txt-btn {
	color: #fd1b14;
	margin: 0;
	vertical-align: middle;
	font-size: 11px;
}
div.read-compose-three-col button.txt-btn:hover {
	color: #5e5e5e;
}
div.read-compose-two-col button.txt-btn:hover {
	color: #5e5e5e;
}
h3.message-history {
	padding: 30px 0 5px 0;
	clear: both;
	color: #fd1b14;
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #efc7c6;
}
h4.user-name-label {
	float: left;
	width: 160px;
	text-align: center;
	color: #fd1b14;
	font-weight: normal;
	font-size: 127%;
	margin: 0;
	padding: 0;
	display: inline;
}

/* Album & Settings */
div.settings-album {
	margin: 5px 10px 25px 45px;
}
div.settings-album .submit-btn {
	margin-top: 15px;
	padding: 2px;
}
div.settings-album label {
	display: block;
	color: #fd1b14;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}

div.settings-album label.formError{
	color: blue;
}

div.settings-album .input-txt-full {
	width: 100%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.settings-album .input-txt-small {
	width: 40%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.settings-album .txtarea-full {
	width: 100%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}

div.file-upload {
	padding: 15px;
	border: 1px solid #fd1b14;
	margin: 15px 0;
	width: 50%;
}
div.file-upload .file-field {
	margin: 0;
	padding: 0;
	width: 200px;
}
div.file-upload .upload-btn {
	float: right;
	margin: 10px 0 0 0;
	display: inline;
}
h3.settings-album {
	padding: 0 0 5px 40px;
	border-bottom: 1px solid #fd1b14;
	margin: 10px 5px 10px 5px;
	font-size: 116%;
}

/* View Messages */
table.messages-list {
	border-collapse: collapse;
	margin: 5px;
}
table.messages-list th {
	background-color: #dbdbdb;
	padding: 8px 0;
	border-top: 1px solid #fd1b14;
	text-align: left;
	font-weight: normal;
}
table.messages-list tr.dark td {
	background-color: #dbdbdb;
}
table.messages-list th.user {
	text-align: center;
}
table.messages-list col.select {
	width: 15px;
}
table.messages-list td.user {
	text-align: center;
}
table.messages-list col.user {
	width: 175px;
}
table.messages-list td.action-buttons {
	width: 100px;
	text-align: center;
}
table.messages-list tbody td {
	padding: 8px 0;
}
table.messages-list td.select {
	padding-left: 5px;
}
table.messages-list td .msg-body {
	color: #898888;
}
table.messages-list h5 {
	font-size: 109%;
	margin: 0;
	padding: 0;
}

div.row .select-all {
	float: left;
	width: 400px;
	display: inline;
}
div.row .compose-msg {
	width: 200px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

body#myfastloop div#main-content p.gray-link a:link, body#myfastloop div#main-content p.gray-link a:visited {
	color: #424242;
}

body#myfastloop div#main-content div.row .compose-msg a:link, body#myfastloop div#main-content div.row .compose-msg a:visited, body#myfastloop div#main-content table.messages-list a:link, body#myfastloop div#main-content table.messages-list a:visited {
	color: #424242;
}
body#myfastloop div#main-content table.messages-list td.user a:link, body#myfastloop div#main-content table.messages-list td.user a:visited {
	color: #fb1d14;
}
body#myfastloop div#main-content table.messages-list td.user a:hover {
	color: #424242;
}

/* My Blogs */
div.blog-content {
	margin: 10px 15px 20px 45px;
}
div.blog-content p.blog-dates span {
	color: #fd1b14;
	font-weight: bold;
}

/* My Invites */
input.approve-deny {
	margin: 0 10px;
	padding: 1px;
}
div.my-invites {
	margin: 5px;
	border-top: 1px solid #fd1b14;
	clear: both;
}
div.invites-row, div.invites-row-dark {
	padding: 5px;
}
div.invites-row-dark {
	background-color: #dbdbdb;
}
div.my-invites div.checkbox-col {
	width: 20px;
	text-align: center;
	margin-top: 35px;
	float: left;
}
div.my-invites div.user-col {
	text-align: center;
	width: 60px;
	float: left;
}
div.my-invites div.approve-deny-col {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 10px;
}

/* My Friends */
div.my-friends {
	margin: 10px 27px;
	clear: both;
}
div.my-friends p.photo-img-link {
	margin: 0 20px;
}

div.hr-red {
	margin: 20px 5px;
	overflow: hidden;
	border-top: 1px solid #fd1b14;
}

/* My Albums */
div.album-row {
	margin: 10px 35px;
}
div.album-row div.album-col {
	width: 49%;
	float: left;
}
div.album-row div.album-col h4 {
	font-size: 100%;
	font-weight: bold;
	color: #fd1b14;
}
div.album-row div.album-col img {
	float: left;
	margin-right: 10px;
	display: inline;
}

div.view-album {
	margin: 8px;
}
div.view-album img {
	margin: 6px;
	float: left;
	padding: 4px;
	display: inline;
}
div.view-album a:link img, div.view-album a:visited img {
	border: 1px solid #a9a9a9;
}
div.view-album a:hover img {
	border: 1px solid #fd1b14;
}

div.view-photo {
	margin: 10px 20px;
}
/* Registration */
p.create-profile {
	text-align: right;
}
div.registration-confirmation {
	margin: 5px 60px;
}
div#main-content div.registration-confirmation p {
	line-height: 170%;
	margin-bottom: 15px;
}
/* Edit Profile Picture */
div.profile-edit-pic {
	width: 150px;
	float: left;
	margin-right: 20px;
	display: inline;
}
div.profile-edit-pic-new {
	width: 240px;
	float: left;
	margin-left: 20px;
	padding-top: 85px;
	display: inline;
}

/* Training */

/* My Training */
div.week-nav {
	background-color: #cecece;
	margin: 10px 10px 4px 10px;
	padding: 1px 5px;
}
div.week-nav p.training-left-col, div.week-nav p.training-right-col {
	float: left;
	width: 50%;
	
	display: inline;
}
div.week-nav p.training-right-col {
	text-align: right;
}
div.week-nav p.training-left-col span {
	margin-right: 20px;
}
div.week-nav p.training-right-col span {
	margin-left: 20px;
}

div.week-nav a:link, div.week-nav a:visited {
	color: #424242;
}

div.training-left-col {
	width: 47%;
	float: left;
	margin: 0 5px 1px 10px;
	display: inline;
}
div.training-right-col {
	width: 47%;
	float: right;
	margin: 0 10px 1px 5px;
	display: inline;
}
h4.day-heading {
	color: #fff;
	background-color: #f2853b;
	padding: 5px;
	font-size: 100%;
	margin: 2px 0;
}
div.day-item {
	clear: both;
	background: #fff;
	padding: 0 5px;
	border-top: 1px solid #f2853b;
}
div.day-item a:link, div.day-item a:visited {
	color: #424242;
}
div.day-item-last {
	border-bottom: 1px solid #f2853b;
	margin-bottom: 10px;
}
/* Day Item Clear Fix */
div.day-item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.day-item {display: inline-block;}

/* Hides from IE-mac \*/
* html div.day-item {height: 1%;}
div.day-item {display: block;}
/* End hide from IE-mac */

div.day-item p.day-item {
	float: left;
}
div.day-item p.view-add-link {
	float: right;
	text-align: right;
}

/* Place this code under the My Training section */

div.heading-orange span.gray {
	color: #424540;
}

div.training-gray-head {
	background-color: #d1d1d1;
	padding: 4px 10px;
	margin: 5px;
}
div.training-gray-head h3 {
	float: left;
	margin: 0;
	font-weight: lighter;
	font-size: 114%;
	display: inline;
}
div.training-gray-head p {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	white-space: nowrap;
	font-size: 91%;
	color: #fff;
}
div.training-gray-head p span {
	color: #424242;
}
div.training-gray-head p a:link, div.training-gray-head p a:visited {
	color: #fff;
}
h4.training-title {
	color: #f2853b;
	font-size: 100%;
}

/* Week Calendar */
div.week-cal {
	margin: 5px;
}
div.week-cal-hd {
	background-color: #fff;
	border-top: 1px solid #f2853b;
}
div.week-cal-hd p {
	width: 33%;
	float: left;
	text-align: center;
}
div.week-cal-hd p.week-cal-current-week {
	font-weight: bold;
	color: #f2853b;
	font-size: 109%;
}

div.week-cal-days h4 {
	background-color: orange;
	margin: 0 1px 0 0;
	padding: 4px;
	text-align: center;
	font-size: 100%;
	color: #fff;
}
div.week-cal-days h4.last {
	margin-right: 0;
}
div.week-cal-days div {
	width: 76px;
	float: left;
	display: inline;
}
div.week-cal-days p {
	padding: 1px 4px;
}
div.week-cal a:link, div.week-cal a:visited {
	color: #424242;
}

/* Month Calendar */
div.month-cal {
	margin: 5px 41px;
}
div.month-cal-hd {
	background-color: #fff;
	border-top: 1px solid #f2853b;
	margin-right: 1px;
}
div.month-cal-hd p {
	width: 33%;
	float: left;
	text-align: center;
}
div.month-cal-hd p.month-cal-current-month {
	font-weight: bold;
	color: #f2853b;
	font-size: 109%;
}
div.month-cal table {
	background-color: #f2853b;
	width: 100%;
	text-align: center;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border-collapse:collapse;
	border-spacing:0;
}
div.month-cal table td {
	padding: 8px 2px;
	border-right: 1px solid #fff;
}
div.month-cal table a {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
}
div.month-cal-hd a:link, div.month-cal-hd a:visited {
	color: #424242;
}

/* Year Calendar */
div.year-cal {
	margin: 5px 38px;
}
div.year-cal-hd {
	background-color: #fff;
	border-top: 1px solid #f2853b;
	margin-right: 4px;
}
div.year-cal-hd p {
	width: 33%;
	float: left;
	text-align: center;
}
div.year-cal-hd p.year-cal-current-year {
	font-weight: bold;
	color: #f2853b;
	font-size: 109%;
}
div.year-cal-months {
	margin: 0;
	padding: 1px 0;
	overflow: hidden;
	clear: both;
}
div.year-cal-months a {
	background-color: #f2853b;
	display: block;
	float: left;
	width: 68px;
	margin: 0 1px 0 0;
	padding: 8px 4px;
	text-align: center;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
div.year-cal-hd a:link, div.year-cal-hd a:visited {
	color: #424242;
}


/* Training Graphs */
div.training-graph {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.training-graph select {
	width: 100%;
}
div.training-graph div {
	width: 22%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	display: inline;
	height: 150px;
}
div.training-graph a:link, div.training-graph a:visited {
	color: #424242;
}
div.training-graph-notes {
	margin: 10px 20px;
}
div.training-graph-notes h4 {
	font-size: 100%;
	
}

/* Bio Stats */
div.bio-stats-graph {
	width: 47%;
	float: left;
	text-align: center;
	margin: 10px 0;
	display: inline;
}
div.bio-stats-graph-r {
	width: 47%;
	float: right;
	text-align: center;
	margin: 10px 0;
	display: inline;
}

/* Training Resources */
div.training-resources-content {
	margin: 10px 40px;
	padding-top: 10px;
	clear: both;
}
div.training-resources div.training-left-col, div.training-resources div.training-right-col {
	text-align: center;
}
div.training-resources-content h2 {
	margin: 5px 0;
	color: #f2853b;
	font-weight: normal;
	font-size: 100%;
}

/* Bio Stats */
h3.training-headings {
	padding: 0 0 5px 40px;
	border-bottom: 1px solid #f2853b;
	margin: 10px 5px 10px 5px;
	font-size: 116%;
}
div.training-forms-content {
	margin: 5px 20px;
}
div.training-forms-content .label {
	color: #f2853b;
}
div.training-forms-content .label-wellness-injury {
	color: #f2853b;
	font-weight: bold;
	width: 90px;
	text-align: right;
	float: left;
}
div.training-forms-content ul.list-wellness-injury {
	float: left;
	width: 125px;
	display: inline;
	margin: 0 0 20px 10px;
	padding: 0 5px;
	background-color: #fff;
}

div.training-forms-content div.wellness-injury-left-col {
	width: 240px;
	float: left;
	
	display: inline;
}

div.training-forms-content div.wellness-graph {
	float:left;
	margin-left: 10px;
}

div.training-forms-content ul.list-wellness-injury li {
	margin: 2px 0;
	padding: 4px;
	text-indent: 10px;
	list-style-type: none;
	border-bottom: 1px solid #f2853b;
}
div.training-forms-content ul.list-wellness-injury li.last {
	border-bottom: none;
}
/* Cardio Workout */
div.training-forms-content label.label {
	display: block;
	margin: 5px 0;
}
div.training-forms-content label.label-gray {
	display: block;
	margin: 5px 0;
	color: #424242;
}
div.training-forms-content label.radio-label {
	margin: 5px 0;
	color: #f2853b;
}
div.training-forms-content textarea.input-desc {
	width: 500px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.training-forms-content textarea.input-desc-smaller {
	width: 99%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.training-forms-content label a:link, div.training-forms-content label a:visited {
	color: #424242;
}
div.training-forms-content p.label a:link, div.training-forms-content p.label a:visited {
	color: #424242;
}
div.training-forms-content input.input-txt {
	width: 250px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.training-forms-content input.input-txt-small {
	width: 75px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.training-forms-content input.input-txt-mini {
	width: 35px;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.training-forms-content div.row-col {
	float: left;
	margin-right: 17px;
	display: inline;
}

div.training-forms-content div.row-col-together {
	float: left;
	display: inline;
}
div.training-forms-content div.row-col-together p {
	padding:0 20px 0 5px;
}
div.training-forms-content div.row-col-together p.label-gray {
	border-bottom: 1px solid #f2853b;
}
div.training-forms-content .label-ratings {
	margin-top: 8px;
	color: #f2853b;
	font-weight: bold;
	width: 90px;
	text-align: right;
}
div.training-forms-content div.row-col-fixed {
	width: 30%;
	float: left;
	margin-right: 5px;
	display: inline;
}
div.training-forms-content div.row .label span {
	color: #424242;
}
div.training-forms-content div.exercise-set-line {
	padding: 3px 0;
	border-bottom: 1px dashed #cfcfcf;
	clear:both;
}

div.training-forms-content div.rating-radios div.row-col {
	text-align: center;
	margin-right: 10px;
}

/* Training Plan */
table.training-plan {
	width: 96%;
	margin: 2%;
}
table.training-plan th {
	background-color: #f2853b;
	padding: 5px;
	color: #fff;
	text-align: center;
}
table.training-plan td {
	background-color: #fff;
	padding: 5px;
	color: #f2853b;
}
table.training-plan th.blank-th {
	background-color: #cecece;
}
h3.training-plan {
	text-align: center;
	font-size: 150%;
	font-weight: lighter;
	color: #f2853b;
}
div.training-articles {
	margin: 10px 80px;
}
div.training-articles a:link, div.training-articles a:visited {
	color: #f2853b;
}
div.training-articles h3 {
	font-weight: normal;
	margin: 15px 0 5px 0;
	font-size: 116%;
}
div#main-content div.heading-orange a:link, div#main-content div.heading-orange a:visited {
	color: #fff;
}

/* @end */
	
/* FAQS */
div.faqs {
	margin: 0 20px;
}
div.faqs p {
	text-indent: -15px;
	margin-left: 30px;
	margin-right: 30px;
}
div.faqs p.question {
	color: #fd1b14;
}

div.hr-black {
	margin: 10px 5px;
	overflow: hidden;
	border-top: 1px solid #c2c2c2;
}

/* Search Page */
img#search-page-header {
	float: left;
	margin-left: 15px;
	display: inline;
}
div#search-page-search-box {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
	display: inline;
}
div#search-results {
	margin: 0 15px;
}
p.search-results-msg {
	color: #fd1b14;
	font-weight: bold;
}
div#search-page-search-box a:link, div#search-page-search-box a:visited {
	color: #424242;
}
div.search-person-info {
	float: left;
	width: 30%;
	margin-top: 15px;
	display: inline;
}
div.search-msg-links {
	float: right;
	width: 25%;
	text-align: right;
	margin-top: 15px;
	display: inline;
}
div.search-msg-links p.search-border {
	border-bottom: 1px solid #cfcfcf;
}
div.search-msg-links a:link, div.search-msg-links a:visited {
	color: #424242;
}
/* @end */

/* Articles */
h3.articles {
	border-bottom: 1px solid #B77430;
	font-size:116%;
	margin:10px 5px;
	padding:0pt 0pt 5px 40px;
}
div.articles h3 a{ font-size: 13px; font-weight: normal; }

div.articles {
	margin: 5px 10px 25px 45px;
}
div.articles .submit-btn {
	margin-top: 15px;
	padding: 2px;
}

div.articles h3 a { color: #B77430; }
div.articles label {
	display: block;
	color: #fd1b14;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}

div.articles label.formError{
	color: blue;
}

div.articles .input-txt-full {
	width: 100%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.articles .input-txt-small {
	width: 40%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}
div.articles .txtarea-full {
	width: 100%;
	border: 1px solid #cfcfcf;
	padding: 2px;
}

/* Training Resources */
div.articles-content {
	margin: 10px 40px;
	padding-top: 10px;
	clear: both;
}

div.articles-content h2 {
	margin: 5px 0;
	color: #B77430;
	font-weight: normal;
	font-size: 100%;
}

div.articles-content a { color: #B77430 }

/* @group Nav */
ul#main-nav {
	width: 189px;
	margin: 0;
	padding: 0;
	height: 172px;
	overflow: hidden;
}

ul#main-nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	width: 189px;
	height: 23px;
	/*display: block;*/
	overflow: hidden;
	display: inline;
}

ul#main-nav a {
	width: 189px;
	height: 23px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}
/* Set graphics and rollovers */
li#nav-home a  {
	width: 189px;
	background: url(/images/navbar.gif) 0 0 no-repeat;
}
li#nav-home a:visited  {
	width: 189px;
	background: url(/images/navbar.gif) 0 0 no-repeat;
}
li#nav-home a:hover, li#nav-home a.active, li#nav-home a:visited.active {
	background-position: -205px 0px;
}

li#nav-myfastloop a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -26px no-repeat;
}
li#nav-myfastloop a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -26px no-repeat;
}
li#nav-myfastloop a:hover, li#nav-myfastloop a.active, li#nav-myfastloop a:visited.active {
	background-position: -205px -26px;
}

li#nav-training a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -51px no-repeat;
}
li#nav-training a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -51px no-repeat;
}
li#nav-training a:hover, li#nav-training a.active, li#nav-training a:visited.active {
	background-position: -205px -51px;
}

li#nav-communities a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -76px no-repeat;
}
li#nav-communities a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -76px no-repeat;
}
li#nav-communities a:hover, li#nav-communities a.active, li#nav-communities a:visited.active {
	background-position: -205px -76px;
}

li#nav-races a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -101px no-repeat;
}
li#nav-races a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -101px no-repeat;
}
li#nav-races a:hover, li#nav-races a.active, li#nav-races a:visited.active {
	background-position: -205px -101px;
}

li#nav-articles a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -126px no-repeat;
}
li#nav-articles a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -126px no-repeat;
}
li#nav-articles a:hover, li#nav-articles a.active, li#nav-articles a:visited.active {
	background-position: -205px -126px;
}

li#nav-forum a {
	width: 189px;
	background: url(/images/navbar.gif) 0px -151px no-repeat;
}
li#nav-forum a:visited {
	width: 189px;
	background: url(/images/navbar.gif) 0px -151px no-repeat;
}
li#nav-forum a:hover, li#nav-forum a.active, li#nav-forum a:visited.active {
	background-position: -205px -151px;
}


ul#main-nav li span {
	display: none;
	overflow: hidden;
}
/* @end */

/* @group Headings */
h1 { }
h2 { }
h3 { }
h4.content-heading {
	color: #fd1b14;
	margin-top: 15px;
	font-size: 100%;
}
h5 { }
h6 { }
/* @end */


div.community-picture {
	width: 133px;
	float: left;
	margin: 10px 20px 0 20px;
	display: inline;
}
div.community-picture p {
	margin: 0;
}
div.community-picture a {
	color: #d3830f;
	display: block;
	border-bottom: 1px solid #d3830f;
	text-indent: 6px;
	padding: 4px 0;
}
div.community-picture a:link, div.community-picture a:visited {
	color: #d3830f;
	text-decoration: none;
}
div.community-picture a:hover {
	color: #fd1b14;
	text-decoration: none;
}


/* @group Text Styles */
div#content p {
	line-height: 140%;
}
.number-bold {
	color: #fd1b14;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
div#footer {
	color: #5e5e5e;
	text-align: center;
}
/* @end */

/* @group Lists */
ul.content-list li {
	margin-bottom: 10px;
	line-height: 140%;
}	
/* @end */

/* @group Forms */
form.search-box input {
	margin: 0;
	padding: 0;
}
form.search-box input.txt {
	border: 1px solid #140300;
	padding: 2px;
	color: #7f7f7f;
	vertical-align: middle;
	width: 125px;
}
form.search-box input.btn {
	vertical-align: middle;
}

div#header form.search-box {
	margin-top: 60px;
	margin-bottom: 0;
}
button.txt-btn {
	background-color: transparent;
	border: 0;
	padding: 0;
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #fd1b14;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#footer a:link, div#footer a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.heading emulate-p {
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
white-space: nowrap;
display:inline;
}

/* @end */
