﻿@charset "UTF-8";

.detailedDataSection {
    display: none;
}

#activityDetailedDataComponent {
	position: relative;
	left: 0;
	top: 0;
	width: 950px;
	height: 330px;
/*	background-image: url(images/charts-bg.png); */
}

#chartPanel {
    height: 275px;
}

#activityChartComponent {
	margin: -20px 0 0;
}

#chartContainer {
    height: 270px;
    width: 585px;
}

/* @group Frame */

.detailsFrameBottom {
	background: url(images/frame-bg-bottom.png) no-repeat left bottom;
}

.detailsFrameTop {
	width: 950px;
	height: 330px;
	background: url(images/frame-bg-top.png) no-repeat left top;
}

.detailsFrameMiddle {
	position: relative;
	background: url(images/frame-bg-middle.png) repeat-y left 60px;
}

/* @end */

/* @group Tabs */

.detailsTabWrapper {
	position: relative;
	width: 870px;
	padding: 10px 40px 0;
}

.detailsTab span{
	cursor: pointer;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	height: 42px;
	white-space: nowrap;
	background: url(images/tabs-right.png) no-repeat right -120px;
	text-align: center;
	padding: 0;
}

.detailsTab {
	position: relative;
	height: 42px;
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 0 0 0px;
	background: url(images/tabs-left.png) no-repeat left -120px;
}

.detailsTab.detailsTabSelected, .detailsTab.detailsTabSelected:hover{
	background-position: left 0;
	cursor: default;
}

.detailsTab.detailsTabSelected span, .detailsTab.detailsTabSelected span:hover {
	background-position: right 0;
	cursor: default;
}

.detailsTab:hover {
	background-position: left -60px;
}

.detailsTab span:hover {
	background-position: right -60px;
}

.detailsTab.detailsTabSelected a {
	cursor: default;
	color: #000;
	background: url(images/icons.gif) no-repeat;
}

* html .detailsTabSelected a {
	cursor: default;
	color: #000;
	background: url(images/icons.gif) no-repeat;
}
	
.detailsTab a:hover {
	color: #000;
	background: url(images/icons.gif) no-repeat;
}

.detailsTab a {
	display: -moz-inline-box;
	display: inline-block;
	background: url(images/icons-disabled.gif) no-repeat;
	color: #909191;
	text-decoration: none;
	margin-top: 0;
	padding: 12px 20px 14px 42px;
}

#tabTiming a    { background-position: 20px -86px; }
#tabElevation a { background-position: 20px -186px; }
#tabHeartRate a { background-position: 20px -286px; }
#tabPower a    { background-position: 20px -336px; }
#tabCadence a  { background-position: 20px -386px; }
#tabLaps a  { background-position: 20px -436px; }
#tabAirTemperature a  { background-position: 20px -1241px; } 

/* @end */


#chartContent {
	position: absolute;
	width: 900px;
	height: 240px;
	top: 65px;
	left: 25px;
}

.chartContentTitle {
	width: 300px;
	color: #129dd7;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 8px;
	text-align:left;
}

.chartContentData div {
	position: relative;
	height: 27px;
	width: 300px;
	left: 0;
	font-size: 12px;
}

.chartContentData span {
	position: absolute;
	top: 12px;
}

.chartContentData span.label {
	left: 0px
}


.chartContentData span.field {
	left: 200px;
}

.chartGraph {
	position: absolute;
	width: 580px;
	height: 250px;
	left: 330px;
	top: 0;
}


/* @group Laps - Vertical */

#lapTablesContainer {
    text-align: center;
}

.lapEvenRow {
    background-color: #f3f3f3;
}

.lapsHeadersTable {
	color: #129dd7;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	display: inline-table;
}

.lapsHeadersTable td {
	text-align: center;
}

.lapsContentTable {
	font-size: 12px;
	line-height: 24px;
	display: inline-table;
}

.lapsContentTable td {
	text-align: center;
}

#lapsContentContainer {
	overflow: auto;
	height: 215px;
}

.lapsMoved {
	position: relative;
	width: 850px;
	height: 240px;
	background: url(images/laps-moved.png) no-repeat 0 0;
	left: 50px; 
	cursor: pointer;
}
	
/* @end */
