﻿@charset "utf-8";
/* CSS Document */


/* css for Station Finder & route planner Pages */
ul.station-finder-tabs a {
	text-decoration:none;
	height: 30px;
	width: 220px;
	display: block;
}
#station-finder {
	background: #e7e7e7;
	width: 460px;
	margin:auto;
	border-bottom: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
	color: #333;
	white-space: normal;
}
#station-finder form {
	margin: 0;
	padding: 0;
}
#station-finder label {
	font-size: 12px;
}
#station-finder ul.station-finder-tabs {
	background: #fff;
	list-style: none;
	width:460px;
	height: 30px;
	margin:0;
	padding:0;
}
#station-finder ul.station-finder-tabs li {
	float: left;
}
#station-finder ul.station-finder-tabs span {
	visibility: hidden;
}
#station-finder ul.station-finder-tabs .station-finder-up {
	background: url(/images/tab-station-finder-up.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#station-finder ul.station-finder-tabs .route-planner-down {
	background: url(/images/tab-route-planner-down.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#station-finder fieldset {
	margin-top: 20px;
	padding: 0 20px 20px;
}
#station-finder label#find {
	display: block;
	margin: 0 0 11px;
	padding: 0;
	vertical-align: top;
	height: 24px;
}
#station-finder #find #miles {
	height: 22px;
}
#station-finder fieldset h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0;
	left: 0;
	line-height: 12px;
	height: 12px;
	display: block;
	width: 100%;
}
#station-finder .address {
	width: 416px;
	height:18px;
	color: #999;
	margin-bottom: 10px;
}
#station-finder .city {
	width: 210px;
	height:18px;
	color: #999;
	margin-right: 15px;
	margin-bottom: 22px;
}
#station-finder .state {
	width: 60px;
	height:24px;
	margin-right: 15px;
	margin-bottom: 22px;
	vertical-align: top;
}
#station-finder .zip-code {
	width: 100px;
	height:18px;
	color: #999;
	margin-bottom: 22px;
}
#station-finder div label {
	clear: left;
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#station-finder div {
	float:left;
	margin: 0 40px 0 0;
	padding: 0;
}
#station-finder #buttons {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	height: 20px;
}
#station-finder #buttons .button-find-station {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#station-finder #buttons .button-reset {
	float: left;
	margin: 0;
	padding: 0;
}
/* end */
#station-finder-results {
	background: #e7e7e7;
	height: 600px;
	width: 700px;
	margin:auto;
	border-bottom: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
}
#station-finder-results ul.station-finder-tabs {
	background: #fff;
	list-style: none;
	width:701%;
	height: 30px;
	margin:0;
	padding:0;
}
#station-finder-results ul.station-finder-tabs li {
	float: left;
}
#station-finder-results ul.station-finder-tabs span {
	visibility: hidden;
}
#station-finder-results ul.station-finder-tabs .station-finder-up {
	background: url(/images/tab-station-finder-up.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#station-finder-results ul.station-finder-tabs .route-planner-down {
	background: url(/images/tab-route-planner-down.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#station-finder-results #top-controls {
	height: 30px;
	width: 655px;
	margin-left: 20px;
	float: left;
	margin-top: 21px;
}
#station-finder-results #top-controls p {
	font-size: 12px;
	float:left;
	padding: 5px 0 0 5px;
}
#station-finder-results #MQmap {
	height: 320px;
	width: 382px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#station-finder-results #search-results {
	background-color: #fffaf5;
	float: right;
	height: 480px;
	width: 260px;
	margin-top: 15px;
	margin-right: 18px;
	overflow-y: scroll;
}
#station-finder-results #search-results p {
	background-color: #fffaf5;
	font-style: italic;
	padding: 10px;
	color: #FF0000;
	border-bottom: 1px dashed #FF0000;
}
#station-finder-results #MQcontrols {
	height: 30px;
	width: 382px;
	float: left;
	margin-left: 20px;
	font-size: 12px;
}
#station-finder-results #bottom-panel {
	float: left;
	width: 382px;
	margin-left: 20px;
	margin-top: 30px;
}
.station {
	font-size: 11px;
	padding: 15px 10px 0 12px;
}
.station img {
	float: left;
}
.station .address {
	margin-left: 28px;
}
.station .details {
	margin-left: 28px;
}
.station .address dt {
	font-weight: bold;
	color: #0050aa;
	padding: 0 0 3px 0;
}
.station .address dd {
	margin: 0;
	padding: 0 0 3px 0;
}
.station .details dt {
	font-weight: bold;
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
}
.station .details dd {
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
}
#route-planner {
	background: #e7e7e7;
	width: 460px;
	margin:auto;
	border-bottom: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
	color: #333;
	white-space: normal;
}
#route-planner form {
	margin: 0;
	padding: 0;
}
#route-planner label {
	font-size: 12px;
}
#route-planner ul.station-finder-tabs {
	background: #fff;
	list-style: none;
	width:701%;
	height: 30px;
	margin:0;
	padding:0;
}
#route-planner ul.station-finder-tabs li {
	float: left;
}
#route-planner ul.station-finder-tabs span {
	visibility: hidden;
}
#route-planner ul.station-finder-tabs .station-finder-up {
	background: url(/images/tab-station-finder-up.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#route-planner ul.station-finder-tabs .route-planner-down {
	background: url(/images/tab-route-planner-down.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#route-planner fieldset {
	margin-top: 20px;
	padding: 0 20px 20px;
}
#route-planner label#find {
	display: block;
	margin: 0 0 11px;
	padding: 0;
	vertical-align: top;
	height: 24px;
}
#route-planner #find #miles {
	height: 22px;
}
#route-planner fieldset h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0;
	left: 0;
	line-height: 12px;
	height: 12px;
	display: block;
	width: 100%;
}
#route-planner .address {
	width: 416px;
	height:18px;
	color: #999;
	margin-bottom: 10px;
}
#route-planner .city {
	width: 210px;
	height:18px;
	color: #999;
	margin-right: 15px;
	margin-bottom: 22px;
}
#route-planner .state {
	width: 60px;
	height:24px;
	margin-right: 15px;
	margin-bottom: 22px;
	vertical-align: top;
}
#route-planner .zip-code {
	width: 100px;
	height:18px;
	color: #999;
	margin-bottom: 22px;
}
#route-planner div label {
	clear: left;
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#route-planner div {
	float:left;
	margin: 0 40px 0 0;
	padding: 0;
}
#route-planner #buttons {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	height: 20px;
}
#route-planner #buttons .button-find-station {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#route-planner #buttons .button-reset {
	float: left;
	margin: 0;
	padding: 0;
}
#route-planner-results {
	background: #e7e7e7;
	height: 625px;
	width: 700px;
	margin:auto;
	border-bottom: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
}
#route-planner ul.route-planner-tabs {
	background: #fff;
	list-style: none;
	width:460px;
	height: 30px;
	margin:0;
	padding:0;
}
#route-planner ul.route-planner-tabs li {
	float: left;
}
#route-planner ul.route-planner-tabs span {
	visibility: hidden;
}
ul.route-planner-tabs a {
	text-decoration:none;
	display: block;
	height: 30px;
	width: 230px;
}
#route-planner ul.route-planner-tabs .route-planner-up {
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
	background-image: url(/images/tab-station-finder-up.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#route-planner ul.route-planner-tabs .route-planner-down {
	background: url(/images/tab-route-planner-down.png) no-repeat left top;
	list-style: none;
	margin:0;
	padding:0;
}
#route-planner ul.route-planner-tabs .route-planner-down {
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
	background-image: url(/images/tab-station-finder-down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#route-planner ul.route-planner-tabs .route-planner-up {
	background: url(/images/tab-route-planner-up.png) no-repeat left top;
	height: 30px;
	width: 230px;
	list-style: none;
	margin:0;
	padding:0;
}
#route-planner-results #top-controls {
	width: 655px;
	margin-left: 20px;
	float: left;
	margin-top: 21px;
}
#route-planner-results #top-controls p {
	font-size: 12px;
	float:left;
	padding: 5px 0 0 5px;
}
#top-controls #directions-address {
	float: left;
	margin-left: 10px;
}
#route-planner-results #top-controls dl {
	font-size: 11px;
	margin-bottom: 5px;
}
#route-planner-results #top-controls dl dt {
	font-weight: bold;
	float: left;
}
#route-planner-results #top-controls dl dd {
	margin-left: 40px;
}
#route-planner-results #MQmap {
	height: 320px;
	width: 382px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#route-planner-results #search-results {
	background-color: #fffaf5;
	float: right;
	height: 480px;
	width: 260px;
	margin-top: 15px;
	margin-right: 18px;
	overflow-y: scroll;
}
#route-planner-results #search-results div {
	border-bottom: 1px solid #ccc;
}
#route-planner-results #search-results p {
	font-style: italic;
	padding: 10px;
	color: #FF0000;
}
#route-planner-results #MQcontrols {
	height: 30px;
	width: 382px;
	float: left;
	margin-left: 20px;
	font-size: 12px;
}
#route-planner-results #bottom-panel {
	float: left;
	width: 382px;
	margin-left: 20px;
	margin-top: 30px;
}
.station {
	font-size: 11px;
	padding: 10px 10px 10px 12px;
}
.station img {
	float: left;
}
.station .address {
	margin-left: 28px;
}
.station .details {
	margin-left: 28px;
}
.station .address dt {
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
}
.station .address dd {
	margin: 0;
	padding: 0 0 3px 0;
}
.station .details dt {
	font-weight: bold;
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
}
.station .details dd {
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
}
#route-planner-results #search-results .directions p {
	font-size: 11px;
	font-style: normal;
	color: #000;
	margin: 0 0 0 28px;
	padding: 10px 10px 10px 10px;
}

/* styles for new google station finder */
ol.numlist {margin: 15px 0 15px 25px; padding: 0; list-style-type: decimal; font-size: .75em;}
