/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/* prevent Chromium thick black border */
input {
    border-width:1px;
}
/*
web page grey borders: #EDE9E3
web page yellow background: #EDE9E3
app page background: #DEDAD5
app panel background: #EDE9E3
app toc table rows: #FFFFFF
app unselected tab top: #EDE9E3
app unselected tab bottom: #F9F5F2
app selected tab top: #F9F5F2
app selected tab bottom: #DEDAD5
app selected tab bold top line: #4C6CAD
app button: #FFFFFF
app scrollbar: #C3C3C3
highlighted selector top: #4C6CAD
highlighted selector bottom: #D8DFED
planner past days: #F9F5F2
planner day of week header: #EDE9E3
planner day header: #D8DFED
bike workout: #DEDAD5
*/

/** General Style Info **/
body {
    background-color: #DEDAD5;
    color: #000; /*#fff;*/
    font-family: arial,verdana,helvetica,sans-serif;
    margin: 0;
}

/** Layout **/
#container {
    display: block;
    height: 100%;
    width:100%;
}

#headerEnd {
	display:none; /*block;*/
	float:left;
	height:15px;
	width:100%;
	background-color:#9F8960;
	filter:alpha(opacity=62);
	-moz-opacity:.62;
	opacity:.62;
}

#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	/*background: #fff;*/
	clear: both;
	color: #333;
	/*padding: 0px 20px 40px 20px;*/
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 0px;
	text-align: right;
}

/** Tables **/
table.tableList {
	background: transparent;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.tableList th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
        background-color: #E3E8F2; /*#DCE2EF;*/ /*#FFFFFF;*/
}
table.tableList th a {
	display: block;
	text-decoration: none;
}
table.tableList th a.asc:after {
	content: ' ⇣';
}
table.tableList th a.desc:after {
	content: ' ⇡';
}
table.tableList tr {
	border-top:1px solid transparent;
	border-bottom:1px solid #DDDDDD;
}
table.tableList tr td {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
}

table.tableList tr.rowSelected.rowHover{
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
}

table.tableList tr.rowSelected td.rowHover{
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
}

table.tableList tr {
	background-color: #FFFFFF; /*#F4F1E9;*/
}

table.tableList td.actions {
	text-align: center;
	white-space: nowrap;
}
table.tableList td.actions a {
}
table.tableList tbody tr:hover td.rowHover {
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
    /*
    background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5));
    background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
    background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
    background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
    background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
    */
	/*border-top: 1px solid #72A5D2;
	border-bottom: 1px solid #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#4C6CAD), to(#D8DFED));
	background-image: -moz-linear-gradient(top, #4C6CAD, #D8DFED);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4C6CAD', EndColorStr='#D8DFED');
    background: -o-linear-gradient(top, #4C6CAD, #D8DFED);
    background: -ms-linear-gradient(top, #4C6CAD, #D8DFED);
    background: linear-gradient(to bottom, #4C6CAD, #D8DFED);*/
}
tr td[alignRight] {
	text-align: right;
	vertical-align: top;
}
tr td[toolTipSpacer] {
	width: 10px;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
/*
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
        padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
*/
/** Forms **/
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	/*width: 95%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:transparent;
	font-size: 160%;
	font-weight: bold;
	color: #333333;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
/*fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}*/
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	lear: both;
	/*margin-top: 10px;*/
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input[type='text'], input[type='number'], input[type='password'], textarea, select {
    /*border: 0;
    border-top: 2px outset #A3A3A3;
    border-right: 1px outset #A3A3A3;*/
    border-radius: 4px;
    /*
    clear: both;
    font-size: 100%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 1%;
    width:98%;
    */
}
textarea {
    padding: 1px;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
button {
	display: inline;
	font-size: 100%;
	width: auto;
        color: #E56D00;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	width: auto;
        color: #666666; /*#E56D00;*/
}
/*form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

form .cancel {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .cancel :hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}*/

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* this uses the same elements as the default 'message' class */
div.flash-message-success {
    font-size: 14pt;
    padding: 10px;
    color: white;
    background: none repeat scroll 0 0 #66cc66;
}
div.flash-message-error {
    font-size: 14pt;
    padding: 10px;
    color: white;
    background: none repeat scroll 0 0 #e73e3e;
}

/**  Actions  **/
/*
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}
/** Related **/
/*
div.related {
	clear: both;
	display: block;
}

*/
/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/** coachesCorner Layout **/
.userBanner {
    display:block;
    float:right;
    color:#ffffff;
}

.contentBanner {
    display:block;
    float:left;
    width:80%;
}

.mnuBanner {
    display:block;
    float:left;
    width:100%;
    margin-top: 13px;
    background-color: transparent; /*#FFFFFF;*/ /*#D7D7D7;*/ /*#F27500;*/ /*#FF8F28;*/ /*#F0C322;*/
}

#header {
    display: block;
    float:left;
    /*background-color: #306BA4;*/ /*#5A9ECF;*/ /*#72A5D2;*/
    /*color: #F5EC15;*/
    width: 100%;
}

#itemDetail {
    display:block;
    float:left;
    /*position:relative;
    top:0px;
    left:-220px;*/
    height:500px;
    width:200px;  
    z-index:0;
}
#actionContent {
    display:block;
    float:left;
    /*position:relative;
    top:0px;
    left:0px;*/
    /*height:600px;
    width:800px;*/  
}
#actionDetail {
    display:block;
    float:left;
    /*position:relative;
    top:0px;
    left:820px;*/
    height:600px;
    width:200px;  
    z-index:0;
}

/** Training Items **/
.contextPanel {
    display:block;
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: #EDE9E3; /*#E3E8F2;*/ /*#DCE2EF;*/ /*#FFFFFF;*/
    margin-top: 5px;
    margin-left: 5px;
    font-weight:normal;
    color:#333;
    border:1px solid #4C6CAD; /*#306BA4;*/ /*#FF8F28;*/ /*#DDDDDD;*/ /*#aaac62;*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-decoration:none;
    min-width: 0;
}

.contextPanelSpacer {
    display:block;
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: transparent; /*#DCE2EF;*/ /*#FFFFFF;*/
    margin-top: 10px;
    margin-left: 10px;
    font-weight:normal;
    color:#333;
    border:1px solid transparent; /*#306BA4;*/ /*#FF8F28;*/ /*#DDDDDD;*/ /*#aaac62;*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-decoration:none;
    min-width: 0;
}

.contextPanel .tableList a {
	color:#333;
	text-decoration:none;
}

.contextPanel .tableList a.plnrMonthLinkActive {
	color:#FFFFFF;
	text-decoration:none;
}

.leftPanel {
    display: block;
    clear: both;
    width: 150px;    
}
.bodyPanel {
    display: block;
    clear: both;
    width: 970px; /*1010px;*/    
}
.WorkoutEditContainer {
	font-weight:normal;
	padding: 1px 1px;
	margin: 1px;
	color:#333;
	border:1px solid #DDDDDD; /*#aaac62;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	min-width: 0;
    width: 940px;
}
.WorkoutEditBody {
    background: #F4F1E9;
}
div.itemDetail {
	font-weight:normal;
	/* padding: 1px 1px;*/
	/*margin: 1px;*/
	color:#333;
	border:1px solid #DDDDDD; /*#aaac62;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	min-width: 0;
}
div.itemDetail:hover {
	/*
    border-color: #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5));
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
    background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
    background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
    background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
    */
    cursor: pointer;
}
div.itemDetail a {
	color:#333;
	text-decoration:none;
}

div.plnrDayOfWeekColumnHdr {
	float: left;
	width: 99%;
	border: 1px solid #EDE9E3;
	background-color:#EDE9E3;
        color: #333333; 
}
div.plnrColumnHdr {
	float: left;
	width: 99%;
	border: 1px solid #9BADBC;
	background-color: #D8DFED;
    color: #333333;
}
div.plnrColumnHdr a {
	color: #333333;
	text-decoration:none;
}
div.plnrColumnHdrHover:hover {
	border-top: 1px solid #72A5D2;
	border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2;
	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5));
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
    background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
    background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
    background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
    */
    color: #000000;
    cursor: pointer;
}
div.plnrDayOfWeekColumn {
	display:block;
	float: left;
	height:138px;
	width: 106px; /*105px;*/
	background-color: #CEDCE5; /*E3E8F2*/
	/*border: 1px solid #CEDCE5;*/ /*E3E8F2*/
}
div.plnrColumn {
	display:block;
	float: left;
	height:138px;
	width: 105px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
        margin-left: -1px;
}
div.plnrColumn:hover {
	/*border: 1px solid #72A5D2;*/
}
div.plnrColumn:hover div.plnrColumnHdrHover{
	border-top: 1px solid #72A5D2;
	border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2;
	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5));
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
    background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
    background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
    background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
    */
    color: #000000;
    cursor: pointer;
}
div.plnrColumnPast {
    background-color: #F9F5F2; /*#F4F1E9*/;
}
div.plnrColumnHdrEdit {
	float: left;
	width: 99%;
	border: 1px solid transparent; /*#9BADBC;*/
	background-color: transparent; /*#E3E8F2;*/ /*#BACCDF;*/ /*#DFE3E8;*/
        color: #333333;
}
div.plnrColumnEdit {
    display:block;
    float: left;
    height:auto;
    /* width:940px; */
    /* margin:10px; */
    /* background-color: transparent; */
    /* border: 1px solid transparent; */
}
div.plnrWeekSumm {
    display:block;
    float: left;
    height:138px;
    width: 200px;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
}
div.plnrWeekSummPast {
    background-color: #F9F5F2; /*#F4F1E9*/
}
/*
div.plnrWeekSumm:hover {
	border: 1px solid #72A5D2;
}
div.plnrWeekSumm:hover div.plnrColumnHdrHover{
	border-top: 1px solid #72A5D2;
	border-bottom: 1px solid #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5)); 
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
        background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
        background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
        background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
        color: #000000;
        cursor: pointer;
}
*/
.plnrWeekPublished {
        color: green; /*#F86E65;*/
        /*font-weight: bold;*/
}

.plnrWeekUnpublished {
        color: red; /*#F86E65;*/
        /*font-weight: bold;*/
}

div.plnrWeek {
	display:block;
	border-collapse: collapse;
	background-color:transparent; /*#ffffff;*/ /*#F5F5F5;*/
	width: 1003px;
 }
 
div.plnrWeekScroll {
	display:block;
	border-collapse: collapse;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:transparent; /*#ffffff;*/ /*#F5F5F5;*/
	width: 960px;
 }
 
div.plannerWeekRoutine {
    display:block; 
    float:left; 
    width:94.5%; 
}
.ui-draggable-dragging {
     width: 110px;
 }
div.plnrColumn.ui-draggable-dragging {
     background-color: transparent;
 }
div.plnrWeek.ui-draggable-dragging div.plnrColumn{
     background-color: transparent;
 }
div.plnrWeek.ui-draggable-dragging div.plnrWeekSumm{
     background-color: transparent;
 }
div.plannerWeekRoutine:hover {
    cursor: pointer;
	/*
    border-color: #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5));
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
    background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
    background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
    background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
    */
}

div.plannerWeekRoutine td {
	font-size: 11.5px;
	font-family: Arial, Verdana;
	/*line-height: 14px;*/
}

div.plannerWeekRoutine tr {
	/*height: 14px;*/
}

div.plannerWeekRoutineSquare {
	-webkit-border-radius:0px;
	-moz-border-radius:0x;
	border-radius:0px;
}

div.plannerWeekBrick {
    display: block;
    /*float: left;*/
	font-weight:normal;
	padding: 0px 0px; /*1px 1px;*/
	/*margin: 1px;*/
	color:#333;
    background-color: #ECA19F; /*#FFC295;*/
    border: 2px solid #ECA19F; /*#FFC295;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	min-width: 0;
}

div.plannerWeekRace {
    display: block;
    /*float: left;*/
	font-weight:normal;
	padding: 0px 0px; /*1px 1px;*/
	/*margin: 1px;*/
	color:#333;
    background-color: #F9F5F2; /*#EBEBEB;*/
    border: 2px solid #C0C0C0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	min-width: 0;
}

div.plnrObject div.plannerWeekBrick table tr {
    background-color: transparent;
}

div.dataEntry {
  clear: both;
  height: 29px;
  }

span.formLabelNormal {
  float: right;
  /*width: 90%;*/
  text-align: right;
  font-weight: normal;
  margin-right: 5px;
  }

span.formLabel {
  float: right;
  /*width: 90%;*/
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
  }

span.formLabelRequired {
  color: #FF0000;
  }

div.dataEntry span.formField {
  float: left;
  text-align: left;
  } 
  
div.formBody {
    background-color: #F9F5F2; /*#F4F1E9*/
    display:block; 
    float:left;
    padding: 5px;
    width: 98%;
    margin-right: 10px;
}
div#leftSidebar {
  float:left;
  width:15%;
  margin-left:-86%;
  background-color:#336699;
}

div#rightSidebar {
  float:right;
  width:15%;
  background-color:#336699;
}

div#container {
  float:left;
}

a.navMenuPopup {
  color:white;
}

.colorBanner {
   background-image: -moz-linear-gradient(left, #FFFFFF, #4C6CAD);
   background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#4C6CAD));
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#4C6CAD');    
   background: -o-linear-gradient(left, #FFFFFF, #4C6CAD);
   background: -ms-linear-gradient(left, #FFFFFF, #4C6CAD);
   background: linear-gradient(to right, #FFFFFF, #4C6CAD);
/*
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.03) 31%, rgba(0,0,0,0) 32%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(31%,rgba(0,0,0,0.03)), color-stop(32%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.03) 31%,rgba(0,0,0,0) 32%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.03) 31%,rgba(0,0,0,0) 32%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.03) 31%,rgba(0,0,0,0) 32%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.03) 31%,rgba(0,0,0,0) 32%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
*/
}
.mainContainer {
    display:block; 
    float:left; 
    /*min-height:700px;*/
    width: 100%;
    /*min-width:1400px;*/
    /*width:80%;*/
    background-color: #DEDAD5; /*#F7F7F7;*/ /*#F1F1F1;*/ /*#F8F8F8;*/ /*#FFFFD5;*/ /*#FBB650;*/
    padding: 5px 0px 5px 0px;
}

.sideLight {
    width:10%;
}

.colorSpec {
    width: 70px;
}

.plnrMonthLink {
	color: #000000;
	text-decoration:none;
	border: 1px solid transparent;
        padding: 2px 2px 2px 2px;
        cursor: pointer;
}
.plnrMonthLinkActive,
.plnrMonthLink:hover {
	color: #FFFFFF; /*#000000*/
	text-decoration:none;
	border: 1px solid #72A5D2;
    background-color: #72A5D2;
	/* Old values: #FDD64D #DEDAD5
    background: -webkit-gradient(linear, left top, left bottom, from(#4C6CAD), to(#D8DFED));
	background-image: -moz-linear-gradient(top, #4C6CAD, #D8DFED);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4C6CAD', EndColorStr='#D8DFED');
    background: -o-linear-gradient(top, #4C6CAD, #D8DFED);
    background: -ms-linear-gradient(top, #4C6CAD, #D8DFED);
    background: linear-gradient(to bottom, #4C6CAD, #D8DFED);
    */
}
.xxx_plnrMonthLink:hover {
	border: 1px solid #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5)); /*#F0C322*/
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5); /*#F0C322*/
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
        background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
        background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
        background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
        color: #000000;
}
.zoneButton {
    background: #F6F6F6;
    border: 1px solid #CCC;
    color: #666666; 
    cursor: pointer;
    display: block; 
    float: left; 
    font-size: 11px;
    font-weight: bold;
	padding: 2px 2px 2px 2px;
    text-decoration:none;
}

.zoneButtonActive {
	color: #FFFFFF; /*#000000*/
}

.zoneButtonActive,
.zoneButton:hover {
	border: 1px solid #72A5D2;
    background-color: #72A5D2;
}
.xxx_zoneButton:hover {
	border: 1px solid #72A5D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDD64D), to(#DEDAD5)); /*#F0C322*/
	background-image: -moz-linear-gradient(top, #FDD64D, #DEDAD5); /*#F0C322*/
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FDD64D', EndColorStr='#DEDAD5');
        background: -o-linear-gradient(top, #FDD64D, #DEDAD5);
        background: -ms-linear-gradient(top, #FDD64D, #DEDAD5);
        background: linear-gradient(to bottom, #FDD64D, #DEDAD5);
        color: #666666;
}
.zoneButtonDisabled {
    border: 1px solid #CCC;
    background: #F6F6F6;
    color: #C0C0C0;
    font-weight: bold;
	text-decoration:none;
    padding: 2px 2px 2px 2px;
    cursor: default;
    display: block; 
    float: left; 
}
.zoneButtonRow {
    border: 1px solid #CCC;
    background: #F6F6F6;
    color: #666666; /*#1C94C4;*/
    font-weight: bold;
    font-size: 7pt;
	text-decoration:none;
    padding: 0px 2px 0px 2px;
    cursor: pointer;
    display: block; 
    float: left; 
    height: 15px;
}
.contentActionBtn {
    color: #666666;
}

.workoutPrint {
    font-size: 11pt;
}

.rfm_AddWorkoutTypeButton {
    display:block; 
    float:left;  
    width:80px; 
    margin: 0px; 
    border-right: 0px;    
}

.xxx_AddWorkoutTypeButton:hover { 
    border: 1px solid #fbcb09; 
    background: #fdf5ce url(ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #c77405; 
}

.displayOnly {
    display:block; height: 15px; width: 61px; border: 1px solid #C0C0C0; text-align: right;
}

.Numeric {
  text-align: right;
  } 
  
div.formHeader {
    /*float: left;*/
    /*width: 100%;*/
    /*border: 1px solid #9BADBC;*/
    background-color: transparent; /*#DFE3E8;*/ /*#D7D7D7;*/ /*#306BA4;*/ /*#9BADBC;*/
    color: #333333; /*#FFFFFF;*/
    /*text-align:center;*/
}

div.tableList {
    background: transparent;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
div.tableHeader {
    border:0;
    border-bottom:2px solid #555;
    text-align: left;
    background-color: #E3E8F2; /*#DCE2EF;*/ /*#FFFFFF;*/
}
div.tableHeader a {
    display: block;
    text-decoration: none;
}
div.tableHeader a.asc:after {
    content: ' ⇣';
}
div.tableHeader a.desc:after {
    content: ' ⇡';
}
div.tableRow.rowSelected{
    color: #FFFFFF;
    cursor: default;
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
}
div.rowSelected div.tableCell{
    color: #FFFFFF;
    cursor: default;
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
}

div.tableCellActions {
    text-align: center;
    white-space: nowrap;
}
div.tableCellActions a {
}
div.tableRow:hover {
    border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;
    background-color: #72A5D2
}
div.tableRow:hover div.rowHover {
    /*border-top: 1px solid #72A5D2;
    border-bottom: 1px solid #72A5D2;*/
    background-color: #72A5D2
}
div.tableRowHdr {
    display: block;
    float: both;
    background-color: #FFFFFF;
}
div.tableCellHdr {
    display: block;
    float: left;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    border-bottom-width: 0px;
}
div.tableCellHdrBottom {
     border-bottom: 1px solid #000000; 
     padding-bottom: 5px;
}
div.tableRow {
    background-color: #FFFFFF; /*#F4F1E9;*/ /*#F7F7F7;*/ /*#F1F1F1;*/
    display:block; 
    float:left;
    width: 100%;
    cursor:pointer;
    border-bottom: 1px solid #DDDDDD; /*#C0C0C0;*/
    border-top: 1px solid transparent; /*#C0C0C0;*/
}

div.tableRowBrick {
    height: auto; /*75px;*/
}

div.tableCell {
    display:block; 
    float:left; 
    height: 20px; 
    overflow: hidden; 
    background-color: transparent;
    text-align: left;
    vertical-align: top;
    cursor: default;
    padding-top: 3px;
}
div.tableCellMultiLine {
    display:block; 
    float:left; 
    border-bottom: 1px solid #DDDDDD; /*#C0C0C0;*/
    background-color: transparent;
    text-align: left;
    vertical-align: top;
    cursor: default;
}
.shadow {
    /* Add the drop shadow */
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
    box-shadow: 0 0 7px rgba(0, 0, 0, .6);
}

.ftLoginLogo {
    display: block;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.ft-fixed-nav-top-body {
    margin-top: 50px;
}

.ft-img-small {
    height: 100px;
}
.ft-img-large {
    height: 200px;
}

.ft-img-circle {
    padding: 5px 5px 5px 5px;
    background-color: #CEDCE5; /*#E3E8F2;*/ /*#DCE2EF;*/ /*#FFFFFF;*/
    margin-top: 5px;
    margin-left: 5px;
    border:1px solid #4C6CAD; /*#306BA4;*/ /*#FF8F28;*/ /*#DDDDDD;*/ /*#aaac62;*/
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


.ft-img-panel {
    padding: 5px;
    margin: 5px 15px 5px 15px;
    background-color: #CEDCE5; /*#E3E8F2;*/ /*#DCE2EF;*/ /*#FFFFFF;*/
    border:1px solid #4C6CAD; /*#306BA4;*/ /*#FF8F28;*/ /*#DDDDDD;*/ /*#aaac62;*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.ft-img-panel-large {
    width: 700px;
}

.ft-img-panel-small {
    width: 350px;
}

.athleteTabContent{
    background-color: #F9F5F2; /*#F4F1E9*/
    display:block; 
    float:left;
    height: 300px; 
    width: 970px
}

.DataHidden {
    display:none;
}
.DataZeroHeight {
    display: block;
    height: 0px;
    overflow: hidden;
}

.DataZeroWidth {
    display: block;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.ftHelpItem {
    padding-left: 5px;
    padding-top: 5px;
    display: block;
} 
.ftHelpItemNumber { 
    font-size: 11pt; 
    width: 30px; 
    vertical-align: top; 
} 
.ftHelpItemText { 
    font-size: 11pt; 
} 
.ftHelpTable { 
    width: 100%; 
}
.span1andHalf {
  width: 110px;
}

.span1Seventh {
  width: 130px;
}

.span1Eighth {
  width: 110px;
}

div.ui-widget-header { 
    border: 1px solid #72A5D2; 
    background: #72A5D2;
    background-color: #72A5D2; 
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type=number] {
    -moz-appearance:textfield;
}

div.tableRow.inactiveAthleteRow {
    background-color: #EDE9E3;
}

/* jquery mobile overrides */
body.fasttrak .ui-bar-a,
body.fasttrak .ui-page-theme-a .ui-bar-inherit.ui-li-divider,
html body.fasttrak .ui-bar-a .ui-bar-inherit.ui-li-divider,
html body.fasttrak .ui-body-a .ui-bar-inherit.ui-li-divider,
html body.fasttrak .ui-group-theme-a .ui-bar-inherit.ui-li-divider{
    background-color:#72A5D2;
    border-color:#ddd;
    color:#fff;
    text-shadow:0 1px 0 #eee;
    font-weight:700;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
}
/*body.fasttrak .ui-navbar,
body.fasttrak .ui-page-theme-a .ui-navbar-inherit.ui-li-divider,
html body.fasttrak .ui-navbar .ui-navbar-inherit.ui-li-divider,
html body.fasttrak .ui-body-a .ui-navbar-inherit.ui-li-divider,
html body.fasttrak .ui-group-theme-a .ui-navbar-inherit.ui-li-divider{
    background-color:#72A5D2;
    border-color:#ddd;
    color:#fff;
    text-shadow:0 1px 0 #eee;
    font-weight:700;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
}*/
body.fasttrak .ui-page-theme-a  .ui-navbar .ui-btn,
html body.fasttrak .ui-bar-a .ui-navbar .ui-btn,
html body.fasttrak .ui-body-a .ui-navbar .ui-btn,
html body.fasttrak .ui-group-theme-a .ui-navbar .ui-btn,
html head+body.fasttrak  .ui-navbar .ui-btn.ui-btn-a,
body.fasttrak .ui-page-theme-a .ui-navbar .ui-btn:visited,
html body.fasttrak .ui-bar-a .ui-navbar .ui-btn:visited,
html body.fasttrak .ui-body-a .ui-navbar .ui-btn:visited,
html body.fasttrak .ui-group-theme-a .ui-navbar .ui-btn:visited,
html head+body.fasttrak .ui-navbar .ui-btn.ui-btn-a:visited{
    background-color:#72A5D2;
    border-color:#ddd;
    color:#fff;
    text-shadow:0 1px 0 #f3f3f3
}
body.fasttrak .ui-page-theme-a  .ui-navbar .ui-btn.ui-home-page-button,
html body.fasttrak .ui-bar-a .ui-navbar .ui-btn.ui-home-page-button,
html body.fasttrak .ui-body-a .ui-navbar .ui-btn.ui-home-page-button,
html body.fasttrak .ui-group-theme-a .ui-navbar .ui-btn.ui-home-page-button,
html head+body.fasttrak  .ui-navbar .ui-btn.ui-btn-a.ui-home-page-button,
body.fasttrak .ui-page-theme-a .ui-navbar .ui-btn:visited.ui-home-page-button,
html body.fasttrak .ui-bar-a .ui-navbar .ui-btn:visited.ui-home-page-button,
html body.fasttrak .ui-body-a .ui-navbar .ui-btn:visited.ui-home-page-button,
html body.fasttrak .ui-group-theme-a .ui-navbar .ui-btn:visited.ui-home-page-button,
html head+body.fasttrak .ui-navbar .ui-btn.ui-btn-a:visited.ui-home-page-button{
    background-color:#f9f9f9;
    border-color:#ddd;
    color:#000;
    text-shadow:0 1px 0 #f3f3f3
}