/* CSS Document */
#pBar,
#tabset,
#tabs,
#section,
#scrolly *,
#gAd {
	display: none;
}

#scrolly h2.routeName {
	position: absolute;
	z-index: 20000;
	top: 7.75in;
	left: 0;
	display: block !important;
}

html, body {
	overflow: hidden;
}
a:focus {
	outline-color: #bbb;
}
body, td {
	font: 12px/1.3em Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
h2 {
	margin: 0;
	line-height:1.2em;
}
#layout {
	margin: 0;
	padding: 0;
}
#layout td {
	vertical-align: top;
}
#thecontrols {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 80px;
	z-index: 100;
}
#mastHead {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 80px;
}
#masthead h1 {
	margin: 6px 0 0 8px;
	width: 230px;
	height: 80px;
	border: 2px solid #000;
	text-indent: -9999em;
	overflow: hidden;
}
#masthead h1 a {
	display: block;
	background: #fff url(../images/Walk_Jog_Run.gif) 0 0 no-repeat;
	margin: 0;
	width: 100%;
	height: 100%;
}
.dataOmitted {
	background: #eec;
}
.dataEntered {
	background: #fff;
}
v\:* {
	behavior:url(#default#VML);
}
#instructions {
	font-size: 90%;
	line-height: 115%
}
#leftPanel {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 7.5in;
	width: 7.5in;
	overflow: hidden;
	margin: 0;
}

#routeContainer {
	width:500px;
}
#routeInfo h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
}
#mainContent {
	width:100%;
}
#footer {
	position: absolute;
	z-index: 99;
	top: 90px;
	right:  7px;
}
#footer img {
	display: block;
}
.tab {
	width:100%;
}
.hiddenTab, .visibleTab {
	display: block;
	background:#fff;
}
.hiddenTab {
	display:none;
}



/*  Route lists
------------------------------------*/
ul.routeList {
	list-style: none;
}
ul.routeList li {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	margin:0;
	display: block;
}
/*ul.routeList li a img { width: 17px; height: 17px; }*/
ul.routeList li a.rtName {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
ul.routeList li a.rtName:hover {
	color: #390;
}
.rtMrk {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	display: block;
	width: 24px;
	height: 34px;
	text-decoration: none;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
}
.rtMrk .LabeledMarker_markerLabel {
	position: absolute;
	width: 24px;
	text-align: center;
	top: 6.5px;
	*top: 6px;
	left: 0;
	_left: 1px;
	z-index: 100;
	text-decoration: none;
}
.LabeledMarker_markerLabel, a .LabeledMarker_markerLabel, a:hover .LabeledMarker_markerLabel {
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	letter-spacing: -.1em;
	color: #000;
	text-decoration: none;
}
.rtDetails {
	float: left;
	width: 275px;
}
.rtTools a {
	font-size: 11px;
	margin: 0 10px 0 0;
}
.stripe {
	background: #fff;
}
.nostripe {
	background: #fff;
}
.note {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.popHide {
	display:none;
}
.popShow {
	display:block;
}



/* modal background cover-upper */
#popInForm_bg {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	width:100%;
	height:100%;
	_height: 1000px;
}
/* modal background */
#popInForm {
	position: absolute;
	z-index: 100001;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 380px;
	padding: 20px;
	background: #fff;
	color: #000;
	margin: -210px 0 0 -310px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* modal content container */
#popInForm #popUpContent {
	position: relative;
	width: 580px;
	height: 380px;
	overflow: auto;
}
#popInForm #innerBdr.modify {
	border-color: #00c;
}
#popInForm #innerBdr.add {
	border-color: #0c0;
}
.closeForm {
	position: absolute;
	top: -3px;
	right: -3px;
}


#controlsDiv {
	background: transparent url("http://d29ks1g2ghi4j.cloudfront.net/images/blackTrans.png") left top repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	padding: 7px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}
#controlsDiv span {
	display: block;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	line-height: 16px;
	color: #fff;
	width: 120px;
	*height: 1%;
}
#controlsDiv span img {
	margin: 0 4px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
#controlsDiv span.controlEnabled {
	cursor : pointer;
}
#controlsDiv span.controlDisabled, #controlsDiv span.controlDisabled:hover {
	background: transparent;
	color: #999;
	cursor: default;
	text-decoration: none;
}
#controlsDiv span:hover {
	background: #fff;
	color: #00e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*
  button.style.backgroundColor = "white";
  button.style.font = "12px Arial";
  button.style.border = "1px solid black";
  button.style.padding = "3px 0";
	button.style.lineHeight = "16px"
//  button.style.margin = "0 10px 0 0";
  button.style.textAlign = "center";
//  button.style.width = "310px";

*/

/*  I don't think this is the right bits anymore, look
    for popInForm_bg

#popInBg {
	position: absolute;
	display: block;
	height: 100%;
	width: 80%;
	top: 0;
	background: #999;
	z-index: 1000000;
	opacity: .75;
	filter: alpha(opacity=75);
}
#popInCtrl {
	position: absolute;
	display: block;
	height: 20px;
	width: 76%;
	top: 20px;
	left: 20px;
	background: #ddd;
	z-index: 1000002;
	border: 5px solid #333;
	border-bottom: none;
}
#popInCtrl .close {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
}
#popInMsg {
	position: absolute;
	display: block;
	height: 96%;
	width: 76%;
	top: 45px;
	left: 20px;
	background: #fff;
	z-index: 1000001;
	border: 5px solid #333;
	border-top: none;
	overflow: auto;
}
#popInMsg #msgContent {
	padding: 20px;
}
 */

#loadingRoutes {
	background: transparent url(../images/bg_loadingRoutes.png) center center no-repeat;
	width: 250px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	left: 34%;
	top: 0;
	margin: 0 0 0 -200px;
}
* html #loadingRoutes {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_loadingRoutes.png", sizingMethod="scale");
	position: absolute;
}
#loadingRoutes span {
	display: block;
	margin: 1px 0 0 197px;
}
#loadingRoutes span img {
	width: 28px;
	height: 28px;
}
.textAd {
	background-color:#f1f1f1;
	border:1px solid #b0b0b0;
	height:60;
	width:234;
	display:block;
	/*border:1px solid #ccc;*/
	padding: 0 5px 0 5px;
}

#leftPanel #map #statusDiv {
	background: transparent url("http://d29ks1g2ghi4j.cloudfront.net/images/blackTrans.png") left top repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	width: 340px;
	padding: 6px 10px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
}

#leftPanel #map #statusDiv a, #leftPanel #map #statusDiv a:visited { color: #fff; }