/* Activity Page */

.runkeeper .activity #activityHistoryMenu {
	width: 230px;
}

.runkeeper .activity #activityViewToggle {
	float: right;
}

.runkeeper .activity #monthAccordion.accordion {
	position: relative;
	width: 230px;
	height: 27px;
	margin: 7px auto;
}

.runkeeper .activity #monthAccordion.accordion.open {
	margin: 7px auto 3px auto;
}

.runkeeper .activity #activityHistoryMenu .divider {
	width: 228px;
	border-bottom: 1px solid #EEE;
	font-size: 0.1em;
	height: 1px;
}

.runkeeper .menuItem,
.runkeeper .menuItem.selected:hover,
.runkeeper .menuItem.selected:active {
	overflow: visible;
	width: 228px;
	height: 28px;
	margin: 3px auto;
	position: relative;
}

.runkeeper .menuItem:hover {
	background: #EEE;
	cursor: pointer;
}

.runkeeper .menuItem:active {
	background: #CCC;
}

.runkeeper .menuItem .highlight {
	background: url(../images/menuHighlight.png) no-repeat 0 0;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 0;
	width: 240px;
	height: 28px;
}

.runkeeper .menuItem.selected .highlight {
	visibility: visible;
}

.runkeeper .menuItem .distanceUnit {
	float: right;
	font-size: 11px;
	color: #666;
	position: relative;
	top: 9px;
	right: 2px;
}

.runkeeper .menuItem.selected .distanceUnit {
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
}

.runkeeper .menuItem .distance {
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin: 0 4px;
	color: #000;
	position: relative;
	top: 6px;
}

.runkeeper .menuItem.selected .distance {
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
}

.runkeeper .menuItem .day {
	float: left;
	position: relative;
	width: 24px;
	height: 26px;
}

.runkeeper .menuItem .mainText {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	position: relative;
	top: 7px;
	margin: 0 5px;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
}

.runkeeper .menuItem.selected .mainText {
	color: #FFF;
	text-shadow: 0 -1px 0 #333;
}

.runkeeper #activityDetails {
	position: relative;
}

.runkeeper #activityTitleBar {
	width: 720px;
	height: 20px;
	margin: 0 0 7px 0;
	position: relative;
}

.runkeeper #activityActions {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #2A5DB0;
	position: relative;
	top: 4px;
	right: 5px;
}

.runkeeper #activityDateType {
	float: left;
	position: relative;
	left: 2px;
	width: 490px;
}

.runkeeper #activityActions .icon {
	margin-right: 6px;
}

.runkeeper .activityActionItem {
	float: right;
	padding: 0 0 0 15px;
	font-size: 12px;
}

.runkeeper .activityActionItem:hover {
	color: #2F8CCC;
	cursor: pointer;
}

.runkeeper #activityEdit,
.runkeeper #editRace {
	background: url(../images/icon-edit.png) no-repeat 0 1px;
}

.runkeeper #activityEdit:hover,
.runkeeper #editRace:hover {
	background: url(../images/icon-edit.png) no-repeat 0 -38px;
}

.runkeeper #activityDelete,
.runkeeper #deleteRoute,
.runkeeper #deleteRace {
	background: url(../images/icon-delete.png) no-repeat 0 1px;
}

.runkeeper #activityDelete:hover,
.runkeeper #deleteRoute:hover,
.runkeeper #deleteRace:hover {
	background: url(../images/icon-delete.png) no-repeat 0 -38px;
}

.runkeeper .activity #activityIcon,
.runkeeper #equipmentIcon {
	float: left;
	margin: 0 6px 0 0;
}

.runkeeper .activity #activityTypeText,
.runkeeper #equipmentTypeText {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	float: left;
}

.runkeeper .activity #activityDateType .dividerWhite {
	position: relative;
	top: 3px;
}

.runkeeper .activity #activityDateText {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	float: left;
	position: relative;
	top: 3px;
}

.runkeeper .activity #activityDateText .secondary {
	font-size: 11px;
	font-weight: normal;
}

.runkeeper #activityStats {
	background: url(../images/stats-bg.png) no-repeat 0 0;
	width: 720px;
	height: 64px;
	display: table;
	padding: 0;
	margin: 0;
	position: relative;
}

.runkeeper #activityStatsReflection {
	background: url(../images/stats-reflection.png) no-repeat 0 0;
	position: absolute;
	width: 720px;
	height: 64px;
	z-index: 10;
}

.runkeeper .activityStatsItem {
	display: block;
	float: left;
	vertical-align: middle;
	height: 54px;
	border: none;
	text-align: center;
	padding: 5px 15px;
	color: #FFF;
}

.runkeeper .activityStatsItem#statsDistance {
	width: 80px;
}

.runkeeper .activityStatsItem#statsDuration {
	width: 122px;
}

.runkeeper .activityStatsItem#statsPace {
	width: 80px;
}

.runkeeper .activityStatsItem#statsSpeed {
	width: 86px;
}

.runkeeper .activityStatsItem#statsCalories {
	width: 103px;
}

.runkeeper .activityStatsItem#statsElevation {
	width: 63px;
}

.runkeeper .activityStatsItem#statsHeartRate {
	display: none;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsDistance {
	width: 63px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsDuration {
	width: 104px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsPace {
	width: 63px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsSpeed {
	width: 69px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsCalories {
	width: 85px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsElevation {
	width: 45px;
}

.runkeeper #activityStats.heartRate .activityStatsItem#statsHeartRate {
	width: 75px;
	display: block;
}

.runkeeper .activityStatsDivider {
	background: url(../images/stats-divider.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 64px;
	width: 1px;
}

.runkeeper #activityStats .activityStatsDivider.heartRate {
	display: none;
}

.runkeeper #activityStats.heartRate .activityStatsDivider.heartRate {
	display: block;
}

.runkeeper .activityStatsItem .labelText {
	font-weight: normal;
	font-size: 10px;
	text-shadow: 1px 1px 2px #333;
}

.runkeeper .activityStatsItem .mainText {
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0.1em 0.1em 0.2em #333;
	margin: 3px 0;
}

.runkeeper .activityStatsItem .unitText {
	font-weight: normal;
	font-size: 10px;
	text-shadow: 1px 1px 2px #333;
}

/* activityMedia */

.runkeeper .activity #activityMedia {
	display: none;
	width: 700px;
	height: 68px;
	position: absolute;
	left: 10px;
	bottom: -49px;
	opacity: 0.0;
	z-index: 5;
}

.runkeeper .activity #activityMedia .blackBox {
	width: 700px;
	height: 70px;
}

.runkeeper .activity #activityMedia .blackBox-content {
	width: 700px;
	height: 50px;
}

.runkeeper .activity #activityMedia .blackBox-t {
	width: 680px;
}

.runkeeper .activity #activityMedia .blackBox-b {
	width: 680px;
}

/* splits */

.runkeeper .activity #splits {
   width: 270px;
	min-height: 40px;
	position: relative;
	float: left;
}

.runkeeper .activity .nosplits #splits {
	width: 300px;
}

.runkeeper .activity .mainContentLeft h3 {
	width: 268px;
	border-bottom: none;
	margin-bottom: 2px;
}

.runkeeper .activity .mainContentLeft h3 span {
	width: inherit;
}

.runkeeper .activity #splitsViewToggle {
	float: right;
}

.runkeeper .activity #splitsViewToggle span.toggleTextMain {
	top: -2px;
	background: none;
}

.runkeeper .activity #trainingMeta {
   margin-bottom: 10px;
}

.runkeeper .activity .nosplits #trainingMeta {
   margin: 0;
}

.runkeeper .activity .noFitnessClass #trainingMeta {
	display: none;
}

.runkeeper .activity #trainingMeta a {
	text-decoration: none;
}

.runkeeper .activity #trainingWorkoutTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.runkeeper .activity #trainingWorkoutTitle .details {
	font-size: 12px;
	font-weight: normal;
}

.runkeeper .activity #trainingProgramTitle {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 3px 0;
}

.runkeeper .activity .noFitnessClass #trainingProgramTitle {
	margin: 3px 0 8px 0;
}

.runkeeper .activity #trainingProgramTitle a {
	font-weight: normal;
}

.runkeeper .activity #trainingException {
	font-size: 11px;
	font-style: italic;
	color: #999;
	margin: 0 0 8px 0;
}

.runkeeper .activity #splitsTableBox .tableHeader {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #999;
	padding: 5px 2px;
	text-align: center;
}

.runkeeper .activity #splitsTableBox .tableHeader .details {
	font-size: 10px;
	font-weight: normal;
	color: #DDD;
}

.runkeeper .activity #splitsTableBox tr.even {
	background: #D5D5D5;
}

.runkeeper .activity #splitsTableBox td {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 5px 2px;
}

.runkeeper .activity #splitsTableBox td:first-child {
	text-align: left;
	width: 100px;
	padding-left: 5px;
}

.runkeeper .activity #splitsTableBox td .details {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

/* meta */

.runkeeper .activity .mainContentRight h3 {
	border-bottom: none;
	margin-bottom: 5px;
}

.runkeeper .activity #notes {
	color: #555;
	line-height: 130%;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
}

.runkeeper .activity .formBox #notes {
	margin-bottom: 25px;
}

.runkeeper .activity #notes p {
	font-size: 17px;
	line-height: 120%;
}

.runkeeper .activity .mainContentRight h3#notesHeader {
	padding-bottom: 0;
}

.runkeeper .activity .mainContentRight .title {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	float: left;
	margin-right: 8px;
	width: 40px;
}

.runkeeper .activity #activityTagsBox {
	margin: 10px 0 0 0;
}

.runkeeper .activity #activityViewsBox {
	margin: 10px 15px 10px 0;
	clear: both;
	width: 130px;
	float: left;
}

.runkeeper .activity #activityViews {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.runkeeper .activity #activityViewsBox .title {
	width: 80px;
}

.runkeeper .activity #activityLiveViewsBox {
	margin: 10px 0;
	width: 140px;
	float: left;
}

.runkeeper .activity #activityLiveViewsBox .title {
	width: 70px;
	color: #F00;
}

.runkeeper .activity #activityLiveViews {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.runkeeper .activity #activityShareBox {
	margin: 0 0 30px 0;
	clear: both;
}

.runkeeper .activity #activityShareBox #shareActions input {
	position: relative;
	top: -2px;
	float: left;
	margin: 0 8px 0 0;
	width: 149px;
}

.runkeeper .activity #shareActions {
	float: left;
	width: 380px;
}

.runkeeper .activity #shareAdvancedLink {
	float: right;
}

.runkeeper .activity #shareAdvancedLink a {
	text-decoration: none;
}

.runkeeper .activity #shareButton {
	display: block;
	float: left;
	position: relative;
	top: -3px;
	width: 40px;
	height: 20px;
	background: url(../images/post-more.png) no-repeat 0 0;
	text-decoration: none;
	margin: 0 3px;
}

.runkeeper .activity #shareButton:hover {
	background-position: 0px -20px;
	text-decoration: none;
}

.runkeeper .activity #shareButton:active {
	background-position: 0px -40px;
	text-decoration: none;
}

.runkeeper .activity #tweetButton {
	display: block;
	float: left;
	position: relative;
	top: -3px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-twitter-20.png) no-repeat 0 0;
	text-decoration: none;
	margin: 0 3px;
}

.runkeeper .activity #tweetButton:hover {
	background: url(../images/icon-twitter-20.png) no-repeat 0 -20px;
}

.runkeeper .activity #tweetButton:active {
	background: url(../images/icon-twitter-20.png) no-repeat 0 -40px;
}

.runkeeper .activity #fbfeedButton {
	display: block;
	float: left;
	position: relative;
	top: -3px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-facebook-20.png) no-repeat 0 0;
	text-decoration: none;
	margin: 0 3px;
}

.runkeeper .activity #fbfeedButton:hover {
	background: url(../images/icon-facebook-20.png) no-repeat 0 -20px;
}

.runkeeper .activity #fbfeedButton:active {
	background: url(../images/icon-facebook-20.png) no-repeat 0 -40px;
}

.runkeeper .activity #advancedOptions {
	width: 380px;
	margin: 10px 0 0 48px;
	display: none;
}

.runkeeper .activity #advancedOptions .title {
	font-weight: normal;
}

.runkeeper .activity #exportActivityBox {
	float: left;
	width: 175px;
}

.runkeeper .activity #embedActivityBox {
	float: left;
	width: 205px;
}

.runkeeper .activity #activityShareBox #embedActivityBox input {
	position: relative;
	top: -3px;
	float: left;
	margin: 0;
}

.runkeeper .activity .mainContentRight h2 {
   font-size: 18px;
}

.runkeeper .activity .mainContentRight h2.commentsHeader {
   margin-top: 0;
   background: #DDD;
   padding: 8px 10px;
   font-size: 14px;
}

.runkeeper .activity .comments {
   position: relative;
   width: 430px;
   margin: 0;
}

.runkeeper .activity .nosplits .comments {
	width: 390px;
}

.runkeeper .activity .comments .threadContainer {
   background: #EEE;
	margin: 0 0 5px 0;
	width: 430px;
	position: relative;
}

.runkeeper .activity .nosplits .comments .threadContainer,
.runkeeper .activity .home .comments .threadContainer,
.runkeeper .activity .profile .comments .threadContainer,
.runkeeper .activity .fitnessClass .comments .threadContainer,
.runkeeper .activity .race .comments .threadContainer {
	width: 390px;
}

.runkeeper .activity .commentsResponseBox {
	margin: 0 0 5px 0;
	width: 414px;
	padding: 8px;
	background: #EEE;
	position: relative;
}

.runkeeper .activity .nosplits .commentsResponseBox,
.runkeeper .activity .home .commentsResponseBox,
.runkeeper .activity .profile .commentsResponseBox,
.runkeeper .activity .fitnessClass .commentsResponseBox,
.runkeeper .activity .race .commentsResponseBox  {
	width: 374px;
}

.runkeeper .activity .comments .responseContainer .icon-elite.small {
	left: 35px;
	bottom: 26px;
}

.runkeeper .activity .commentsContainer .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}

.runkeeper .activity .comment .body {
	float: left;
	width: 340px;
	position: relative;
}

.runkeeper .activity .comment .delete {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	float: right;
	padding: 1px 0 0 15px;
	position: absolute;
	top: 1px;
	right: 1px;
	display: none;
	background: url(../images/icon-delete-grey.png) no-repeat 0 1px;
}

.runkeeper .activity .commentsContainer:hover .delete {
	display: block;
}

.runkeeper .activity .delete:hover {
	color: #777;
	cursor: pointer;
	background: url(../images/icon-delete-grey.png) no-repeat 0 -38px;
}

.runkeeper .activity .commentsUsername {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin: 0 0 5px 0;
}

.runkeeper .activity .commentsUsername a {
	text-decoration: none;
}

.runkeeper .activity .text {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
	line-height: 120%;
	word-wrap: break-word;
}

.runkeeper .activity .postDate {
	color: #999;
	font-size: 11px;
}

.runkeeper .activity .commentsDiv .border {
	height: 5px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	clear: both;
}

.runkeeper .activity .commentsDiv div.visible:first-child .border {
   display: none;
}

.runkeeper .activity .responseFormContainer {
	padding: 5px;
}

.runkeeper .activity .responseContainer .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 5px;
}

.runkeeper .activity .mainContentRight .response {
	color: #111; 
	font-size: 12px;
	float: right;
	width: 360px;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.runkeeper .activity .mainContentRight.nosplits .response {
	width: 321px;
}

.runkeeper .activity .comments .arrow {
	top: -40px;
	height: 10px;
	width: 20px;
	background: url(../images/commentsArrow.png) no-repeat top center;
}

.runkeeper .activity #splitsHelpOverlay .mainText {
   color: #666;
}

.runkeeper .activity .activityActionItem .icon {
   width: 14px;
   height: 16px;
   position: relative;
   top: -2px;
   float: left;
   margin: 0 0 0 6px;
}

.runkeeper .activity #activityActions .activityActionItem .mainText {
   color: #666;
   font-weight: bold;
   cursor: default;
   float: left;
}

.runkeeper .activity #activityActions .activityActionItem:hover .mainText {
   color: #666;
   font-weight: bold;
   cursor: default;
   float: left;
}

.runkeeper .activity .activityActionItem .icon.private {
   background: url(../images/icon-lock.png) no-repeat 0 0;
}

.runkeeper .activity .activityActionItem .icon.streetteam {
   background: url(../images/icon-streetteam-xsmall.png) no-repeat 0 0;
   width: 20px;
   height: 20px;
   top: -4px;
}

.runkeeper .activity #activityChartContainer {
   width: 720px;
   height: 150px;
   margin: 0 auto 40px auto;
}

.runkeeper .activity #gymEquipment {
   margin: 0 5px;
   float: left;
}

.runkeeper .activity #noActivityMap {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   color: #333;
   width: 720px;
   height: 150px;
   background: url(../images/nomap-bg.png) no-repeat 0 0;
   border-bottom: 1px solid #EEE;
   position: relative;
   margin: 15px auto 35px auto;
}

.runkeeper .activity #noActivityMap .text {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   color: #333;
   width: 720px;
   height: 150px;
   position: relative;
   margin: 15px auto 35px auto;
}

.runkeeper .activity #noActivityMap .content {
   position: relative;
   top: 60px;
   width: 720px;
}

.runkeeper .activity #noActivityMap .content div.mainText {
   text-align: left;
   float: center;
   width: 480px;
   margin: 0 auto;
   position: relative;
   left: 65px;
}

.runkeeper .activity #noActivityMap .content div.mainText span.gradient {
   position: absolute;
   width: 100%;
   height: 20px;
   background: url(../images/hGradient-medium-nomap.png) repeat-x 0 0;
   top: 0;
   left: 0;
}

.runkeeper .activity #noActivityMap .content div.icon {
   position: absolute;
   top: -20px;
   left: 116px;
   z-index: 50;
   width: 60px;
   height: 60px;
}

.runkeeper .activity #noActivityMap .content div.icon.treadmill {
   background: url(../images/createIcon-treadmill.png) no-repeat 0 0;
}

.runkeeper .activity #noActivityMap .content div.icon.ellipticalmachine {
   background: url(../images/createIcon-ellipticalmachine.png) no-repeat 0 0;
}

.runkeeper .activity #noActivityMap .content div.icon.stationarybike {
   background: url(../images/createIcon-stationarybike.png) no-repeat 0 0;
}

.runkeeper .activity #noActivityMap .content div.icon.rowingmachine {
   background: url(../images/createIcon-rowingmachine.png) no-repeat 0 0;
}

.runkeeper .activity .nosplits #notesContainer {
   float: left;
   width: 300px;
   margin: 0 20px 0 0;
}

.runkeeper .activity .nosplits.noFitnessClass #activityShareBox {
   position: relative;
   top: 0;
}

.runkeeper .activity .nosplits #activityShareBox {
   float: left;
   width: 300px;
   margin: 0 20px 0 0;
   position: relative;
   top: 83px;
}

.runkeeper .activity .nosplits #activityShareBox #shareBox {
   width: 220px;
}

.runkeeper .activity .nosplits #activityShareBox #shareActions {
   width: 250px;
}

.runkeeper .activity .nosplits #shareAdvancedLink {
   display: none;
}

.runkeeper .activity .nosplits #activityShareBox #shareUrlField {
   width: 140px;
}

.runkeeper .activity .nosplits #shareButton {
   margin-right: 0;
}

.runkeeper .activity .nosplits .commentsOuterContainer {
   position: absolute;
   right: 0;
   width: 390px;
   top: -2px;
}

.runkeeper .activity .nosplits.mainContentRight h2.commentsHeader {
   margin-top: 0;
   background: #DDD;
   padding: 8px 10px;
}

.runkeeper .activity .nosplits #advancedOptions {
	display: block;
}

.runkeeper .activity .nosplits #exportActivityBox {
	float: left;
	width: 175px;
	margin-bottom: 16px;
	font-size: 12px;
}

.runkeeper .activity .nosplits #embedActivityBox {
	float: left;
	width: 205px;
	clear: left;
}

.runkeeper .activity #rkliveStatusBar {
   width: 720px;
   height: 37px;
   position: relative;
   background: url(../images/rklive-statusBar.png) no-repeat 0 0;
   margin: 10px auto;
}

.runkeeper .activity #rkliveStatusBar:hover {
   background: url(../images/rklive-statusBar.png) no-repeat 0 -37px;
   cursor: pointer;
}

.runkeeper .activity #rkliveStatusBar:active {
   background: url(../images/rklive-statusBar.png) no-repeat 0 -74px;
}

.runkeeper #rkliveStatusBar .rkLiveLight {
   width: 43px;
   height: 43px;
   position: absolute;
   top: -3px;
   left: -3px;
}

.runkeeper #rkliveStatusBar .rkLiveLight img {
   display: none;
}

.runkeeper .rkLiveLightMenu {
   display: block;
   width: 27px;
   height: 27px;
   float: left;
   position: relative;
   top: 1px;
}

.runkeeper .feedItem .subText .rkLiveLightMenu {
   top: -3px;
   left: -5px;
   margin-right: -3px;
}

.runkeeper #homeNavMain .rkLiveLightMenu {
   margin: 0 -2px 0 -4px;
}

.runkeeper .teammateUsername .rkLiveLightMenu {
   position: absolute;
   right: 0;
   top: 50%;
   margin-top: -12px;
}

.runkeeper .activity .teammateUsername .usernameLinkLive {
   width: 90px;
   top: 0;
}

.runkeeper .username .rkLiveLightMenu {
   top: -5px;
   left: -7px;
   margin-bottom: -6px;
}

.runkeeper .profile .username .rkLiveLightMenu {
   float: right;
   left: 2px;
}

.runkeeper .rkLiveLightMenu img {
   display: none;
}

.runkeeper .activity #rkliveStatusBar .subText {
   font-size: 14px;
   color: #FFF;
   text-shadow: #000 1px 1px 1px;
   float: right;
   font-weight: bold;
   position: relative;
   top: 11px;
   right: 30px;
}

.runkeeper .activity #rkliveStatusBar .mainText {
   font-size: 14px;
   color: #FFF;
   text-shadow: #000 1px 1px 1px;
   float: left;
   position: relative;
   top: 10px; 
   left: 40px;
}

.runkeeper #rkliveStatusBar .rkLiveLogo {
   float: left;
   position: relative;
   top: 10px;
   left: 45px;
}

.runkeeper .activity #mapPrivate .icon.private {
   background: url(../images/icon-lock.png) no-repeat 0 0;
}

.runkeeper .activity #mapPrivate .icon.streetteam {
   background: url(../images/icon-streetteam-xsmall.png) no-repeat 0 0;
   width: 20px;
   height: 20px;
   top: -4px;
}

.runkeeper .activity #mapPrivate {
   float: right;
	background: url(../images/mapControls-grey.png) repeat-x 0 0;
	height: 35px;
	padding: 10px 10px 0 10px;
}

.runkeeper .activity #mapPrivate .mainText {
   color: #666;
   font-weight: bold;
   cursor: default;
   float: left;
}

.runkeeper .activity #mapPrivate .icon {
   float: left;
   width: 14px;
   height: 16px;
   position: relative;
   top: -2px;
   margin: 0 0 0 6px;
}

.runkeeper .activity .mainContentLeft .activityPostNewActivity {
   float: none;
   width: 240px;
   margin: 20px auto 60px;
}

.runkeeper .activity #activitySignUp {
   float: none;
   width: 140px;
   margin: 40px auto;
}

.runkeeper .activity .mainContentLeft #activitySignUp {
   float: none;
   width: 140px;
   margin: 20px auto;
}

.runkeeper .activity .statusUpdatePopup {
   background: #666;
   padding: 3px;
}

.runkeeper .activity .statusUpdatePopupText {
   font-size: 11px;
   color: #EEE;
   line-height: 130%;
}

.runkeeper .activity .facebookLikeBox {
   margin: 10px 0;
   height: 20px;
   float: left;
}

/* ran with */

.runkeeper .activity .ranWithContainer {
   margin-bottom: 20px;
}

.runkeeper .activity .imageTagContainer {
   margin: 10px 0 0 0;
}

.runkeeper .activity .imageTag {
   width: 50px;
   height: 50px;
   float: left;
   margin: 0 4px 4px 0;
   position: relative;
}

.runkeeper .activity .imageTagAvatar {
   
}

.runkeeper .activity .imageTagRemove {
   position: absolute;
   top: 2px;
   right: 2px;
   color: #FFF;
   font-weight: bold;
   text-align: center;
   display: none;
   background: #000;
   padding: 0 1px 2px 1px;
   height: 12px;
   width: 12px;
   opacity: 0.0;
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.6);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.runkeeper .activity .imageTagRemove:hover {
   background: rgb(66, 66, 66);
   background: rgba(66, 66, 66, 0.6);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.runkeeper .activity .imageTagRemove a {
   color: #DDD;
}

.runkeeper .activity .imageTagRemove a:hover {
   color: #FFF;
}

.runkeeper #tagEditLightboxContents h1 {
	background: none;
	padding: 0;
}

.runkeeper #tagEditLightboxContents h2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.runkeeper div.selectableImageTagContainer {
   height: 150px;
   padding: 8px 9px 8px 8px;
   overflow: auto;
   margin-bottom: 15px;
   border: 1px solid #DDD;
   //width: 512px;
   position: relative;
}

.runkeeper .facepileLightbox div.selectableImageTagContainer {
   height: 300px;
}

.runkeeper .selectableImageTagContainer .imageTagOuterBox {
   float: left;
   margin-right: 5px;
   width: 66px;
   height: 128px;
   margin-bottom: 6px;
}

.runkeeper .selectableImageTagContainer .imageTagBox {
   padding: 8px;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
}

.runkeeper .selectableImageTagContainer .imageTagBox:hover {
   cursor: pointer;
}

.runkeeper .selectableImageTagContainer .imageTagBox.disabled {
   border: 3px solid grey;
}
.runkeeper .selectableImageTagContainer .imageTagBox.selected {
   display: block;
   background: #666;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1F82C5), to(#253A7B));
   background: -moz-linear-gradient(-90deg, #1F82C5, #253A7B);
}

.runkeeper .selectableImageTagContainer .imageTagBox .imageTagName {
   margin-top: 5px;
   font-size: 11px;
   word-wrap: break-word;
   line-height: 130%;
}

.runkeeper .selectableImageTagContainer .imageTagBox.selected .imageTagName {
   font-weight: bold;
   text-shadow: 1px 1px 0 #000;
   color: #FFF;
}

.runkeeper .selectableImageTagContainer .imageTagBox.disabled .imageTagName {
   margin-top: 5px;
}

.runkeeper .selectableEmailTagContainer {
   margin-bottom: 15px;
}

.runkeeper .activity #emailTagEntryError {
   color: red;
   margin: 10px 0 20px;
   background: #F9EAEB;
   border: 1px solid red;
   padding: 5px;
}

.runkeeper .emailTagEntryContainer {
   padding-bottom: 30px;
}

.runkeeper .emailTagEntryContainer .leftColumn,
.runkeeper .emailTagEntryContainer .rightColumn {
   float: left;
   width: 218px;
   padding-right: 10px;
   margin-bottom
}

.runkeeper .emailTagEntryContainer .label {
   text-align: center;
   font-weight: bold;
   color: #333;
   padding-bottom: 4px;
}

.runkeeper .emailTagEntryContainer input {
   width: 218px;
}

.runkeeper .activity #fancybox-inner p.note {
   float: left;
   width: 370px;
   color: #666;
}

.runkeeper .activity #fancybox-inner p.note span {
   font-weight: bold;
   color: #333;
}

.runkeeper .activity input.errorInputEntryHighlight {
   background-color: #F7EBEB;
}

.runkeeper .activity #emailTagContainer {
   display: block;
   margin-top: 10px;
}

.runkeeper .activity #ranWithDisplayWidget .label,
.runkeeper #tagEditLightboxContents .label {
   margin: 10px 0 5px;
   color: #666;
   font-size: 11px;
   font-weight: bold;
}

.runkeeper .activity #noTagsText {
   color: #666;
   font-style: italic;
   margin: 10px 0;
}

.runkeeper .activity #imageTagContainer .imageTag .imageTagAvatar .avatarContainer {
   width: 50px;
   height: 50px;
}

.runkeeper .activity #emailTagErrorList {
   list-style: disc;
}

.runkeeper .activity #emailTagErrorList li {
   margin: 5px 0 5px 20px;
}

.runkeeper .activity .editActivityTagsLink {
   margin-top: 15px;
   display: block;
}

.runkeeper .activity #fancybox-inner p.noStreetTeammatesContainer {
   color: #666;
   text-align: center;
   height: 36px;
   position: absolute;
   top: 50%;
   width: 500px;
   margin: -18px auto 0 auto;
   font-size: 14px;
   font-style: italic;
}

/* filter friends */

.runkeeper div#filterFriends, .runkeeper div.filterFriends {
	border: 1px solid #DDD;
	border-bottom: 0;
	padding: 10px 5px;
	display: block;
}

.runkeeper div#filterFriends .filterFriendsInputWrapper, .runkeeper div.filterFriends .filterFriendsInputWrapper {
	border: 1px solid #DDD;
	padding: 2px 5px;
	display: inline;
}

.runkeeper div#filterFriends .filterFriendsInputWrapper input, .runkeeper div.filterFriends .filterFriendsInputWrapper input {
	border: 0;
	width: 448px;
}

.runkeeper div#filterFriends .filterFriendsInputWrapper input, .runkeeper div.filterFriends .filterFriendsInputWrapper input:focus
{
   outline: none;
}

.runkeeper div#filterFriends .filterFriendsInputWrapper a.clearInput, .runkeeper div.filterFriends .filterFriendsInputWrapper a.clearFilterFriendInput {
	color: #CCC;
	cursor: pointer;
}
.runkeeper div#filterFriends .filterFriendsInputWrapper a.clearInput:hover, .runkeeper div.filterFriends .filterFriendsInputWrapper a.clearFilterFriendInput:hover {
	color: #999;
}

.runkeeper div#tagEditLightboxContents, .runkeeper div.facepileLightbox {
	width: 535px;
}

.runkeeper .activity textarea#facebookInvitePersonalMessage {
	width: 100%;
	height: 35px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

/* Strength Training */

.runkeeper .activity .corkboard {
   background: url(../images/corkboard-bg.jpg) repeat 0 0;
   box-shadow: 0 0 10px #212121 inset;
   -moz-box-shadow: 0 0 10px #212121 inset;
   -webkit-box-shadow: 0 0 10px #212121 inset;
}

.runkeeper .activity .strength .corkboard {
   width: 720px;
   margin-bottom: 30px;
}

.runkeeper .activity .paperContainer .paperContent .exerciseContainer {
   z-index: 3;
   position: relative;
   top:-140px;
   width: 600px;
   margin: 0 auto;
}

.runkeeper .activity .paperContainer .pushpin {
   background: url(../images/pushpin.png) no-repeat 0 0;
   width: 30px;
   height: 30px;
   position: absolute;
   top: 52px;
   left: 343px;
}

.runkeeper .activity .strengthTraining.menuItem .mainText {
	width: 140px;
}

.runkeeper .activity .exercise {
    width: 580px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #111;
}

.runkeeper .activity .exercise.header {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.runkeeper .activity .divider.pencil {
    width: 602px;
    margin: 10px auto;
    background: url(../images/divider-pencil.png) no-repeat 0 0;
    height: 2px;
}

.runkeeper .activity .exercise .typesAndGroups {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.runkeeper .activity .exercise .typesAndGroups .primaryType {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.runkeeper .activity .exercise .typesAndGroups .secondaryType {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-top: 4px;
}

.runkeeper .activity .exercise .typesAndGroups .muscleGroups {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    font-weight: bold;
}

.runkeeper .activity .exercise .sets {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.runkeeper .activity .exercise .sets .setsContainer {
    width: 219px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.runkeeper .activity .exercise .sets .setsRow {
   border-left: 1px solid #CCC;
}

.runkeeper .activity .exercise .sets .setsRow.header {
   background: #666;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#444444));
   background: -moz-linear-gradient(-90deg, #999999, #444444);
   color: #FFF;
   font-weight: bold;
   text-shadow: 0 -1px 0 #000;
}

.runkeeper .activity .exercise .sets .setsRow.header .setsCell {
    padding: 3px 10px 5px;
    text-align: center;
    font-size: 13px;
}

.runkeeper .activity .exercise .sets .setsCell {
    border-top: 1px solid #CCC;
    float: left;
    padding: 10px;
}

.runkeeper .activity .exercise .sets .setsCell.set {
    width: 25px;
    border-left: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.runkeeper .activity .exercise .sets .setsCell.details {
    width: 152px;
    border-left: 1px solid #CCC;
}

.runkeeper .activity .exercise .sets .setsCell.details .setDetails {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.runkeeper .activity .exercise .sets .setsCell.details .notes {
    font-weight: normal;
    color: #333;
    font-size: 12px;
    line-height: 130%;
    margin-top: 3px;
}

.runkeeper .activity .exercise > .notes {
    float: left;
    width: 180px;
    line-height: 130%;
    font-size: 12px;
}

.runkeeper .activity .exercise > .notes span.italic {
    color: #666;
}

.runkeeper .activity .strength .nosplits #activityShareBox {
   top: 0;
}

.runkeeper .activity .mainContentRight #appShareBox {
   float: left;
   width: 300px;
   margin: 0 20px 0 0;
}

.runkeeper .activity .mainContentRight #appShareBox {
   margin-bottom: 15px;
}

.runkeeper .activity .mainContentRight #appShareBox .title {
   width: 86px;
}

.runkeeper .activity .mainContentRight #appShareBox img {
   width: 20px;
   height: 20px;
   float: left;
   position: relative;
   top: -3px;
   margin-right: 6px;
   background: #CCC;
}

.runkeeper .activity .mainContentRight #appShareBox .appName {
   width: 180px;
   float: left;
   font-weight: bold;
}

.runkeeper #leftColumn #activityHistoryMenu .monthContainer {
   padding: 2px 0 0;
   overflow: visible;
}
