/* CSS Document */
html, body {
	overflow: hidden;
}
a:focus {
	outline-color: #bbb;
}
h2 {
	margin: 0;
	line-height:1.2em;
}



#layout {
	margin: 0;
	padding: 0;
}
#layout td {
	vertical-align: top;
}
#thecontrols {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	width: 360px;
	height: 100%;
	overflow: hidden;
	border-right: 1px solid #999;

	box-shadow:1px 0 5px rgba(0,0,0,.6);
	-moz-box-shadow:1px 0 5px rgba(0,0,0,.6);
	-webkit-box-shadow:1px 0 5px rgba(0,0,0,.6);
}
#pBar {
	background: #f8f8f8 url(../../images/bg_pBar.gif) left bottom repeat-x;
	padding: 0 10px;
	text-align: right;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
}
#mastHead {
	width: 100%;
	text-align: left;
	height: 88px;
	overflow: hidden;
}
#masthead h1 {
	margin: 6px 0 0 8px;
	width: 230px;
	height: 80px;
	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: relative;
	height: 100%;
	margin: 0 0 0 360px;
}
input.readonly {
	border: none;
	background: #fff;
	padding: 0 2px;
}
/* added by adam */
input.bordered {
	border: 1px solid #bbb;
	background: #fff;
	padding: 0 2px;
}
#routeContainer {
	width:500px;
}
#routeInfo h1 {
	font-weight: bold;
	font-size: 14px;
}
#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;
}

#srch {
	position: relative;
	height: 50px;
	overflow: hidden;
	padding: 0 10px 0;
	background: #222 url(../../images/v4/base/bg_srch.png) left bottom repeat-x;
}
#srch #srchRoutesHome {
	padding: 3px;
	width: 240px;
	font-size:  14px;
	line-height: 1;
}
#srch form { margin: 12px 0 0; position: relative; }
#srch label {
	position: absolute;
	left: 7px;
	top: 7px;
	font-size:  14px;
	line-height: 1;
}

#tabs {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	border-bottom: 1px solid #bbb;
	height: 24px;
}
#tabs li {
	margin: 0 3px 0 0;
	list-style: none;
	float: left;
}
#tabs li a {
	float: left;
	display: block;
	background: #f1f1f1;
	height: 23px;
	padding: 0 7px;
	font-weight: bold
	font-size: 13px;
	line-height: 23px;
	color: #00c;
	text-decoration: none;
	border: 1px solid #ddd;
	border-bottom: none;
	text-decoration:none;
}
#tabs li a:hover {
	text-decoration: underline;
}
#tabs li a.tablabelHi {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	position: relative;
	margin: 0 0 -1px;
	z-index: 90;
	outline: 0;
	color: #000;
}


/* Subsection area
   - - - - - - - - - - - - - - - - - - - - */
#section {
	background: #fff url(../../images/bg_section.gif) left bottom repeat-x;
	margin: 0;
	padding: 0 8px;
	height: 55px;
	position: relative;
}

.subnav {
	margin: 0; padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
}
.subnav li {
	background: transparent url(../../images/bg_sectionNav-li.gif) right top repeat-y;
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0 7px 0 0;
	float: left;
}
.subnav li:first-child { margin: 0; }
.subnav li:last-child { background: none; }
.subnav li.active a {
	font-weight: bold;
	color: #333;
}
#sectionWrap {
	padding: 2px 10px 2px 42px;
	background-position: left 9px;
	background-repeat: no-repeat;
	position: relative;
	height: 51px;
}
#section h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 7px 0 0 0;
}

/* default icons for the different sections
   - - - - - - - - - - - - - - - - - - - - */
.home { background-image: url(../../images/sections/home.gif); }
.routes { background-image: url(../../images/sections/routes.gif); }
.groups { background-image: url(../../images/sections/groups.gif); }
.community { background-image: url(../../images/sections/community.gif); }
.help { background-image: url(../../images/sections/help.gif); }


.subtablabel, .subtablabelHi {
	text-decoration:none;
}
.subtablabel:hover {
	text-decoration: underline;
}
.subtablabelHi {
	font-weight: bold;
	color: #333;
}
#scrolly {
	position: relative;
	width: 360px;
	overflow:auto;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f5), to(#edeceb));
	background: -moz-linear-gradient(100% 0% 270deg,#f6f6f5, #edeceb);
	background-color: #f6f6f5;
}
#scrolly h3 {
	margin: 0 0 .3em;
}
.visibleTab {
}
.visiblesubTab {
	_height: 1%;
	padding: 10px;
}
.regForm {
	width:70px;
	float:left;
}
#loginHead {
	width:86%;
}
table.turnList {
	width: 100%;
}
table.turnList, table.turnList th, table.turnList td {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
table.turnList th {
	text-align: left;
	font-size: 100%;
	border-bottom: 2px solid #bbb;
}
table.turnList th, table.turnList td {
	/*border-bottom: 1px solid #ccc;*/
	padding: 2px 4px;
	border-right: 1px solid #d9d9d9;
}
table.turnList td { text-align: right; }
table.turnList tr.stripe td {
	background: #f1f5fa;
}

h2#routeName {
	margin: 1.5em 0 .2em;
}

#shareSite a, #shareBtn a {
	margin: 0; padding: 0;
	position: relative;
	display: block;
	width: 105px;
	height: 18px;
	background: transparent url("http://d29ks1g2ghi4j.cloudfront.net/images/btn_shareSite.png") left top no-repeat;
	text-indent: -99999em;
}
#shareBtn a {
	width: 115px;
	background-image: url("http://d29ks1g2ghi4j.cloudfront.net/images/btn_shareRoute.png");
}
#shareSite a:hover, #shareBtn a:hover {
	cursor: pointer;
	background-position: left bottom;
}
#addthis_dropdown15 { margin-top: -17px; }

#routeBtns {
	margin: 0;
	position: relative;
}
#actionList {
	float: left;
	width: 140px;
	list-style: none;
	margin: 0; padding: 0;
}
#shareBtn {
	float: right;
	width: 105px;
}

#routeActions {
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
	z-index: 1000;
	display: block;
	width: 140px;
	height: 18px;
	background: transparent url("http://d29ks1g2ghi4j.cloudfront.net/images/btn_routeActions.png") left top no-repeat;
	text-indent: -99999em;
}
#routeActions .actions {
	position: absolute;
	top: -10000em;
	left: 0;
	font-size: 12px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	line-height: 16px;
	background: #fff;
	text-indent: 0;
	_height: 1%;
}
#routeActions:hover, #routeActions.over {
	cursor: pointer;
	background-position: left bottom;
}
#routeActions:hover .actions , #routeActions.over .actions {
	top: 18px;
}
#routeActions .actions a {
	display: block;
	width: 140px;
	padding: 5px;
	height: 16px;
	line-height: 18px;
	text-decoration: none;
}
#routeActions .actions a:hover {
	text-decoration: underline;
	background-color: #f1f5fa;
}
#routeActions .actions a img {
	margin: 0 4px 0 0;
	width: 16px;
	height: 16px;
	float: left;
}

/*  Route lists
------------------------------------*/
ul.routeList {
	list-style: none;
}
ul.routeList li {
  position: relative;
	padding: 12px 15px 30px 13px;
	margin:0;
	display: block;
	margin-bottom: 10px;
	border: 2px solid #f6f6f6;
	*border-color: #eee;
	
	min-height: 65px;
	_height: 65px;

	background: -moz-linear-gradient(100% 40% 270deg,#fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#fff), to(#f3f3f3));
	background-color:#fff;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.35);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);
	box-shadow:0 1px 3px rgba(0,0,0,.35);
}
ul.routeList li:hover, ul.routeList li.active {
	border: 2px solid #00f;
}


/*ul.routeList li a img { width: 17px; height: 17px; }*/
ul.routeList li a.rtName {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}
ul.routeList li a.rtName:hover {
	color: #390;
}
.rtMrk {
	float: left;
	margin: 0;
	position: relative;
	display: block;
	width: 24px;
	height: 34px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}
.rtMrk .LabeledMarker_markerLabel {
	position: absolute;
	width: 24px;
	text-align: center;
	top: 5px;
	left: 0;
	_left: 1px;
	z-index: 100;
	text-decoration: none;
	margin: 0;
}
.LabeledMarker_markerLabel, a .LabeledMarker_markerLabel, a:hover .LabeledMarker_markerLabel {
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.rtDetails {
	float: right;
	width: 255px;
	position: relative;
	overflow: visible;
}

.rtTools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 321px;
  *width: 319px;
  border-top: 1px solid #e6e6e6;

	background: -moz-linear-gradient(100% 0% 270deg,#f1f8fd, #E4F2FB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f8fd), to(#E4F2FB));
  background-color: #f1f8fd;

  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rtTools a {
	line-height: 1.1;
	float: left;
	padding: 4px 5px 3px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	margin: 0 0 0 5px;
}
.rtTools a:hover {
  color: #06c;
}
.rtTools .btnDelete {
	float: right;
	margin-right: 5px;
}

.rtDetails .note { margin: 3px 0 0; }
.note {
	font-size: 9px;
	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: 1000;
	width:100%;
	height:100%;
	_height: 1000px;
}
/* modal background */
#popInForm {
	position: absolute;
	z-index: 1001;
	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-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
#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: 50%;
	top: 50px;
	margin: 0 0 0 -125px;
}
* 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;
	width: 28px;
	height: 28px;
	background: transparent url(../../images/v4/base/small_loader.gif) center center no-repeat;
}
#loadingRoutes span img {
	width: 16px;
	height: 16px;
}

#minMax {
	position: absolute;
	z-index: 1000px;
	left: 360px;
	top: 50%;
	height: 40px;
	width: 20px;
	background: transparent url(../../images/v4/base/bg_minMax.png) top left no-repeat;
}
#minMax a {
	outline: none;
	display: block;
	height: 40px;
	width: 20px;
	overflow: hidden;
	text-indent: -9999em;
	background: transparent url(../../images/v4/base/bg_minMax.png) top left no-repeat;
}
#minMax a.min {
	background-position: top left;
}
#minMax a.max {
	background-position: bottom left;
}


.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-style: bold;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#leftPanel #map #statusDiv a, #leftPanel #map #statusDiv a:visited { color: #fff; }

#adcontainer {
	position:absolute;
	left: auto;
	right:10px;
	bottom:20px;
	z-index:100;
	_height: 1%;
}
#adControl {
	opacity: .85;
	filter: alpha(opacity=70);
	background: #000;
	font-size: 10px;
	font-weight: bold;
}
#adControl a {
	color: #fff;
	padding: 2px;
	outline: none;
	display: block;
	position: relative;
}
#adControl span#adHere {
  position: absolute;
  right: 2px;
  top: 2px;
}
#adControl span#adHere a {
  display: inline;
}

#floatingStatus {
  height: 50px;
	background: #222 url(../../images/v4/base/bg_srch.png) left top repeat-x;
	color: #fff;
}
#floatingStatus table {
  width: 100%;
  height: 50px;
}
#floatingStatus th,
#floatingStatus td {
  padding: 0 10px;
  text-align: center;
	text-shadow: 0px 1px 2px rgba(0,0,0, 1);
	border-right: 1px solid #000;
	border-left: 1px solid #666;
}
#floatingStatus th {
  padding-top: 7px;
  color: #ccc;
  font-size: 9px;
  text-transform: uppercase;
	vertical-align: bottom;
}
#floatingStatus td {
  padding-bottom: 7px;
	font-size: 16px;
	line-height: 20px;
	vertical-align: bottom;
}
#floatingStatus a {
  color: #fff;
  line-height: 20px;
  vertical-align: bottom;
}
#floatingStatus a img {
  color: #fff;
  line-height: 20px;
  vertical-align: bottom;
}

#printView {
	display: none;
}
