@charset "UTF-8";


.detailsContentWrapper {
	position: relative;
}

.detailsLeftColumn {
	float: left;
	width: 345px;
}

.detailsRightColumn {
	float: right;
	width: 595px;
}

.detailsBox {
	position: relative;
	padding: 7px;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #eeeeee url(images/details-box-bg.png) repeat-x;
	margin-bottom: 10px;
}

.leftBox 	{ width: 331px; }
.rightBox 	{ width: 581px; }

.detailsBoxTrigger {
	position: relative;
	width: 22px;
	height: 22px;
	background: url(images/details-icons-common.png) no-repeat -5px -305px;
	cursor: pointer;
	float: left;
}

.detailsBoxTrigger.expanded 	{ background-position: -5px -305px; }
.detailsBoxTrigger.collapsed 	{ background-position: -5px -355px; }

.detailsBoxTrigger.expandedSmall 	{ background-position: -2px -405px; }
.detailsBoxTrigger.collapsedSmall 	{ background-position: -2px -455px; }

.detailsBoxTitle {
	font: bold 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 28px;
	padding-left: 24px;
	background: url(images/details-icons.png) no-repeat -8px -5px;
}

.detailsBoxTitle.map 				{ background-position: -8px -5px; }
.detailsBoxTitle.additionalInfo		{ background-position: -8px -306px; }
.detailsBoxTitle.overall			{ background-position: -8px -356px; }
.detailsBoxTitle.timing				{ background-position: -8px -55px; }
.detailsBoxTitle.elevation			{ background-position: -8px -106px; }
.detailsBoxTitle.heartRate			{ background-position: -8px -156px; max-width: 120px; }
.detailsBoxTitle.power				{ background-position: -8px -206px; }
.detailsBoxTitle.cadence			{ background-position: -8px -256px; }
.detailsBoxTitle.strokes			{ background-position: -8px -256px; }
.detailsBoxTitle.efficiency			{ background-position: -8px -956px; }
.detailsBoxTitle.temperature    	{ background-position: -8px -757px; }
.detailsBoxTitle.laps            	{ background-position: -8px -806px; }

#detailsHeartRateChart .detailsBoxTitle.heartRate { max-width: 200px;}

.detailsBoxDivider {
	position: relative;
	height: 7px;
	border-top: 1px solid #d8d8d8;
	margin-top: 7px;
}

.detailsBoxTitle.noIcon {
    background: none;
    padding-left: 0;
    font-size: 15px;
}

.detailsChartControl {
    float: right;
    margin-left: 10px;
}

.detailsChartControl.toggle {
    position: relative;
    top: -2px;
}

.detailsBoxControls input {
	position: relative;
	top: 2px;
}

.detailsBoxCollapseArea {
	position: relative;
	margin-top: 7px;
}

.detailsEmbedDescription {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
    margin-left: 3px;
}

.detailsEmbedCode {
    width: 450px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4spx;
    border: 1px solid #6b6b6b;
    padding: 5px;
    font-size: 11px;
}

.detailsEmbedIframe {
    margin:0;
}


.detailsBoxControls {
	text-align: right;
	position: absolute;
	top: -25px;
	right: 4px;
	font-size: 11px;
	width: 400px;
}

.detailsBoxControls.privacyControls {
	top: 5px;
	right: 7px;
}

.detailsBoxPrivacyButton {
	float: right;
	width: 26px;
	height: 26px;
	background: url(images/details-icons-common.png) no-repeat -2px -3px;
	margin: 0 0px 0 0px;
	cursor: pointer;
}

.detailsBoxPrivacyButton:hover {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #dddddd;
}

.detailsBoxPrivacyButton.delete 	{ background-position: -2px -503px; }
.detailsBoxPrivacyButton.private 	{ background-position: -2px -554px; }
.detailsBoxPrivacyButton.public 	{ background-position: -2px -604px; }


.detailsBoxChart {
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
	height: 202px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4spx;
}

.additionalInformationTable {
	margin-left: 80px;
    color: #2d2d2d;
    font-size: 11px;
}

.additionalInformationTable td {
	padding: 3px;
}

td.addInfoTitle {
    font-weight: bold;
}

td.addInfoDescription {
    padding-bottom: 10px;
    color: #494949;
}

.addInfoDeviceIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 80px;
}

.summaryTable {
	margin-left: 24px;
	color: #2d2d2d;
	font-size: 12px;
	margin-bottom: 9px;
}

.summaryTable td {
	padding: 3px;
}

.detailsBoxToggleWrapper {
	position: absolute;
	top: -35px;
	right: -5px;
	padding: 0 3px 5px 5px;
	margin-top: 7px;
	max-width: 190px;
}

.detailsBoxToggle {
	float: right;
	list-style-type: none;
	padding: 2px 6px 3px 5px;
	color: #000;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
	max-width: 70px;
}

input.detailsBoxToggle {
	background: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:none;
	float: right;
	list-style-type: none;
	padding: 2px 5px 3px 6px;
	color: #000;
	font-size: 11px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	max-width: 55px;
}

.detailsBoxToggle:hover {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #dddddd;
	cursor: pointer;
}

.detailsBoxToggle.toggleSelected {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color: #ffffff;
	background: #838383 url(images/details-nav-item-bg.png) repeat-x;
	cursor: default;
}

.elevationSourceToggle .detailsBoxToggle {
    float: left;
}

.detailsShareBoxButton {
	display: inline-block;
	color: #494949;
	padding-left: 28px;
	padding-right: 7px;
	margin-right: 9px;
	background: url(images/details-icons.png) no-repeat -3px -5px;
	font: bold 12px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.shareBoxSelected {
	color: #207fcf;
	background-color: #dedede;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.detailsShareBoxButton.share 		{ background-position: -2px -405px; }
.detailsShareBoxButton.embed 		{ background-position: -2px -455px; }
.detailsShareBoxButton.export 		{ background-position: -2px -505px; }
.detailsShareBoxButton.sendToDevice	{ background-position: -2px -555px; margin-right:0;}
.detailsShareBoxButton.googleEarth	{ background-position: -2px -604px; }
.detailsShareBoxButton.tcxFile		{ background-position: -5px -656px; }
.detailsShareBoxButton.gpxFile		{ background-position: -5px -706px; }
.detailsShareBoxButton.kmlFile		{ background-position: -5px -856px; }
.detailsShareBoxButton.print		{ background-position: -5px -906px; }
.detailsShareBoxButton.shareItem	{ background: none; padding-left: 5px; margin-bottom: 10px; width: 102px; }
.detailsShareBoxButton.shareItem span	{ display: inline-block; position: relative; top: 3px; margin-right: 5px; *top: 0px; }

.detailsShareBoxButton:hover {
	cursor: pointer;
	background-color: #dedede;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	text-decoration: none;
}

.detailsShareBoxButton.disabled {
    background-image: url(images/details-icons-disabled.png);
    color: #a1a1a1;
}

.detailsShareBoxButton.disabled:hover {
    cursor: default;
    background-color: transparent;
} 

.detailsBoxExpanded {
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4spx;
    padding: 10px;
}

.detailsBoxExpanded.addthis_toolbox {
	padding-bottom: 0px;
}

.chartContainer {
	left:1px;
	position:absolute;
	top:2px;
	width:577px;
}

.detailsQuickEditIcon.summary {
    position: absolute;
    right: 5px;
    top: 7px;
}

.swfContainer {
	height: 200px;
	position: relative;
}

.swfContainer span {
	left: 67px;
	position: relative;
	top: 93px;
}

.detailsChartWrapper {
	position: relative;
}

/* @group Laps */

.detailsLapsBoxBg {
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 745px;
}

#splitsTableContainer {
	max-height: 745px;	
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.detailsLapsNumber {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #838383 url(images/details-nav-item-bg.png) repeat-x;
    padding: 0px 8px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 5px;
}

.detailsSplitsLink {
    position: absolute;
    right: 5px;
    top: 9px;
    width: 200px;
}

a.detailsBoxToggle:hover {
    color: #000;
    text-decoration: none;
}

#splitsTableContainer {
	width: auto !important;
	min-height: 0px !important;
}

#splitsTableContainer table {
	width: 100% !important;
	border: 0px solid white !important;
}

.splitsHeader, .splitsRow, .splitsRowAlternate, .splitsFooter {
	height: 24px !important;
}

.detailsBoxTitleLink {
	color: #000;
}

.hidden {
	height: 0px;
	overflow: hidden;
}

a.moreInfoLink {
	position: relative;
	width: 20px;
	height: 25px;	
}

a.moreInfoLink:hover {
	text-decoration: none !important;	
}

/* @group No Activity Warning */

.warningIcon {
    position: relative;
    width: 65px;
    height: 60px;
    background: url(images/icon-warning.gif) no-repeat;
    margin: 150px auto 20px;
}

.warningText {
    width: 600px;
    color: #838383;
    text-align: center;
    font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin: 0 auto 200px;
}

.chartTimeSelect {
	position: absolute;
	top: -26px;
	right: 0px;
	font-size: 11px;
}

#speedButton, #bpmButton {
	max-width: 100px;
}

#viewSplitsButton {
	max-width: 150px;
}

.start-marker {
    z-index: 100 !important;
}

/* Swim Graph */

#graph ol, #graph li, #graph div, #graph p {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.rest-time {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

#graph ol, #graph ul {
    list-style: none;
}

#wrap {
    width:991px;
    height:861px;
    margin:0 auto;
    background: url('../images/bg.png') no-repeat center top;
}
#graph-wrap {
    width:580px;
    position: relative;
    height:125px;
    background: #fdfdfd;    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px;
    cursor:move;
    position: relative;
    overflow:hidden;
    position:static;
    /*border: 1px solid #000;*/
    border:1px solid #C8C8C8;
}
#graph {
    height: 125px; /* fixed */
    overflow: auto; /* changed to hidden via JavaScript */
}

/* need to calculate the with of #graph-item-container and set this via JS */
#graph ul.graph-item-container { /* the UL */
    
}

#graph ul.graph-item-container > li {
    float: left; /* allows the lis to stack against eachother */
    height: 125px;
    border-right:1px solid #1f1f1f;
    border-left:1px solid #1f1f1f;
    margin-right:2px;  
    display:block;
}
#graph ul.graph-item-container > li:first-child {
    border-left:none;
}
#graph ul.graph-item-container > li:last-child, #graph ul.graph-item-container > li.last {
    margin-right:0;
    border-right:none;
}

#graph ul.graph-item-container > li.rest {
    padding:0 5px;
    padding-top:30px;
    margin-top:25px;
    height:80px;
    border:none;
    width:auto;
}

#graph ul.graph-item-container li div.item-head {
    padding:1px 5px;
    text-align: center;
    background: #25262f;
    border-bottom:1px solid #1f1f1f;
    color:#fff;
    font-weight: bold;
    line-height: 17px;
    font-weight:bold;   
    color:#fff;    
    font-size:11px;
}

#graph ul.graph-item-container li div.item-head span
{
    font-weight: normal;    
    color:rgba(255,255,255, .7);
    display: block;
}

#graph ul.graph-item-container ul.items li {
    width:100px;
    display: block;
    float:left;
    border-left:1px solid #1f1f1f;
    border-bottom:1px solid #1f1f1f;
    text-align: center;
    height:125px;
    display: block;
    font-size:24px; 
    color:#fff;
    text-shadow: 0 1px 1px #792f7e;
}

#graph ul.graph-item-container ul.items li:first-child {
    border-left:none;
}

#graph ul.graph-item-container ul.items li span {
    display: block;
    text-align: center;
    font-size: 11px;
    color:#1f1f1f;
    color:rgba(0,0,0,.6);
    text-shadow: none;
}

#graph ul.graph-item-container ul.items li span:last-child {
    padding:6px 0 0 0;
}

#graph ul.graph-item-container ul.items li span.type {
    color:#000;
    color:rgba(0,0,0,.6);
    /*text-shadow: 1px 1px 3px #fff;*/
    width:100px;
    text-align: center;     
    background: rgba(255,255,255,0.3);
    padding:2px 0;
    margin-bottom:15px;
}

#graph ul.graph-item-container ul.items li.rest {
    color: #1F1F1F;
    font-size: 10px;
    padding-top: 45px;
    text-shadow: none;
    width: auto;
}
/*stroke colors
#graph ul.graph-item-container ul.items li.backstroke{background: #1358CD;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #66B7EC;}
#graph ul.graph-item-container ul.items li.butterfly{background: #2683FF;}
#graph ul.graph-item-container ul.items li.freestyle{background: #E3F7FE;}

#graph ul.graph-item-container ul.items li.backstroke{background: #A9071E;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #AAD1D8;}
#graph ul.graph-item-container ul.items li.butterfly{background: #A0D36E;}
#graph ul.graph-item-container ul.items li.freestyle{background: #FACB47;}

#graph ul.graph-item-container ul.items li.backstroke{background: #3DBBED;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #D55391;}
#graph ul.graph-item-container ul.items li.butterfly{background: #FFDF00;}
#graph ul.graph-item-container ul.items li.freestyle{background: #E82B27;}

#graph ul.graph-item-container ul.items li.backstroke{background: #EA1D24;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #006FB7;}
#graph ul.graph-item-container ul.items li.butterfly{background: #F0BD16;}
#graph ul.graph-item-container ul.items li.freestyle{background: #8BC9C6;}

#graph ul.graph-item-container ul.items li.backstroke{background: #333333;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #ED3429;}
#graph ul.graph-item-container ul.items li.butterfly{background: #00BA95;}
#graph ul.graph-item-container ul.items li.freestyle{background: #008FD9;}

#graph ul.graph-item-container ul.items li.backstroke{background: #008DAE;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #BC1A8C;}
#graph ul.graph-item-container ul.items li.butterfly{background: #8BC53F;}
#graph ul.graph-item-container ul.items li.freestyle{background: #F7931D;}

#graph ul.graph-item-container ul.items li.backstroke{background: #00dfd6;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #e8006e;}
#graph ul.graph-item-container ul.items li.butterfly{background: #f3ce19;}
#graph ul.graph-item-container ul.items li.freestyle{background: #ee8703;}

#graph ul.graph-item-container ul.items li.backstroke{background: #B3D334;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #00ABF0;}
#graph ul.graph-item-container ul.items li.butterfly{background: #EF1C25;}
#graph ul.graph-item-container ul.items li.freestyle{background: #87318C;}

#graph ul.graph-item-container ul.items li.backstroke{background: #4497e1;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #de5454;}
#graph ul.graph-item-container ul.items li.butterfly{background: #8fc83c;}
#graph ul.graph-item-container ul.items li.freestyle{background: #b550b1;}
*/

#graph ul.graph-item-container ul.items li.backstroke{background: #1f8ef0;}
#graph ul.graph-item-container ul.items li.breaststroke{background: #95de2b;}
#graph ul.graph-item-container ul.items li.butterfly{background: #eb3d3d;}
#graph ul.graph-item-container ul.items li.drill{background: #c43dbf;}
#graph ul.graph-item-container ul.items li.freestyle{background: #c43dbf;}
#graph ul.graph-item-container ul.items li.mixed{background: #c43dbf;}
#graph ul.graph-item-container ul.items li.unknown{background: #c43dbf;}

#graph ul.graph-item-container ul.items li.even{background: #38cd59;}
#graph ul.graph-item-container ul.items li.odd{background: #66cbff;}

.graph-nav {
    display: block;    
	margin-top:3px;
    /*
    top:12px;
    left:3px;*/
}

a#move-start {
    display: block;
    margin-right:10px;
    float:left; 
    line-height:36px;
    color:#1f1f1f;
    text-shadow: 0 1px 2px #999;
    font-family: lucida grande;
    text-decoration: none;
    display: none; /*enable to have a back to start link*/
}
a#move-start:hover {
    color:#000;
    text-shadow: 0 1px 2px #fd7f04;
    text-decoration: underline;
}
a#move-forward {
    display: block;
    width:17px;
    height:127px;
    background: url('images/graph-nav-sprite-new.png') no-repeat right 0;
    position: absolute;
    right:0;
    top:8px;
}
a#move-forward:hover {
    background-position: -72px 0;
}
a#move-back {
    display: block;     
    width:17px;
    height:127px;
    background: url('images/graph-nav-sprite-new.png') no-repeat -99px 0;
    position: absolute;
    left:1px;
    top:8px;    
}
a#move-back:hover {
    background-position: -49px 0;
}

a#move-back.active {
    background-position: left 0;
}
a#move-forward.active {
    background-position: -23px 0;
}

.detailsBox.swim-graph {
    /*padding-bottom:40px;*/
}

.hidetext{text-indent:-9999px;}

/* End Swim Graph */

/* @end */

