@charset "UTF-8";

#activitySummaryDataComponent {
	position: relative;
	left: 0;
	top: 0;
	width: 350px;
	height: 420px;
	background-image: url(images/summary-box-bg.png);
}

#summaryTitle {
	position: relative;
	top: 0;
	left: 20px;
	width: 310px;
	color: #129dd7;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 0 7px;
}

.summaryLabel {
	font: 12px 'lucida grande', arial, tahoma, verdana, sans-serif; 
	padding: 15px 10px 0 45px;	
	background: url(images/icons.gif) no-repeat 0 0;
	line-height: 16px;
}

.summaryField {
	font: 12px 'lucida grande', arial, tahoma, verdana, sans-serif; 
	padding-top: 15px;
}

span.triangleIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/icons.gif) no-repeat 3px -900px;
	*background: url(images/icons.gif) no-repeat 3px -903px;
}

/* @group Icons For Summary Box */

#summaryActivityType 	{ background-position: 20px 15px; }
#summaryEventType 		{ background-position: 20px -35px; }
#summaryTotalTime 		{ background-position: 20px -85px; }
#summaryDistance 		{ background-position: 20px -135px; }
#summaryElevationGain { background-position: 20px -185px; }
#summaryCalories 		{ background-position: 20px -235px;}
#summaryAirTemperature     { background-position: 20px -1239px;}

/* @end */

#quickEdit {
	position: absolute;
	top: 15px;
	right: 75px;
	width: 16px;
	height: 16px;
	background: url(images/icons.gif) no-repeat 1px -1151px;
	cursor: pointer;
}

#saveEdit {
	position: absolute;
	width: 90px;
	height: 30px;
	bottom: 100px;
	left: 50%;
	margin-left: -45px;
	background: url(images/button-bg.png) no-repeat 0 0;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #333333;
	text-shadow: #fff 0 1px 0;
	z-index: 55;
}
