		.draggableStart, .draggableStop {
			z-index: 9000000;
		}

		a.button {
				outline: none;
				border: none;
				text-decoration: none;
				vertical-align: middle;
				font: 11pt sans-serif;
  		}
  
  		.button {
				color: #44a1e7;
				font-weight: normal;
				background-color: #fff;
				padding: 0px 3px 3px 3px;
				float: left;
  		}

  		.button:hover {
				color: #fff;
		 		background-color: #44a1e7;
				text-decoration: none;
  		}

		#linkDialog, #smsDialog, #embedDialog, #fbDialog, #introDialog, #fbRoute, #fbGeneral, #aboutDialog, 
#rateDialog, #loginform, #routeDialog, #faveDialog, #elevBox, #torontoDialog, #editDialog, #sfDialog, #poiDialog, #savePOIDialog, #mediaDialog, #legendDialog, #mapMenu {
			display: none;
		}
		
	.media_inputs {
		width: 300px;
	}

	#messagebar {
		font-size: 9pt;
		padding: 6px 0 6px 6px;
		display: none;
		border-bottom: 1px solid #fbf5ab;
		background-color: #f9f7d8;
		width: 100%;
		float: left;
		vertical-align: middle;
	}

	#messagebar p {
		font-size: 9pt;
		vertical-align: middle;
		color: #333;
	} 
		#container {
			padding: 0;
			margin: 0;
			padding-top: 1px;
			padding-left: 270px;		 /* LC width */
			overflow: hidden;
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#intro-rtc, #intro-rtc p {
			font-size: 10pt;
			padding: 4px;
			color: #666;
			line-height: 12pt;
			margin: 0;
		}
		
		
		#intro-rtc a {
			color: #2386C7; 
			text-decoration: underline;
		
		}
		
		#intro-rtc {
			display: none;
		}
		
		#right-side {
			float: left;
			width: 100%;
		}
				
		#mapDiv {
			float: left;
			width: 100%;
			height: 100%; /* was 330 */
			min-height: 200px;
			border-top: 1px solid #B0C4DE;
			border-left: 1px solid #B0C4DE;
			border-bottom: 1px solid #B0C4DE; 

		}

		
		body.page-iphone #mapDiv {
		
			display: none;
		}
		
		#closeDiv {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 1px;
			background-color: #fff;
			border-left: 1px solid #fff;
			border-right: 1px solid #B0C4DE;
			border-bottom: 1px solid #B0C4DE; 
			opacity: 1;
			z-index: 2000000;
		}
		
		
		#dragDiv {
			display: block;
			position: absolute;
			top: -2px;
			right: 0px;
			padding: 2px 5px 0 0;
			background-color: #fff;
			border-left: 1px solid #B0C4DE;
			border-bottom: 1px solid #B0C4DE;
			-moz-border-radius-bottomleft:4px;
    		-webkit-border-bottom-left-radius:4px;
			opacity: 0.95;
			min-width: 100px; max-width: 160px;
			min-height: 40px;
			height: auto;
			z-index: 20000;
		}
		

		#legendDiv {
			display: block;
			position: absolute;
			bottom: -2px;
			left: 0px;
			padding: 2px 4px 0 4px;
			background-color: #fff;
			border-right: 1px solid #B0C4DE;
			border-top: 1px solid #B0C4DE;
			border-bottom: 1px solid #B0C4DE;
			border-left: 1px solid #B0C4DE;
			opacity: 0.9;
			min-width: 50px; max-width: 100px;
			min-height: 20px; max-height: 30px;
			z-index: 2000000;
		}
		
		#feedbackDiv {
			display: block;
			position: absolute;
			bottom: 20px;
			left: 0px;
			padding: 2px 4px 0 4px;
			min-width: 50px; max-width: 100px;
			min-height: 20px; max-height: 60px;
			z-index: 2000000;
		}

		body.page-iphone #legendDiv, body.page-embed #legendDiv, body.page-printroute #legendDiv {
			display: none;
		}

		#legendLink {
			text-decoration: none;
		}

		#dragDiv p.heading {
			color: #555;
			font-weight: bold;
			text-align: center;
		}

		#dragDiv img {
			padding: 5px;
		}
		
		body.page-iphone #dragDiv {
			display: none;
		} 

		.basicTbl, .basicTbl tbody, .basicTbl tr {
			background: transparent;
			border: none;
		}
		
		.basicTbl a {
			font-size: 10pt;
		}
		
		#dragDiv .layer_toggle {
			background: url('/sites/ridethecity.com/themes/ridethecity/images/new/layer_icon.png') no-repeat;
			padding-left: 28px;
			vertical-align: middle;
			padding-bottom: 10px;
			margin-bottom: 10px;
			height: 28px;
			width: 60px;
			overflow: visible;
			font-size: 10pt;
		}
		
		#dragDiv a {
			height: 28px;
		}
		
		body .layer_toggle {
			height: 28px;
		}
		
		.layer_check {
			padding-left: 24px;
			padding-right: 8px;
			padding-bottom: 3px
			padding-top:2px;
			text-indent: -17px;
			display: none;
		}
		
		
		a.layer_toggle {
			height: 28px;
		}

		#loadingDiv {
			display: none;
			background: #fff;
			border: 2px solid #B0C4DE;
			height: auto;
			padding: 5px;
			opacity: 0.8;
			width: 79px;
			left: 50%;
			top: 50%;
			z-index: 9999999; 
		}

		.loading-text {
			color: #444;
			text-align: center;
		}		
		
		#sideBar {
			width: 270px;			 /* LC width */
			right: 270px;			 /* LC width */
			min-height: 200px;
			margin-left: -100%;
		}
		
		#methodSelect {
			font-family: Helvetica, Arial, sans serif; 
			font-size: 9pt;
			width: 125px;
			color: #333;
			padding: 3px 3px 3px 3px;
			margin: 5px 0px 8px 4px;
			vertical-align: middle;
			border: 1px solid #A6B7FD;
		}

		#brisbane #methodSelect {
			width: 145px;

		}
		

		#go, #go a, #go img, #rev-arrows, #rev-arrows a, #rev-arrows img, img.rev-arrows, a.rev-arrows {
			text-decoration: none;
			border-style: none;
			outline: none;
		}
			

		img.rev-arrows, a.rev-arrows, #rev-arrows {
			display: none;
			position: absolute;
			left: 230px;
			top: 85px;
			width: 40px;
		}

		#control-border {
			clear: both;
			background: url('http://images.ridethecity.com/new/control_border2.gif') repeat-x;
			height:	8px;
			border-left: #fff solid 1px;
			border-right: #fff solid 1px;
			background-position: 0px 0px;
		}
		
		body.page-iphone #tableOverflow {
			overflow:auto;
			height: auto;

		}
		
		#tableOverflow {
			height: 10px;
			overflow: auto;
		}
		
		#routeTbl {
		
			width: 100%; 
			font: 9pt sans-serif; 
		}
		
		#headerTbl, #footerTbl {
			width: 100%; 
			font: 11pt sans-serif; 
			font-weight: bold;
			border-bottom: 1px #ddd solid;
			color: #44a1e7;		
			display: none;
		}

		#footerTbl {
			border: none;
		}		
		
		#routeTbl td, #headerTbl td, #footerTbl td {
			padding: 4px;
			margin: 0;
		}
		#footerTbl td, #footerTbl {
			vertical-align: top;
			font: 9pt sans-serif;
                        font-weight: bold;
		}

		#footerTbl a {
			color: #44a1e7;
			text-decoration: underline;
		}
		
		#routeTbl td {
			color: #333;					
		}
		
		.inputbox {
			width: 270px;
			padding: 0 0 4px 0;
			height: 100%;
			overflow: hidden;
			margin: 0;
		}

		.shopinfo {
			font: 9pt sans-serif;
			color: #777;

		}

		#instructStart, #instructEnd {
			display: none;
			font: 9pt sans-serif;
			color: #777;
			padding: 4px 0 4px 4px;
		}

		#sbLink, #sbLink a {
			font-size: 9pt sans-serif;
                        font-weight: bold;
			z-index: 9999998;
			outline: none;
			border: none;
			padding: 1px;
			text-decoration: none;
			vertical-align: middle;
			color: #44a1e7;
		}
		
		#sbLink:hover, #sbLink a:hover {
			color: #44a1e7;
			padding; 1px;
			border: none;
			outline: none;
                        vertical-align: middle;
		 	background-color: #f0f8ff;
			text-decoration: none;
		
		}

		#fromaddress, #toaddress {
			width: 240px;
			font: 9pt sans-serif;
			margin: 0 0 0 4px;
			padding: 2px 0 2px 0;
			color: #666;
		}
		
		.page-embed #fromaddress, .page-embed #toaddress {
			width: 95%;
			font: 9pt sans-serif;			
		} 

		.page-printroute #footerTbl, .page-printroute #footerBdy, .page-iphone #footerTbl, .page-iphone #footerBdy {
			display: none;
		
		}

		#directalert {
			display: none;
			color: #ff0000;
			font: bold 10pt sans-serif;
			padding: 2px 6px 2px 6px;
			margin: 0;
			border-bottom: 1px solid #ddd;		
		}
		
		.ui-dialog-titlebar {
			height: 20px;
			font: bold 10pt sans-serif;
						text-align: center;			
		}

		.ui-dialog-content {
                        font: 10pt sans-serif;
                        color: #444;
                }


		.ui-dialog-content ul {
			font: 10pt sans-serif;
			color: #444;
		}

		.ui-dialog-content p {
			font: 10pt sans-serif;
			color: #444;
		}
		
		.ui-dialog-content h3 {
						font: bold 12pt sans-serif;
						color: #44a1e7;
				}

		.ui-dialog-content a {
                        color: #44a1e7;
			text-decoration: none;
		}

		#sms-body, #embed-body, #link-body {
			display: none;
		}
		
		#phonebox {
			padding-left 0;
			margin-left: 0;
			width:120px;
		}
		
		#linkbox, #widgetbox {
			font: 9pt sans-serif;
			padding-left 0;
			margin-left: 0;
			width:360px;
		}
		
		#routeComment {
			font: 9pt sans-serif;
			color: #666;
		}
		
		#carrierSelect {
			width:100px;
		}
		
		#fromaddress {
			border: 1px solid #86c8f1; /* #8ccf8a;*/
		}
		
		#toaddress {
			border: 1px solid #86c8f1; /* #ffbea7; */
		}
		
		#bottom-section {
			clear: both;
			padding: 0;
			background-color: #fff;
			width: 100%;
			height: 100%;
		}
		
		body.page-iphone #bottom-section {
		
			display: none;
		}
		
		#legend {
			display: block;
			/* clear: both; */
			background-color: #eff4fd;
			/* border-left: 2px solid #44a1e7; 
			border-bottom: 2px solid #44a1e7;  */ 
			width: 100%;
			/* height: 24px; */
			border-bottom: 1px solid #B0C4DE;
		}
		
		#legend td {
			font: 9pt sans-serif;
			color: #666;
		}

		#control-panel {
			clear: both;
			width: 100%;
			background-color: #fff;
			height: 50px;
		}

.wml-info-window-content h3 {
	color: #2386C7; 
	font-weight: bold;
	font-size: 11pt;
	padding: 0 0 4px 0;
	margin: 0;
}

.wml-info-window-content span.xstreets {
        color: #2386C7;
        font-size: 8pt;
}

.wml-info-window-content span.ratetxt {
	color: #2386C7;

}

.wml-info-window-content {
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding-top: 2px;
}

.wml-info-window-content table {
	width: 100%;
	margin: 0;
	padding: 0 0 8px 0;
}

.wml-info-window-content tr, .wml-info-window-content td  {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.wml-info-window-content td {
	padding: 0 2px 0 2px;
}

.wml-info-window-content tr, .wml-info-window-content td {
	padding-bottom: 4px;
} 

.wml-info-window-content p.ratinginfo {
        padding: 3px 2px 3px 2px;
}

.wml-info-window-content a:hover {
	text-decoration: underline;
}

#ratingbtn {
	padding: 5px 4px 6px 4px;
	-moz-border-radius:4px;
    	-webkit-border-radius:4px;
    	border:1px solid #ACE;
	display: block;
	width: 40px;
	text-align: center;
	background-color: #EFF4FD;
}

#go {
	padding: 4px 4px 4px 4px;
	margin-left: 10px;
	font-weight: bold;
}

#go:hover {
	cursor: pointer;
}

#ratingbtn:hover {
	background-color: #eff8fe;
	cursor: pointer;
	text-decoration: underline;
}

#ratingbtn a {
	font-size: 10pt;
	outline: none;
	text-decoration: none;
}

#ratingbtn a:hover {
	text-decoration: underline;
}

.poitoggle {
	position: relative;

}

.menu_enable {
	display: none;
}


#poi-tabs .ui-widget-content, #poi-tabs.ui-tabs {
	border: 0;

}

.qtip-content li {
	color: #999;

}

.qtip-content h3 {
	font-size: 12pt;
	padding-bottom: 4px;
	font-weight: bold;
	color: #AAA;
}

.qtip-content li, .qtip-content li a {
	font-size: 10pt;
	text-decoration: none;
	padding-bottom: 4px;
}

.qtip-content li a:hover {
	background-color: #yellow;
}

.qtip, .qtip-content, .qtip-wrapper {
	min-width: 150px;
	z-index: 9000000;
}

.layer-check input {
	border: 0;
}

#base-map, #base-map2, #bike-map, #bike-shops, #bike-share, #bike-parking {
	border: 0;
	border-color: #fff;
}

