@charset "utf-8";
/* CSS Document */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
	display: none;
}
}
.largeFrameBottom {
	height:40px;
	width: 777px;
	background: url(images/images/large-bottom.png) no-repeat left bottom;
}
.largeFrameTop {
	height:40px;
	width: 777px;
	background: url(images/images/large-top.png) no-repeat left top;
}
/* Skin */
.tabs-nav {
	list-style:none;
	margin: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tab {
	width: 250px;
	height: 70px;
	position: relative;
	background: url(images/images/tab-bg.png) no-repeat 3px -140px;
}
.tab:hover {
	background: url(images/images/tab-bg.png) no-repeat 3px -70px;
}
.tabs-nav li {
	margin: 0;
	min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding:  10px;
}
.tabs-nav a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #93accf;
	cursor: pointer;
	text-shadow: #fff 0 0 0;
	white-space: nowrap;
}
.tabs-nav .tabs-selected {
	width:290px;
	background: url(images/images/tab-bg.png) no-repeat 3px 0;
	background-color:f0f0f0;
}
.tabs-nav .tabs-selected a {
	color:#315FA2;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	margin-top:5px;
	padding-left: 30px;
}
*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.container ul {
	float:left;
	padding:10px 0 10px 10px;
	width:310px;
	min-height:800px
}
.container {
	width:777px;
	background: url(images/images/large-middle.png) repeat-y left 90px;
}
.summaryName {
	color:#8F9090;
	font:12px 'lucida grande', arial, tahoma, verdana, sans-serif;
}
.summaryDetail {
	color:#252626;
	font:12px 'lucida grande', arial, tahoma, verdana, sans-serif;
	height:20px;
	margin-bottom:5px;
}
.Summary h3 { padding-top:15px; color:#315FA2}
.boxHeader {
	position:relative;
	left: 20px;
	top: 14px;
	color: #5F6060; font-size:16px
}
.tab div {
	background:url("images/images/icons-activities-inactive.gif") no-repeat scroll 0 -150px transparent;
	cursor:pointer;
	height:70px;
	left:0;
	position:absolute;
	top:0;
	width:260px; font-size:12px
}
.tabs-selected div {
	background:url("images/images/icons-activities.gif") no-repeat scroll 0 -150px transparent;
	cursor:pointer;
	height:70px;
	left:0;
	position:absolute;
	top:0;
	width:260px; color:#333; font-weight:bold; font-size:14px
}
.tab div:hover {
	background:url("images/images/icons-activities.gif") no-repeat scroll 0 -150px transparent;
	; color:#333; font-weight:700
}
.test {
	-moz-border-radius:5px 5px 5px 5px;
	background:url("images/images/details-box-bg.png") repeat-x scroll 0 0 #EEEEEE;
	border:1px solid #C8C8C8;
	margin-bottom:10px;
	padding:7px;
	width:auto
}
.detailsShareBoxButton {
	background:url("images/images/details-icons.png") no-repeat scroll -3px -5px transparent;
	color:#494949;
	display:inline-block;
	font:bold 12px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right:9px;
	padding-left:28px;
	padding-right:7px;
}
.detailsShareBoxButton.gpxFile {
	background-position:-5px -706px;
}
.detailsShareBoxButton.kmlFile {
	background-position:-5px -856px;
}
.detailsShareBoxButton:hover {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#DEDEDE;
	cursor:pointer;
	text-decoration:none;
}

.distance { padding:5px 0 0 200px; color:#999; font-weight:500}

