/* Activity Page */

#activityHistoryMenu {
	width: 230px;
}

#activityViewToggle {
	float: right;
}

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

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

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

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

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

.menuItem:active {
	background: #CCC;
}

.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;
}

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

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

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

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

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

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

.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;
}

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

#activityDetails {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.activityStatsItem#statsDistance {
	width: 80px;
}

.activityStatsItem#statsDuration {
	width: 122px;
}

.activityStatsItem#statsPace {
	width: 80px;
}

.activityStatsItem#statsSpeed {
	width: 86px;
}

.activityStatsItem#statsCalories {
	width: 103px;
}

.activityStatsItem#statsElevation {
	width: 63px;
}

.activityStatsItem#statsHeartRate {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* map */

#map_area {
	position: relative;
	width: 720px;
	height: 435px;
	margin: 15px auto 15px auto;
	border: none;
	overflow: hidden;
}

#map_canvas,
#editControlsContainer {
	width: 720px;
	height: 400px;
}

#map_area .greyBorder.tl {
	background: url(../images/greyBorder-tls.png) no-repeat 0 0;
}

#map_area .greyBorder.t {
	background: url(../images/greyBorder-ts.png) repeat-x 0 0;
	left: 8px;
	width: 704px;
}

#map_area .greyBorder.tr {
	background: url(../images/greyBorder-trs.png) no-repeat 0 0;
}

#map_area .greyBorder.rt {
	background: url(../images/greyBorder-rs.png) repeat-y 0 0;
	position: absolute;
	top: 8px;
	right: 0;
	width: 6px;
	height: 392px;
}

#map_area .greyBorder.rb {
	background: url(../images/greyBorder-r.png) repeat-y 0 0;
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 2px;
	height: 27px;
}

#map_area .greyBorder.bs {
	background: url(../images/greyBorder-bs.png) repeat-x 0 0;
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 720px;
	height: 6px;
}

#map_area .greyBorder.lt {
	background: url(../images/greyBorder-ls.png) repeat-y 0 0;
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 392px;
}

#map_area .greyBorder.lb {
	background: url(../images/greyBorder-l.png) repeat-y 0 0;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 2px;
	height: 27px;
}

#mapControls {
	background: url(../images/mapControls-grey.png) repeat-x 0 0;
	width: 720px;
	height: 35px;
	position: relative;
	z-index: 7;
}

#mapControls .mapControlItem .buttonText {
	color: #2A5DB0;
	font-weight: bold;
	position: relative;
	top: 11px;
	cursor: pointer;
	height: 13px;
}

#mapControls .mapControlItem.instruction .buttonText,
#mapControls .mapControlItem.instruction:hover .buttonText {
	color: #666;
	cursor: default;
}

#mapControls .mapControlItem:hover .buttonText {
	color: #2F8CCC;
}

#mapControls .mapControlItem:active .buttonText {
	color: #2A5DB0;
}

#mapControls .mapControlItem.blue .buttonText {
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.2em #333;
}

#mapControls .mapControlItem.blue:hover .buttonText {
	color: #FFF;
}

#mapControls .mapControlItem.blue:active .buttonText {
	color: #CCC;
}

.mapControlItem {
	background: url(../images/mapControls-grey.png) repeat-x 0 0;
	height: 35px;
	padding: 0 10px;
}

.mapControlItem:hover {
	background: url(../images/mapControls-grey.png) repeat-x 0 -35px;
	cursor: pointer;
}

.mapControlItem:active {
	background: url(../images/mapControls-grey.png) repeat-x 0 -70px;
}

.mapControlItem.selected {
	background: url(../images/mapControls-blue.png) repeat-x 0 0;
}

.mapControlItem.selected:hover {
	background: url(../images/mapControls-blue.png) repeat-x 0 -35px;
}

.mapControlItem.selected:active {
	background: url(../images/mapControls-blue.png) repeat-x 0 -70px;
}

.mapControlItem.left {
	float: left;
}

.mapControlItem.right {
	float: right;
}

#mapControls .dividerGrey.left {
	background: url(../images/mapControls-divider.png) repeat;
	width: 1px;
	height: 35px;
	float: left;
}

#mapControls .dividerGrey.right {
	background: url(../images/mapControls-divider.png) repeat;
	width: 1px;
	height: 35px;
	float: right;
}

#mapActions {
	float: right;
	width: 100%;
}

#mapEdit.mapControlItem .buttonText {
	background: url(../images/icon-edit.png) no-repeat 0 1px;
	padding: 0 0 0 15px;
}

#mapEdit.mapControlItem:hover .buttonText {
	background: url(../images/icon-edit.png) no-repeat 0 -38px;
	padding: 0 0 0 15px;
}

#mapControls .mapControlItem#viewFullscreen .buttonText {
	width: 34px;
	height: 27px;
	position: relative;
	top: 4px;
	background: url(../images/icon-fullscreen.png) no-repeat 0 0;
}

#mapControls .mapControlItem#backFullscreen .buttonText {
	width: 34px;
	height: 27px;
	position: relative;
	top: 4px;
	background: url(../images/icon-fullscreen.png) no-repeat 0 -27px;
}

#mapControls .mapControlItem#backFullscreen {
	display: none;
}

#mapControls .mapControlItem#showPhotosButton .buttonText {
	position: relative;
	top: 4px;
	width: 33px;
	height: 28px;
	background: url(../images/icon-photos.png) no-repeat 0 0;
}

#mapControls .mapControlItem#showPhotosButton.selected .buttonText {
	background: url(../images/icon-photos.png) no-repeat 0 -28px;
}

#mapRoute,
#mapRace {
	float: left;
	font-size: 13px;
	font-weight: normal;
	position: relative;
}

#mapRoute #mapRouteLabel,
#mapRace #mapRaceLabel {
	font-weight: bold;
	float: left;
	color: #666;
	position: relative;
	top: 9px;
	margin: 0 6px 0 10px;
}

#mapRoute #mapRouteName,
#mapRace #mapRaceName {
	font-weight: bold;
	float: left;
	position: relative;
	top: 9px;
	margin: 0 6px 0 0;
}

#mapRoute #mapRouteActions,
#mapRace #mapRaceActions {
	float: left;
	font-size: 11px;
	position: relative;
	top: 10px;
}

/* activityMedia */

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

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

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

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

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

/* splits */

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

.nosplits #splits {
	width: 300px;
}

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

.mainContentLeft h3 span {
	width: inherit;
}

#splitsViewToggle {
	float: right;
}

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

#trainingMeta {
   margin-bottom: 10px;
}

.nosplits #trainingMeta {
   margin: 0;
}

.noFitnessClass #trainingMeta {
	display: none;
}

#trainingMeta a {
	text-decoration: none;
}

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

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

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

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

#trainingProgramTitle a {
	font-weight: normal;
}

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

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

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

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

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

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

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

/* meta */

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

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

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

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

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

#activityTagsBox {
	margin: 10px 0 0 0;
}

#activityTags {
	float: left;
	width: 380px;
}

.tag {
	float: left;
	position: relative;
	top: -2px;
	margin: 3px 6px 3px 0;
}

.tag .toggleItem.left {	
	padding: 2px 0px;
}

.tag .toggleItem.right {	
	padding: 2px 0px;
}

.tag:hover .toggleItem {
	background: url(../images/toggle-m-small.png) repeat-x  0 -20px;
}

.tag:active .toggleItem {
	background: url(../images/toggle-m-small.png) repeat-x  0 -40px;
}

.tag:hover .toggleItem.left .toggleCap {
	background: url(../images/toggle-l-small.png) no-repeat  0 -20px;
}

.tag:active .toggleItem.left .toggleCap {
	background: url(../images/toggle-l-small.png) no-repeat  0 -40px;
}

.tag:hover .toggleItem.right .toggleCap {
	background: url(../images/toggle-r-small.png) no-repeat  0 -20px;
}

.tag:active .toggleItem.right .toggleCap {
	background: url(../images/toggle-r-small.png) no-repeat  0 -40px;
}

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

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

#activityViewsBox .title {
	width: 80px;
}

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

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

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

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

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

#shareActions {
	float: left;
	width: 380px;
}

#shareAdvancedLink {
	float: right;
}

#shareAdvancedLink a {
	text-decoration: none;
}

#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;
}

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

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

#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;
}

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

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

#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;
}

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

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

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

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

#exportActivityBox {
	float: left;
	width: 175px;
}

#embedActivityBox {
	float: left;
	width: 205px;
}

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

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

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

.commentsWrapper {
   position: relative;
   width: 430px;
}

.nosplits .commentsWrapper,
.home .commentsWrapper,
.profile .commentsWrapper,
.fitnessClass .commentsWrapper,
.race .commentsWrapper {
	width: 390px;
}

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

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

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

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

.commentsResponseBox .icon-elite.small {
	left: 35px;
	bottom: 26px;
}

.commentsDiv {
	padding: 5px;
}

.commentsContainer {
	padding: 5px;
	position: relative;
}

.commentsContainer .icon-elite.small {
	bottom: 6px;
	left: 30px;
}

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

.commentsBody {
	float: left;
	width: 340px;
	position: relative;
}

.commentsDelete {
	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;
}

.commentsContainer:hover .commentsDelete {
	display: block;
}

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

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

.commentsUsername a {
	text-decoration: none;
}

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

.commentsDateTime {
	color: #999;
	font-size: 11px;
}

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

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

.commentsBoxContainer {
	padding: 5px;
}

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

.commentTextArea {
	color: #111; 
	font-size: 12px;
	float: right;
	width: 344px;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.commentsArrow {
	position: absolute;
	top: -40px;
	left: 10px;
	height: 10px;
	width: 20px;
	background: url(../images/commentsArrow.png) no-repeat top center;
}

.comment.hidden {
   display: none;
}

.postcomment-submit {
	margin-top: 5px;
	margin-right: 3px;
}

#splitsHelpOverlay .mainText {
   color: #666;
}

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

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

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

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

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

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

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

#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;
}

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

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

#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;
}

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

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

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

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

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

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

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

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

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

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

.nosplits #shareAdvancedLink {
   display: none;
}

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

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

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

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

.nosplits #advancedOptions {
	display: block;
}

.nosplits #exportActivityBox {
	float: left;
	width: 175px;
	margin-bottom: 16px;
}

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

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

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

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

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

#rkliveStatusBar .rkLiveLight img {
   display: none;
}

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

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

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

.teammateUsername .rkLiveLightMenu {
   margin: 0 -2px -6px -4px;
}

.teammateUsername .usernameLinkLive {
   top: 4px;
   width: 90px;
   overflow: hidden;
}

.username .rkLiveLightMenu {
   top: -2px;
   left: -3px;
   margin-bottom: -6px;
}

.rkLiveLightMenu img {
   display: none;
}

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

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

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

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

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

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

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

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

.noActivitiesContainer {
   width: 500px;
   margin: 60px auto 30px auto;
   text-align: center;
}

.home .noActivitiesContainer {
   margin-top: 30px;
}

.mainContentLeft .noActivitiesContainer {
   width: 470px;
   padding: 10px;
   margin: 24px auto;
   text-align: center;
   
}

.mainContentLeft .noActivitiesContainer .noActivitiesContent h3 {
   width: 440px;
   font-size: 24px;
   text-align: center;
   margin: 10px auto 0 auto;
   color: #333;
}

.noActivitiesContainer .noActivitiesContent h3 {
   font-size: 27px;
   border-bottom: none;
   margin-bottom: 30px;
}

.noActivitiesContainer .noActivitiesContent p {
   font-size: 17px;
   color: #666;
   line-height: 130%;
}

.noActivitiesContainer .noActivitiesContent .downloadBox {
   margin: 20px auto 0;
   width: 466px;
}

.noActivitiesContainer .noActivitiesContent .downloadBox a {
   width: 140px;
   float: left;
   margin-left: 18px;
}

.noActivitiesContainer .noActivitiesContent .downloadBox a.pro {
   margin-left: 90px;
}

.noActivitiesContainer .noActivitiesContent .downloadBox a.free {
   float: left;
   margin-left: 5px;
}

#activityPostNewActivity {
   float: none;
   width: 240px;
   margin: 40px auto;
}

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

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

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

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

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

.facebookLikeBox {
   margin: 10px 0;
   height: 20px;
}