/*.e
--------------------------------------------------------------------
BART Global CSS Styles
--------------------------------------------------------------------
*/

/*-- Main Layout --*/

html {
  width: 100%;
  height: 100%;
  background: #ffffff url(../images/global/main-bg.gif) repeat-x top left;
}

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;  /* Default = 16px | 1em = 1px (16 x 62.5= 10) | e.g. 1.3em is approximately 1.3px */
  line-height: 160%;
  background: transparent url(../images/global/nav-line.gif) no-repeat right top;
  width: 100%;
  height: 100%;
}

div#container {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

p {
  margin-bottom: 10px;
}

strong, .strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

strong em, em strong {
  font-weight: bold;
  font-style: italic;
}

.clear-row {
  clear:both;
}
/*-- Global Table --*/

/*-- Global Form --*/


body#home form#quick-planner fieldset input.submit-button {
  width: 120px;
  margin: 0 auto;
  padding: 3px 5px;
  height: 23px;
}

input.radio {
  background: transparent none repeat scroll 0;
  margin-right: 2px;
  border: none;
  height: 1em;
}

input.text {
  height: 1.45em;
  font-size: 1.1em;
  padding: 2px 2px 2px 4px;
}

input.hidden {
  height: 0;
  visibility: hidden;
}

select {
  border: 1px solid #b1cad2;
  padding: 2px;
  font-size: 1.1em;
  height: 1.8em;
}

/* styles used in trip-planner form
Used in:
change-trip-form.tag
schedules.jsp
*/

form.trip-planner {
  margin: 0 auto;
}

table.module-square-ds form.trip-planner {
  width: 238px;
  padding-top: 10px;
}

form.trip-planner fieldset {
  width: 214px;
  margin: 0 6px 0 11px;
}

form.trip-planner div {
  margin-bottom: 10px;
}

form.trip-planner fieldset div.button {
  float: right;
  display: inline;
  height: 44px;
}

form.trip-planner label {
  padding: 2px 7px 2px 0;
}

form.trip-planner input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 0 0 4px;
}

form.trip-planner input.hidden {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form.trip-planner select {
  display: block;
  width: 100%;
  padding: 2px;
  margin-bottom: 10px;
}

form.trip-planner fieldset select.time,
form.trip-planner fieldset input.date {
  margin-left: 0;
  height: 18px;
  padding: 4px 0 0 4px;
  font-size: 1.2em;
  width: 93px;
  float: left;
  margin-bottom: 20px;
}

form.trip-planner fieldset select.time {
  margin-left: 8px;
  padding: 2px;
  height: 22px;
}

form.trip-planner a.address {
  display: block;
  width: auto;
  margin-bottom: 0;
  margin-left: 2px;
  padding-left: 7px;
  margin-top: -8px;
  background: transparent url(../images/global/arrow.gif) no-repeat left center;
}

form.trip-planner div.trip-direction {
  margin-bottom: 0;
}

form.trip-planner input.radio,
form.trip-planner input.checkbox {
  height: 1em;
  border: none;
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 0;
  width: 1em;
  display: inline;
}

form.trip-planner div.button {
  margin-right: 1px;
  margin-left: 5px;
  margin-bottom: 13px;
}

/*TRIP PLANNER OVERRIDES*/

table.module-square-ds form.trip-planner {
  position: relative;
  top: 15px;
}

/*-- Global Links --*/
a {
  color: #006699;
  text-decoration: none;
  font-size: 1.1em;
}

a:hover {
  text-decoration:underline;
}

a:active,
a:visited {
  color:#006699;
}

/* a em set to .9 to get 1.0 after p magnification*/
/*a.adobe-acrobat,*/
/*a.more-details {*/
  /*font-size: 0.9em;*/
  /*font-weight: bold;*/
  /*padding-top: 1px;*/
/*}*/

a.adobe-acrobat {
  background: transparent url(../images/icons/acrobat.gif) no-repeat right 2px;
  cursor: pointer;
  padding: 2px 15px 5px 0;
  font-size: 1em;
}

a.more-details {
  background: transparent url(../images/icons/link-arrow.gif) no-repeat right 2px;
  cursor: pointer;
  padding-right: 8px;
  font-size: 1em;
}

#tagline {
  font-size: 1.1em;
}

#tagline a {
  cursor: pointer;
  font-size: 1em;
}

body#home div#bart-information div.news span.video {
  background: none;
  cursor: pointer;
  border: none;
  margin: 0 0 0 3px;
}

a.close-dialog {
  margin-right: 6px;
  float: right;
  display: block;
  height: 9px;
  width: 9px;
}

table.module-square-ds a.close-dialog {
  margin-right: 6px;
  margin-top: 2px;
}

ul.links-list li a {
  background: transparent url(../img/icons/bullet.gif) no-repeat left 5px;
  cursor: pointer;
  padding-left: 6px;
  /*zoom: 1; *//* IE6 & IE7 HACK */
}

ul.bullet li {
  background: transparent url(../img/icons/black-bullet.gif) no-repeat left 6px;
  padding-left: 7px;
}

ul.important-links {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  clear: both;
  width: 100%;
}

div#station-details div.module,
div#neighborhood-map div.module,
div#neighborhood-location,
div.neighborhood-map div.module-gray,
ul.important-links {
  float: left;
  display: inline;
}

ul.important-links li {
  float: left;
  display: inline;
  padding: 4px 10px 4px 0;
}

ul.important-links li a {
  padding: 4px 10px 4px 0;
}

ul.important-links li a.disabled {
  background: transparent url(../images/icons/disabled.gif) no-repeat left 3px;
  cursor:pointer;
  padding-left: 20px;
}

ul.important-links li a.lost {
  background: transparent url(../images/icons/lost.gif) no-repeat left 3px;
  cursor:pointer;
  padding-left: 20px;
}

ul.important-links li a.police {
  background: transparent url(../images/icons/police.gif) no-repeat left 3px;
  cursor:pointer;
  padding-left: 20px;
}

ul.important-links li a.suggestion {
  background: transparent url(../images/icons/suggestion.gif) no-repeat left 3px;
  cursor:pointer;
  padding-left: 20px;
}

/*-- Global Headings--*/
div#content-header {
  margin-bottom: 10px;
}

h1 {
 color: #006699;
 font-size: 2.3em;
 line-height: 0.3em;
 font-weight: 900;
}

h2 {
  color: #000000;
  font-size: 1.8em;
  padding-bottom: 5px;
}

h3 {
  color: #000000;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
}

h4 {
  color: #000000;
  font-size: 1.2em;
  margin-bottom: 10px;
}

h4.strong {
  color: #000000;
  font-size: 1.2em;
  margin-bottom: 1px;
  margin-top: 1px;
  font-weight: bold;
}

div#subheader h4 {
  margin-bottom: 13px;
  margin-top: 4px;
}
div#subheader h1 {
 color: #006699;
 font-size: 2.3em;
 line-height: 1em;
 font-weight: 900;
}

h5 {
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

hr {
  color: #c3c6c0;
  background-color: #c3c6c0;
  height: 1px;
  border: none;
  margin-bottom: 15px;
}

h1 span {
  font-size: 0.6em;  /*2.5em to 15px*/
}

/* global fonts */
p, li {
  font-size: 1.1em;
}
td {
  font-size: 12.5px;
}

/* a em set to 1.0 to get 1.1 after p magnification*/
p a,
li a,
td a,
td input,
td input.text,
td textarea,
td select {
  font-size: 1em;
}

/* a's nested in sub-nav sizing*/
ul li ul li a {
  font-size: .9em;
}

span.date {
  display: block;
  font-size: .9em;
}

/*hide divs present only for accessibility*/
.hidden {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*-- Global Button Styles --*/
.button {
	text-align: center;
	margin: -2px 5px 0 0;
	white-space: nowrap;
	/*background-image: url(../images/global/button-l-on.gif) -400 -500 no-repeat;*/
  float: left;
  display: inline;
}

.buttonr {
	text-align: center;
	margin: -2px 5px 0 0;
	white-space: nowrap;
	/*background-image: url(../images/global/button-l-on.gif) -400 -500 no-repeat;*/
	float: right;
	  display: inline;
}

.buttonc {
  text-align: center;
  margin: -2px 5px 0 0;
  white-space: nowrap;
  /*background-image: url(../images/global/button-l-on.gif) -400 -500 no-repeat;*/
  display: inline;
}

.button a, .buttonr a, .buttonc a {
  background: transparent url(../images/global/button-r.gif) 100% 0 no-repeat;
  vertical-align: top;
  display: -moz-inline-block;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 4px 0 0;
  text-decoration: none;
}

.button a:hover, .buttonr a:hover, .buttonc a:hover {
  background-image:url(../images/global/button-r-over.gif);
  text-decoration: none;
}

.button a:hover span, .buttonr a:hover span, .buttonc a:hover span {
  background-image:url(../images/global/button-l-over.gif);
  text-decoration: none;
}

.button a:active, .buttonr a:active {
  background-image:url(../images/global/button-r.gif);
  text-decoration: none;
}

.button a:active span, .buttonr a:active span {
  background-image:url(../images/global/button-l.gif);
  text-decoration: none;
}

.button a span, .buttonr a span, .buttonc a span {
  cursor: pointer;
  background: url(../images/global/button-l.gif) 0 0 no-repeat;
  margin: 0;
  vertical-align: top;
  display: -moz-inline-block;
  display: -moz-inline-box;
  text-align: center;
  display: block;
  text-align: -moz-center;
  padding: 4px 6px 5px 11px;
  color: #000000;
}

/*-- Two and Three Column Template Styles--*/
div#main {
 width: 930px;
 margin: 0 0 15px 20px;
 height: 100%;
 position: relative;
 top: 99px;
 float: left;
 z-index: 3;
}

div#main.three-column {
  background: transparent url(../images/global/three-column-bg.gif) repeat-y top left;
}

div#main.two-column {
  background: transparent url(../images/global/two-column-bg.gif) repeat-y top left;
}

div#main.two-column-station div.wrapper {
  background: transparent url(../images/global/two-column-station-bg.gif) repeat-y top left;
  float: left;
  display: inline;
  position: relative;
}

ul#leftnav {
  float: left;
  display: inline;
  width: 168px; /* 169 -1 for border */
  height: 100%;
  font-size: 11px;
}

ul#leftnav-topics-nav {
  float: left;
  display: inline;
  width: 168px; /* 169 -1 for border */
  height: 100%;
}

div#main.two-column div#content {
  float: left;
  display: inline;
  width: 746px; /* 1 (lft border) - 15 (left padding) + 746 */
  padding-left: 15px;
  border-left: 1px solid #c3c6c0;
  height: 100%;
}

div#main.three-column div#content {
  float: left;
  display: inline;
  width: 564px; /* +1 (lft border - 15 (left padding) + 562 - 15 (rt padding) + 1 (rt border) */
  padding: 0 15px;
}

div#related-content {
  float: left;
  width: 168px; /*169 - 1 (left border)  */
}

/*-- Header --*/
div#header ul#main-nav {
  width: 950px;
  float: right;
  font-weight: bold;
  line-height: 1.1em;
  /*clear:both;*/
  height: 40px;
  position: relative;
  display: inline;
  top: 12px;
  z-index: 10;
  font-size:1.1em;
}

div#header ul#main-nav li {
  width: 91px;
  height: 34px;
  float: left;
  margin: 0 auto;
  padding: 1px;
  position: relative;
  text-align: center;
  border-top: 1px solid #6f6d5f;
  border-right: 1px solid #6f6d5f;
  display: inline;
}

div#header ul#main-nav li a,
div#header ul#main-nav li a:active,
div#header ul#main-nav li a:visited {
  display: block;
  color: #ffffff;
  height: 10px;
  padding: 12px 0;
}

div#header ul#main-nav li a:hover
{
  background-color: #7C7C69;
  text-decoration: none;
  background-image: none;
}

div#header ul#main-nav li.selected a,
div#header ul#main-nav li.selected a:hover,
div#header ul#main-nav li.selected a:active,
div#header ul#main-nav li.selected a:visited {
  background: #9c9d8a url(../images/header/nav-selected.png) no-repeat top left;
}

div#header ul#main-nav li.selected a:hover {
  cursor: default;
  background-color: #7C7C69;
}

div#header ul#main-nav li.on a {
  background: #9c9d8a url(../images/header/nav-selected.png) no-repeat top left;
}

div#header ul#main-nav li.on a:hover {
  background: #7C7C69 url(../images/header/nav-selected.png) no-repeat top left;
}

div#header ul#main-nav li#logo {
  width: 292px;
  border: none;
  padding: 0;
}

div#header ul#main-nav li#logo a {
  display: block;
  height: 142px;
  width: 296px;
  position: absolute;
  top: -56px;
  left: 0;
  border: none;
}

div#header ul#main-nav li#logo a,
div#header ul#main-nav li#logo a:hover,
div#header ul#main-nav li#logo a:visited,
div#header ul#main-nav li#logo a:active {
  background: none;
}

/*-- Main Nav, Subnavigation --*/
div#header ul#main-nav li ul.subnav {
  display: none;
  margin-top: 0;
  top: 34px;
  line-height: 1.1em;
  left: -2px;
  padding: 3px 0 0 0;
  position: absolute;
  width: auto;
  height: 36px;
  z-index: 11;
}

div#header ul#main-nav li.hover ul.subnav,
div#header ul#main-nav li.focus ul.subnav {
  display: block;
}

div#header ul#main-nav>li:hover ul.subnav { display: block; }
div#header ul#main-nav li a {
/*\*/
display: block;
/*/
display: inline-block;
/**/
}

div#header ul#main-nav ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

div#header ul#main-nav ul#about {
  left: -61px;
}

div#header ul#main-nav ul.subnav li {
  width: 160px;
  height: 31px;
  border: 0;
  padding:0;
  margin:0;
  background: transparent url(../images/header/subnav-bg.png) no-repeat 0 0;
  vertical-align: top;  /* required to remove excess white space on lists in ie7 */
  text-align: left;
}

div#header ul#main-nav ul.subnav li.first {
  background: transparent url(../images/header/subnav-top.png) no-repeat left 0;
}

div#header ul#main-nav ul.subnav li.footer {
  background: transparent url(../images/header/subnav-bottom.png) no-repeat left top;
  /*height: 4px;*/
}

div#header ul#main-nav li ul.subnav li a,
div#header ul#main-nav li.selected ul.subnav li a,
div#header ul#main-nav li.selected ul.subnav li a:active,
div#header ul#main-nav li.selected ul.subnav li a:visited {
  width: 139px;  /* 153 - 15 padding  */
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 10px 15px;
  background-color: #7c7c69;
  margin: 0 0 0 1px;
  border-bottom: 1px solid #afaea0;
  background-image: none;
}

div#header ul#main-nav li.selected ul.subnav li a.last,
div#header ul#main-nav ul.subnav li a.last {
  border-bottom: 1px solid #7c7c69;
}

div#header ul#main-nav li ul.subnav li a:hover,
div#header ul#main-nav li.selected ul.subnav li a:hover {
  background-color: #5a4827;
  background-image: none;
}

/*-- Main Nav, Utility --*/
div#utility-nav {
  width: 680px;
  float: right;
  display: inline;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  padding-top: 9px;
  height: 16px;
  font-size: 12px;
}

div#utility-nav a,
div#utility-nav a:active,
div#utility-nav a:hover,
div#utility-nav a:visited
{
  color: #ffffff;
  font-size: 1.0em;
  text-decoration: none;
  padding: 0 3px;
}

form#site-search {
  width: 220px;
  float: right;
  display: inline;
  text-align: right;
  padding-top: 6px;
  padding-bottom: 2px;
  height: 24px;
}

form#site-search input {
  font-size:1.1em;
  height:18px;
  margin-left:0pt;
  padding:0 0 0 4px;
}

form#site-search input#query {
  width: 140px;
  float: left;
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 0;
  font-weight: normal;
}

form#site-search input#search-submit {
  width: 75px;
  padding-top: 0;
  height: 20px;
}

form#site-search div input#search-submit {
  width: 55px;
}

form#site-search div.button {
  margin-right: 0;
  float: right;
}

form#site-search div.button a {
	background: url(../images/global/header-button-r.gif) 100% 0 no-repeat;
}

form#site-search div.button a:hover {
	background: url(../images/global/header-button-r-over.gif) 100% 0 no-repeat;
}

form#site-search div.button a:active {
	background: url(../images/global/header-button-r.gif) 100% 0 no-repeat;
}

form#site-search div.button a span {
	background: url(../images/global/header-button-l.gif) 0 0 no-repeat;
}

form#site-search div.button a:hover span {
	background: url(../images/global/header-button-l-over.gif) 0 0 no-repeat;
}

form#site-search div.button a:active span {
	background: url(../images/global/header-button-l.gif) 0 0 no-repeat;
}

/*-- Footer --*/
div#footer {
  /*margin-top: 15px;*/
  clear:both;
  position: relative;
  top: 95px;
  float: left;
  width: 100%;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active
{
  font-size: 1.1em;
  color: #006699;
  padding: 3px;
}

div#footer-nav {
  width: 65%;
  float: left;
  display: inline;
  font-size: 11px;
}

div#footer-utility-nav {
  width: 30%;
  float: right;
  display: inline;
  text-align: right;
  font-size:11px;
}

div#footer-utility-nav,
div#footer-nav {
  margin-bottom: 4px;
}

div#footer div#footer-nav a.accessible {
  background: transparent url(../images/icons/accessible.gif) no-repeat left 2px;
  cursor:pointer;
  padding-left: 16px;
}

div#copywrite {
  width: 50%;
  float: left;
  display: inline;
  color: #000;
  padding-top: 8px;
  border-top: 1px solid #c3c6c0;
}

div#locales {
  width: 50%;
  float: right;
  display: inline;
  border-top: 1px solid #c3c6c0;
  padding-top: 9px;
}

div#locales li {
  width: 17px;
  float: right;
  display: inline;
  padding-right: 16px;
}

div#locales li.last {
  padding-right: 0;
}

/*-- Sub Header --*/

div#subheader {
  border-bottom: 4px solid #7c7c69;
  width: 930px;
  position: relative;
  top: 74px;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 12px;
  float: left;
  z-index: 4; /*needs to be one above main to allow change-trip-planner pop-ups to open over main in 

results pages*/
}

div#breadcrumbs {
  position: absolute;
  left: 322px;
  width: 648px;
  top: 91px;
font-size: 1.1em;
  color: #000000;
}

div#breadcrumbs a {
  color: #006699;
  text-decoration: none;
}

div#breadcrumbs a:hover {
  color: #006699;
  text-decoration: underline;
}

div.utility-links {
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
}

a.email {
  background: transparent url(../images/icons/icon-email.gif) no-repeat left 2px;
  padding-left: 14px;
  padding-right: 14px;
  cursor:pointer;
}

a.print {
  background: transparent url(../images/icons/icon-print.gif) no-repeat left 2px;
  padding-left: 14px;
  cursor:pointer;
}

div#subheader hr {
  height: 4px;
  background-color: #7c7c69;
  border: none;
}

ul#leftnav {
  width: 168px;
  margin-top: 0;
}
ul#leftnav li {
  border-bottom: 1px solid #c3c6c0;
  display: block;
  list-style-position: outside;
}

ul#leftnav li a {
  display: block;
  padding: 7px 0 7px 10px;
  color: #000000;
}

ul#leftnav li a:hover,
ul#leftnav li a.selected {
  display: block;
  padding: 7px 0 7px 10px;
  text-decoration: none;
  font-weight: bold;
  background-color: #eef2f3;
  font-size: 0.98em;
}

/*topics overrides*/
ul#leftnav-topics-nav {
  width: 262px;
  text-align: left;
  margin: 15px 0 0 13px;
}

ul#leftnav-topics-nav li {
  border-bottom: 1px solid #c3c6c0;
  display: block;
  list-style-position: outside;
}

div.three-column ul#leftnav-topics-nav {
  width: 160px;
}

ul#leftnav-topics-nav li a {
  display: block;
  font-size: 1.2em;
  color: #006699;
  padding: 10px 0 10px 10px;
}

ul#leftnav-topics-nav li a:hover,
ul#leftnav-topics-nav li a.selected {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #ffffcc;
  padding: 10px 0 10px 10px;
  text-decoration: none;
}

/*topic area styles*/

div.topics-panel {
  float: left;
  display: inline;
  width: 440px;
  border-left: 1px solid #c3c6c0;
  padding-left: 15px;
  margin-top: 15px;
}

div.topics-content {
  height: 475px;
  overflow: auto;
  text-align: left;
}

div.three-column div.topics-panel {
  width: 355px;
}

/*hcard contact styles*/

div.bart-contact {
  margin-left: 0;
  margin-bottom: 15px;
}

div.bart-contact span.post-office-box {
  display: block;
}

/*-- Stations Template Styles--*/

div#stations-directory,
div#station-directions {
  float: left;
  display: inline;
  width: 332px; /*333 - 1 (left border)  */
  /* SVu: using background border instead */ /* border-right: 1px solid #C3C6C0 */

}

div#stations-directory ul {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

div#stations-directory ul li {
  margin: 0;
  margin-left: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  background: none;
}

div#station-map {
  float: left;
  width: 580px;
  margin-left: 15px;
}

/*-- Station Template Styles--*/

div#results {
  float: left;
  width: 510px;
  margin-right: 0;
  position: relative;
}

div#station-details {
  float: left;
  width: 562px;
  padding-right: 15px;
  /* SVu: using background border instead */ /*border-right: 1px solid #c3c6c0;*/
}
div#product-details {
  float: left;
  width: 683px;
  padding-right: 15px;
  /* SVu: using background border instead */ /*border-right: 1px solid #c3c6c0;*/
}


div#related-map {
  float: left;
  width: 351px;
}

form#station-trip-planner {
  position:absolute;
  width: 445px;
  bottom: 44px;
  left: 440px;
  z-index: 1;
}

form#station-trip-planner fieldset a.calendar-icon {
  position: absolute;
  float: none;
  left: 65px;
}

/* Transit Form */
form.transit-trip-planner {
  margin: 0 6px 0 11px;
}

form.transit-trip-planner fieldset {
  width: 234px;
}

form.transit-trip-planner div {
  margin-bottom: 10px;
}

form.transit-trip-planner fieldset div.button {
  float: right;
  display: inline;
  height: 44px;
}

form#transit-trip-planner fieldset a.calendar-icon {
  position: absolute;
  float: none;
  left: 80px;
}

form.transit-trip-planner label {
  padding: 2px 7px 2px 0;
}

form.transit-trip-planner input#a {
  display: block;
  height: 16px;
  width: 230px;
  margin-bottom: 10px;
  padding: 3px 0 0 4px;
  font-size: 1.1em;
}

form.transit-trip-planner input.hidden {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form.transit-trip-planner select {
  display: block;
  padding: 2px;
  margin-bottom: 10px;
}

form.transit-trip-planner select#s {
  width: 230px;
}

form.transit-trip-planner fieldset select.time,
form.transit-trip-planner fieldset input.date {
  margin: 0 8px 20px 0;
  height: 16px;
  padding: 3px 0 0 4px;
  font-size: 1.1em;
  width: 93px;
  float: left;
}

form.transit-trip-planner fieldset select.time {
  margin-left: 8px;
  padding: 2px;
  height: 22px;
}

form.transit-trip-planner fieldset div.button {
  margin-right: 50px;
}

form#lostfound fieldset a.calendar-icon {
  position: absolute;
  float: none;
  left: 80px;
  top: 10px;
}

form#station-trip-planner select {
  z-index: 1;
}

/*-- Station Template- Neighborhood Styles--*/
div#neighborhood-details {
  float: left;
  display: inline;
  width: 683px;
  padding-right: 15px;
  border-right: 1px solid #c3c6c0;
}

div#attractions {
  float: right;
  display: inline;
  width: 231px;
}

/*-- Trip Results Template Styles--*/

div#results-map {
  float: right;
  width: 405px;
}

/*THREE COLUMN MAIN CONTENT MODULE STYLES*/
div.partial {
  width: 257px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  display: inline;
  padding: 0 2px;
}

div.full {
  width: 532px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  display: inline;
  padding-top: 2px;
}

div#schedule-header {
  width: 532px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  float: left;
  display: inline;
  padding-top: 2px;
}

div.new div.full {
  width: 718px;
}

div.partial p,
div.partial ul,
div.full ul,
div.full p,
div.full form {
  padding: 0 10px;
}

div.full-wrapper {
  width: 542px;
  float: left;
  display: inline;
}

div.full p,
div.partial p {
  line-height: 1.3em;
  margin-top: 4px;
}

div.full div.topic-section,
div.full div.topic-image {
  padding-top: 10px;
}

/* STATIONS LISTING PAGE */

div#stations-landing div#main,
div#stations-landing div#stations-directory {
  z-index: 11; /*must go over the 10 z-index set on main-nav*/
  position: relative;
}

div#stations-directory ul {
  width: 156px;
  float: left;
  margin-right: 10px;
  position: relative;
  display: inline;
  list-style-position: outside;
}

div#stations-directory ul.first {
  z-index: 2;
}

div#stations-directory ul li {
  position: relative;
}

div#stations-directory ul li a:hover,
div#stations-directory ul li a:active {
  text-decoration: none;
  background-color: #ffff99;
}

div.station-information {
  position: absolute;
  top: 0;
  left: 110px;
  width: 214px;
  padding-top: 12px;
  z-index: 20;
}

div.station-information div.module-station-details {
  background: transparent url(../images/modules/popup-dialog-t.png) no-repeat top left;
  width: 185px;
  height: 84px;
  margin-left: 0;
  padding: 0 15px 0 15px;
}

div.station-information div.fn {
  padding-top: 10px;
}

div.station-information div.fn a {
  font-size: 1.2em;
  font-weight: bold;
}

div.station-information a {
  font-size: 1.0em;
}

div.station-information a:hover {
  text-decoration: underline;
  background-color: #ffffff;
  display: inline;
}

div.station-information a.close-dialog {
  position: absolute;
  top: 20px;
  left: 190px;
  display: inline;
}

div.station-information p.links {
  background: transparent url(../images/modules/popup-dialog-b.png) no-repeat top left;
  margin-top: 0;
  padding-top: 5px;
  width: 214px;
  height: 89px;
}

div.station-information p.links a {
  font-size: 0.9em;
}

div.station-information p.links a.map {
  margin-left: 15px;
}

div#station-map {
  position: relative;
  display: inline;
}

div.map-matte {
  width: 550px;
  background-color: #ffffff;
  border: 1px solid #91d2ec;
  padding: 15px;
  position: relative;
  top: -3px;
}

div#station-map div.module-gray {
  margin-top: 0;
  float: left;
  display: inline;
}

div.featured-station {
  width: 332px;
  height: 218px;
  clear: both;
}

div.featured-station div.station-image {
  clear: both;
  position: relative;
  top: 82px;
  height: 117px;
  width: 317px;
  overflow: hidden;
  margin: 0 auto;
  left: -10px;
}

div.featured-station div.station-image div.image-cover {
  position: absolute;
  top: 0;
  background: transparent url(../images/global/img-cover-rectangle-2.png) no-repeat top left;
  height: 117px;
  width: 317px;
  z-index: 2;
}

div.featured-station div.station-image div.matte img {
  top: -180px;
  left: -30px;
  position: relative;
}

div.featured-station div.station-image div.matte {
  display: table-cell;
  vertical-align: middle;
}

div.featured-station p {
  position: relative;
  top: 88px;
}

/* STATION MICROSITE PAGES */
div#station-details div.rss-image-link {
  float: right;
  display: inline;
  width: 50%;
  text-align: right;
  height: 20px;
}

div#station-details div.topic-section h5 {
  float: left;
  width: 40%;
  height: 20px;
}

div#station-details div.topic-section ul.links-list {
  width: 95%;
  top: 0;
}

ul.links-list a:link span.photo-credit,
ul.links-list a:visited span.photo-credit,
ul.links-list a:hover span.photo-credit,
ul.links-list a:active span.photo-credit {
  font-size: .8em;
  color: #3b3e3e;
  text-decoration: none;
  padding-left: 4px;
}

.archive-date {
  padding-right: 15px;
}

div.module-content {
  padding-top: 5px;
}

.real-time-station {
  padding-left: 10px;
}

table#real-time-arrivals {
}

div#station-details table#real-time-arrivals {
  width: 246px;
}

div#station-details table#real-time-arrivals td.times {
  text-align: right;
}

table#real-time-arrivals col#train-lines {
  width: 100px;
}
table#real-time-arrivals tr td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table#real-time-arrivals tr.first td {
  border-top: none;
}

table#real-time-arrivals tr.last td {
  border-bottom: none;
}

table#real-time-arrivals td {
  padding: 4px 0;
}

table#real-time-arrivals-wide {
  width:100%;
  margin-left: 10px;
}

div#station-details table#real-time-arrivals-wide {
  width: 520px;
}

div#station-details table#real-time-arrivals-wide td.times {
  text-align: right;
}

table#real-time-arrivals-wide col#train-lines {
  width: 150px;
}

table#real-time-arrivals-wide tr td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table#real-time-arrivals-wide tr.first td {
  border-top: none;
  padding-top: 12px;
}

table#real-time-arrivals-wide tr.last td {
  border-bottom: none;
}

table#real-time-arrivals-wide td {
  padding: 4px 0;
}

/*related-map-details-styles*/
div#related-map div.related-photos {
  padding-left: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c3c0;
}

div#related-map ul.station-thumbnails {
  margin-bottom: 10px;
}

div#related-map div.station-photo-lg {
  height: 259px;
  overflow: hidden;
  position:relative;
  width: 336px;
  margin-bottom: 20px;
}

div#related-map div.large-matte {
  background:transparent url(../images/global/station-image-matte.png) no-repeat top left;
  position: relative;
  z-index: 3;
  height: 259px;
  width: 336px;
}

div#related-map div.station-photo-lg div.img-container {
  position: relative;
  z-index: 2;
  top: -253px;
  left: 4px;
  height: 238px;
  width: 329px;
  overflow: hidden;
}

div#related-map div.station-photo-lg div.img-container img {
  position:relative;
  top: -60px;
  left: -38px;
}

div#related-map ul.station-thumbnails li {
  display: inline;
  float: left;
  margin: 0 14px 0 0;
  height: 90px;
  overflow: hidden;
  position:relative;
  width: 70px;
}

div#related-map ul.station-thumbnails li.last {
  margin-right: 0;
}

div#related-map ul.station-thumbnails li a.matte {
  background:transparent url(../images/home/thumbnail-matte.png) no-repeat top left;
  position: relative;
  z-index: 3;
  height: 58px;
  width: 70px;
  display: block;
}

div#related-map ul.station-thumbnails li.selected a.matte {
  background:transparent url(../images/home/thumbnail-matte-sel.png) no-repeat top left;
  position: relative;
  z-index: 3;
  height: 58px;
  width: 70px;
  display: block;
}

div#related-map ul.station-thumbnails li a.matte:hover {
	background: transparent url(../images/home/thumbnail-matte-sel.png) no-repeat scroll left top;
	cursor: pointer;
  text-decoration: none;
}

div#related-map ul.station-thumbnails li a.matte {
	background: transparent url(../images/home/thumbnail-matte.png) no-repeat scroll left top
}

div#related-map ul.station-thumbnails li img {
  position: relative;
  z-index: 2;
  top: -62px;
  left: -5px;
}

div#related-map ul.station-thumbnails li div.photo-credit {
  position: absolute;
  top: 58px;
  width: 70px;
  z-index: 5;
  background-color: #ECF1F2;
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 3px;
  left: 0;
  height: 40px; /* Needed to cover up longer pictures. Will handle up to heights of 98px */
}

div.related-photos p.caption-right {
  text-align: right;
  position: relative;
  bottom: 20px;
  margin-bottom: 0;
}

/* stationSpecificDirections styles*/
form#station-directions-form input.text,
form#station-directions-form select {
  margin-bottom: 8px;
}

form#station-directions-form input.text {
  width: 24.7em;
}

form#station-directions-form select.to-from {
  width: 5.5em;
  margin-right: 8px;
  float: left;
  display: inline;
}

form#station-directions-form select.station {
  width: 19.1em;
  float: left;
  display: inline;
}

form#station-directions-form a.station-select-link {
  padding: 0 0 0 73px;
  bottom: 6px;
  position: relative;
  margin-bottom: 10px;
}

form#station-directions-form div.radio label {
  font-size: 1.1em;
  position: relative;
  bottom: 2px;
}

form#station-directions-form div.button {
  margin-top: 12px;
}

/* MAPQUEST DIRECTION STYLES */

form.directions-header {
  border-bottom: 1px solid #c6c3c0;
  padding-bottom: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
  display: inline;
  width: 317px;
  font-size: 1.1em;
}

form.directions-header h3 {
  font-size: 1.4em;
  margin: 10px 0 15px 0;
}


form.directions-header div.directions-title {
  margin-bottom: 15px;
}

form.directions-header div.directions-title label {
  padding-right: 15px;
}

form.directions-header div.directions-title label.to {
  padding-right: 26px;
}

form.directions-header span.to-from {
  font-weight: bold;
  width: 250px;
}

/* stationSpecificDirectionsResults styles*/

div.station-directions-results {
  float: left;
  display: inline;
  margin-right: 15px;
  width: 317px;
}

div.station-directions-results div.adr {
  margin: 0 0 20px 0;
}

div.station-directions-results div.adr,
div.station-directions-results div.adr span,
div.station-directions-results div.adr abbr{
 font-size: 1.1em;
}

div.station-directions-results div.start {
  background: transparent url(../images/mapquest/icons/start.gif) no-repeat left 2px;
  padding-left: 40px;
}

div.station-directions-results div.end {
  background: transparent url(../images/mapquest/icons/end.gif) no-repeat left 2px;
  padding-left: 40px;
}

div.station-directions-results div.start-bart {
  background: transparent url(../images/mapquest/mq_icons/3100.gif) no-repeat left 2px;
  padding-left: 40px;
}

div.station-directions-results div.end-bart {
  background: transparent url(../images/mapquest/mq_icons/3100.gif) no-repeat left 2px;
  padding-left: 40px;
}

div.station-directions-results div.start span.street-address,
div.station-directions-results div.end span.street-address,
div.station-directions-results div.start-bart div.org,
div.station-directions-results div.end-bart div.org {
  display: block;
  font-weight: bold;
}

div.station-directions-results div.end div.fn{
  font-weight: bold;
}

div.station-directions-results table {
  margin: 10px 0 10px 0;
  border-top: 1px solid #c6c3c0;
  width: 315px;
}

div.station-directions-results table col#item,
div.station-directions-results table col#item-to
div.station-directions-results table col#item-from {
  width: 20px;
}

div.station-directions-results table col#direction {
  width: 200px;
}

div.station-directions-results table td.mileage {
  color: #818586;
  text-align: right;
}

div.station-directions-results table tr td {
  border-bottom: 1px solid #c6c3c0;
  height: 1.2em;
}

div.station-directions-results table td {
  padding: 5px 5px 5px 0;

}

div.station-directions-results table colgroup#direction {
  padding-right: 140px;
}
/* stationSpecificNeighborhood styles*/
div.topic-lead h3 {
  margin-bottom: 5px;
}

div.topic-lead p {
  margin-bottom: 12px;
  line-height: 1.3em;
  padding-left: 0;
}

div.topic-lead hr {
  margin-bottom: 10px;
}

div#attractions h3 {
  padding-left: 15px;
}

div#attractions div.neighborhood-food {
  background: transparent url(../images/icons/food-icon.gif) no-repeat left 2px;
  padding-left: 32px;
}

div#attractions div.neighborhood-shopping {
  background: transparent url(../images/icons/shopping-icon.gif) no-repeat left 1px;
  padding-left: 32px;
}

div#attractions div.neighborhood-attractions {
  background: transparent url(../images/icons/attractions-icon.gif) no-repeat left 5px;
  padding-left: 32px;
}

/*STATION TRIP PLANNER FORM STYLES*/

form#station-trip-planner fieldset legend {
  margin-bottom: 5px;
}

form#station-trip-planner fieldset legend span.h5 {
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
}

form#station-trip-planner table tr td label {
  font-size: 1.2em;
}

form#station-trip-planner input.radio {
  height: 12px;
  width: 12px;
  margin-bottom: 2px;
}

form#station-trip-planner table td select {
  width: 100px;
}

form#station-trip-planner table td select#start-station {
  margin-right: 10px;
}

fieldset div.date-time-inputs,
table.module-square-ds div.date-time-inputs {
  position: relative;
}

fieldset a.calendar-icon,
table.module-square-ds a.calendar-icon {
  height: 14px;
  left: -20px;
  position: relative;
  float: left;
  width: 14px;
  top: 4px;
}

form#station-trip-planner table td input.date,
form#station-trip-planner table td select#travel-time {
  width: 75px;
}

form#station-trip-planner table td div {
  position: relative;
  overflow: visible;
}

form#station-trip-planner table tr td {
  padding-right: 10px;
  vertical-align: bottom;
}

div#subheader table#trip-calendar-widget {
  width: 211px;
}

form#station-trip-planner table tr td.switch-directions {
  padding-bottom: 3px;
}

form#station-trip-planner table tr td.switch-directions,
form#station-trip-planner table tr td.first {
  padding-right:0;
}

form#station-trip-planner table tr td div label {
  position: absolute;
  width: 200px;
  font-size: 1.0em;
  top: -1px;
}

form#station-trip-planner table tr.first td label.hidden {
  position: absolute;
  top: -1000px;
}

form#station-trip-planner table tr td div.button {
  top: 2px;
}

form#station-trip-planner table#calendar-widget {
  left: 115px;
  top: 65px;
}

/*Train Line Styles*/

div.partial ul.station-lines {
  margin-top: 4px;
}

ul.station-lines img.two-way{
  padding: 0 2px;
  position: relative;
  top: 2px;
  margin: 0;
}

li.route-7-line,
td.route-7-line,
li.route-8-line,
td.route-8-line {
  background: transparent url( ../images/icons/route-7-line.gif ) no-repeat left 9px;
  padding: 6px 0 6px 15px;
}

li.route-3-line,
td.route-3-line,
li.route-4-line,
td.route-4-line {
  background: transparent url( ../images/icons/route-3-line.gif ) no-repeat left 9px;
  padding: 6px 0 6px 15px;
}

li.route-5-line,
td.route-5-line,
li.route-6-line,
td.route-6-line {
  background: transparent url( ../images/icons/route-5-line.gif ) no-repeat left 9px;
  padding: 6px 0 6px 15px;
}

li.route-1-line,
td.route-1-line,
li.route-2-line,
td.route-2-line {
  background: transparent url( ../images/icons/route-1-line.gif ) no-repeat left 9px;
  padding: 6px 0 6px 15px;
}

li.route-11-line,
td.route-11-line,
li.route-12-line,
td.route-12-line {
  background: transparent url( ../images/icons/route-11-line.gif ) no-repeat left 9px;
  padding: 6px 0 6px 15px;
}

/* MICROFORMAT - HCARD STYLES*/
div.adr {
  margin-bottom: 0;
  margin-left: 15px;
}

div.adr span,
div.adr abbr {
  font-size: 1.1em;
}

div.adr a {
  font-size: 1.3em;
  font-weight: bold;
}

div.adr a.detail-link,
div.adr a.detail-link:hover {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 0;
}
/*DYNAMIC LAYERS*/
 /*MAP*/

table#overlay-bart-system-map {
  position: absolute;
  top: -9px;
  left: 282px;
  z-index: 3;
}

table#overlay-bart-system-map div {
  position: relative;
  height: 5px;
  top: -5px;
  text-align: right;
  margin-bottom: 5px;
}

table#overlay-bart-system-map div a {
  float: none;
  display: inline;
  margin: 0;
}

table#overlay-bart-system-map tr td.contents{
  text-align:center;
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 13px;
}

table#overlay-bart-system-map tr td.contents img {
  background-color: #ffffff;
  margin: 0 5px 3px 3px;
}

table.calendar-widget {
  background-color: #ffffff;
  text-align:center;
  border: 6px solid white;
  width: 180px;
  clear: right;
  margin: 6px;
}

table.calendar-widget tr th {
  background-color: #d5e5ec;
  border-collapse: collapse;
  text-align:center;
}

table.calendar-widget tr th.month {
  background: #2b7fa2;
  text-align:center;
  border-collapse: collapse;
  padding: 3px 0;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}

table.calendar-widget tr th.month img{
  margin-top: 3px;
}

table.calendar-widget tr td {
  color: #2b7fa2;
  text-align:center;
}

table.calendar-widget tr td.past {
  color: #999999;
}

/* STATION LISTING POPUP MODULE FOR STATION SELECTS */

table#overlay-arriving-station,
table#overlay-departing-station {
  position: absolute;
  top: 100px;
  left: 25px;
  z-index: 3;
}

table#overlay-arriving-station {
  top: 155px;
}

table#overlay-arriving-station tr td.contents table,
table#overlay-departing-station tr td.contents table {
  background-color: #ffffff;
  border: 18px solid white;
  border-collapse: separate;
  width: 510px;
  text-align:left;
}

table#overlay-arriving-station tr td.contents table a,
table#overlay-departing-station tr td.contents table a {
  display: block;
  padding-left: 3px;
}

table#overlay-arriving-station tr td.contents table a:hover,
table#overlay-departing-station tr td.contents table a:hover {
  text-decoration: none;
  background-color: #ffff99;
  font-weight: bold;
}

table#overlay-arriving-station tr td.contents div,
table#overlay-departing-station tr td.contents div {
  background-color: #d5e5ec;
  position: relative;
}

/*PAGE SPECIFIC STYLES AND OVERRIDES*/
ul.newsletter-links {
  line-height:1.8em;
  margin-bottom:10px;
  margin-top:1px;
  float: left;
  display: inline;
}

div.advisory-links span,
div.advisory-links h5 {
  margin-right: 5px;
}

div.rss-image-link img.rss,
a.rss img.rss {
  padding: 0 4px 0 0;
  top: 2px;
  position: relative;
  text-decoration: none;
}

div.related-promos {
  padding-left: 15px;
}
/*guide styles*/
div#content div.module {
  float: left;
  display: inline;
}

div.topic-section ul.three li {
  padding-right: 0;
}

table.operating-hours {
  margin: 1px 0 10px 10px;
}

table.operating-hours td  {
  padding-right: 20px;
}

/*links list*/
div.topic-section ul.links-list {
  float: left;
  display: inline;
  list-style-position: outside;
  padding-left: 0;
}

ul.links-list {
  line-height: 1.8em;
  margin-top: 1px;
  margin-bottom: 10px;
}

/*related content*/
div.new div#related-content {
  border-left: 1px solid #c3c6c0;
  height: 93px;
}

/*related-box*/
div#related-content div.sidebar-box {
  border-bottom:1px solid #C3C6C0;
  margin-bottom:15px;
}

div#related-content div.sidebar p {
  margin-bottom: 5px;
}

div#related-content div.sidebar p.last {
  margin-bottom: 0;
}

div.new div#related-content div.related-box {
  height: 73px;
}

div.new div.module ul#leftnav-topics-nav,
div.new div.module div.topics-panel {
  margin-top: 0;
}

div#related-content div.related-box {
  background: #eef2f3;
  border-bottom: 1px solid #c3c6c0;
  padding: 10px 5px 15px 15px;
  margin-bottom: 15px;
}

div#related-content div.related-box p{
  line-height: 1.1em;
}

div#related-content form#mailing-list input.text {
  width: 12.4em;
  margin-bottom: 5px;
}

div#related-content div.related-box form#mailing-list a.more-details {
  float: right;
  display: inline;
  background: transparent url(../images/icons/link-arrow.gif) no-repeat right 8px;
}

div#related-content div.related-content-wrapper img {
  margin-bottom: 15px;
}

/*see schedules for naming conflict w/ divs inside of related content*/
div.new div#related-content {
  border-left: 1px solid #c3c6c0;
  height: 93px;
}

div.new div#related-content div.related-box {
  height: 73px;
}

/*TICKETS SECTION AND FARE CALCULATOR*/
form#fare-calculator {
  width: 517px;
  margin: 0 22px 15px 22px;
}

form#fare-calculator h3 {
  font-size: 1.4em;
  padding: 10px 0 0 0;
}

form#fare-calculator fieldset {
  float: left;
  display: inline;
  width: 293px;
}

form#fare-calculator fieldset.trip-type {
  margin-left: 44px;
  margin-top: 10px;
  width: 200px;
}

form#fare-calculator fieldset.trip-type input {
  height: 1em;
}

form#fare-calculator fieldset.trip-type label {
  padding: 4px 10px 4px 0;
}

form#fare-calculator fieldset.station-selection label {
  float: left;
  display: inline;
  text-align: right;
  width: 40px;
  font-weight: bold;
  padding-right: 5px;
  font-size: 1.1em;
}

form#fare-calculator fieldset.station-selection select {
  float: left;
  display: inline;
  width: 204px;
  margin-bottom: 5px;
}

form#fare-calculator fieldset.station-selection select.last {
  height: 1.9em;
}

form#fare-calculator fieldset.station-selection div.button {
  margin-left: 3px;
}

div.fare-results {
  float: left;
  display: inline;
  text-align: center;
  width: 180px;
  height: 80px;
  margin: 0 5px;
  position: relative;
  bottom: 12px;
}

div.fare-results strong {
  font-size: 2.4em;
  line-height: 1em;
}

/*TOPIC SECTIONS*/

div.topic-image {
  float: left;
  display: inline;
  clear: both;
  margin: 0 15px 0 0;
}

div.topic-section {
 float: left;
 display: inline;
 padding: 0 0 10px 0;
}

div.topic-lead {
  border-bottom: 1px solid #c3c6c0;
  margin-bottom: 10px;
}

div.guide div.topic-lead,
div#neighborhood-details div.topic-lead {
  border-bottom: none;
}

div.topic-lead ul.this-month {
  margin-bottom: 10px;
}

div.topic-lead,
ul.station-news {
  float: left;
  display: inline;
}

div.topic-section ul,
div.topic-section a.more-details {
  padding-left: 0;
}

div.topic-section p {
  margin-bottom: 10px;
}

div.topic-section h5 {
  margin-bottom: 5px;
}

/* new to BART styles*/
div.new div#content div.topic-section {
  width: 567px;
  padding: 0 10px 0 0;
}

/* news styles*/
div.three-column div.topic-section {
  width: 274px;
}

div.three-column div.module div.topic-section {
  width: 363px;
}

/*station-details-styles*/
div#station-details div.topic-section {
 width: 345px;
}

div#product-details div.topic-section {
 width: 465px;
}


div#station-details div.topic-image {
  margin: 0 15px 10px 0;
  width: 202px;
}

div#station-details div.topic-image a {
  float: left;
  display: inline;
  background-position: right 6px;
}

div#station-details div.topic-section p,
div#station-details div.topic-section ul {
  padding-right: 20px;
}

div#station-details div.topic-section ul {
  position: relative;
  top: -15px;
}


/*ACCESSIBILITY STYLES*/
div#accessible-forms {
  width: 950px;
  float: left;
}

div.schedules-line div#accessible-forms {
  width: 90px;
}

div.schedules-line div#accessible-forms input.submit {
  width: 90px;
  margin: 0;
}

div#overlay-reverse-trip-accessible,
div#overlay-change-trip-accessible{
  width: 30%;
  float: left;
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #a7cfdf;
  margin-right: 15px;
}

div#overlay-reverse-trip-accessible legend,
div#overlay-change-trip-accessible legend {
  font-size: 2.0em;
  margin-bottom: 10px;
}

div#overlay-reverse-trip-accessible input.submit,
div#overlay-change-trip-accessible input.submit {
  width: 120px;
  float: right;
}

/*-- Accessible navigation --*/
ul#accessible-nav {
  position: relative;
  top: -35px;
  color: #ffffff;
  z-index: 30;
}

ul#accessible-nav li {
  background-color: black;
}

ul#accessible-nav li a {
  color: #ffffff;
}


ul#accessible-nav li {
  width: 94px;
  float: left;
}

ul#accessible-nav li ul{
  width: 45px;
}





/* =GLOBAL: =Hacks
--------------------------------------------------------------------*/

/* ie floated div doubled margin fix */
div#content,
div#related-content,
div#station-directory,
div#station-map,
div#results,
div#station-details,
div#related-map,
div#station-trip-planner,
div#results-map {
  display: inline;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.mqDisplay, #mqDisplay {
visibility:hidden;
}


/* SVu: border for station general pages */
div#main.two_col_station_general {
  background: transparent url(../images/global/two-column-station-bg.gif) repeat-y top left;
}

/* SVu: border for station microsite pages with right column div set to 'related-map', eg, station micro 

landing/parking/map/schedule pages */
div#main.two_col_related_map div.wrapper {
  /* background: transparent url(../images/global/two-column-related-map-bg.gif) repeat-y top left; */
  background: transparent url(../images/global/gray_1x1_bg.gif) repeat-y scroll 577px top
}

/* SVu: border for station microsite pages with right column div set to 'attractions', eg, station micro 

neighborhood pages */
div#main.two_col_attractions div.wrapper {
  /* background: transparent url(../images/global/two-column-attractions-bg.gif) repeat-y top left; */
  background: transparent url(../images/global/gray_1x1_bg.gif) repeat-y scroll 698px top
}

ul.more-news p {
	font-size: 1.0em
}

/* RCF: Station Schedule style */
div#northbound, div#southbound {
  height:320px;
  overflow: auto;
}

div#content div#news_detail_date {
    font-weight: bold;
    margin: 5px 0 12px 0;
    font-size: 1.2em;
}

div#content div#news_detail_headline {
    font-weight: bold;
    margin: 5px 0 12px 0;
    font-size: 1.2em;
}
/* RCF: MapQuest Map styles */
div#mapq-map-large {
  width:550px;
  height: 484px;
}

div#mapq-dir-results {
  
}

/* RCF - Added for micro station directions page */
div#walkdrive {
  text-align:center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* RCF - Added for micro station directions page */
div#walkdrive {
  text-align:center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* RCF - Added for micro directions Change Trip overlay */
form.change-directions {
  margin: 0 auto;
}

table.module-square-ds form.change-directions {
  width: 300;
  margin-top: 10px;
}

form.change-directions fieldset {
  width: 283px;
  padding: 0 6px 5px 11px;
}

form.change-directions fieldset div.button {
  float: right;
  display: inline;
  height: 44px;
}

table.module-square-ds form.change-directions {
  position: relative;
  top: 15px;
}

.header {
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  padding-right: 5px;
  margin-bottom: 10px;
  text-align: left;
}

form.frmByPOICategory {
  text-align: left;
}

form.frmByPOICategory fieldset {
  width: 360px;
  margin: 0 6px 0 11px;
}

form.frmByPOICategory div {
  margin-bottom: 10px;
}

form.frmByPOICategory fieldset div.button {
  float: right;
  display: inline;
  height: 44px;
}

/* RCF 03/31/2008 - fixes to assist with content migration */
.indent {
  margin-left: 40px;
}

div.indent, div#content div.indent {
  margin-left: 40px;
}

table.padding5 td {
  padding: 5px;
}

.subheader {
  font-size: 14px;
  font-weight: bold;
}

/* Used to hide "skip to main content" link unless tabbed to or active */
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}

/* Map specific styles */
.map {
  background-image: url(/images/spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.map465x299 {
  width: 465px;
  height: 299px;
}

.map550x484 {
  width: 550px;
  height: 484px;
}

.map650x520 {
  width: 650px;
  height: 520px;
}

.center, #center {
  text-align:center;
}

.left, #left {
  text-align:left;
}

.right, #right {
  text-align:right;
}

/* Ticket Sales */
form#vendors {
  width: 532px;
  clear:both;
}

form#vendors fieldset {
  width: 532px;
}

form#vendors fieldset input {
  margin-left: 0;
  height: 18px;
  padding: 4px 0 0 4px;
  font-size: 1.2em;
}

table#vendors {
  width:500px;
  border-spacing: 10px;
  border-collapse: separate;
}

table#vendors th.right {
  text-align: right;
}

#service-advisories {
  padding-bottom: 25px;
}

#service-advisories p {
  font-size: 1.05em;
}

#elevator-messages {
  padding-bottom: 25px;
}

#elevator-messages p {
  font-size: 1.05em;
}

table.meetings tr td {
  padding-left: 10px;
  padding-bottom: 3px;
}

.meeting-header {
  background-color: #0099cc;
  color: #ffffff;
  padding: 5px, 10px;
  height: 20px;
}

/* Lost and Found form */
form#lostfound fieldset input {
  font-size:1.2em;
  height:18px;
  margin: 5px;
  padding:4px 0pt 0pt 4px;
}

form#lostfound fieldset select {
  font-size:1.2em;
  height:24px;
  margin: 5px;
}

form#lostfound fieldset input#firstname,
form#lostfound fieldset input#lastname,
form#lostfound fieldset input#company,
form#lostfound fieldset input#address1,
form#lostfound fieldset input#address2,
form#lostfound fieldset input#city {
  width: 255px;
  font-weight: normal;
}

form#lostfound fieldset input#phonearea, form#lostfound fieldset input#phonearea2 {
  width: 25px;
  margin:0;
  font-weight: normal;
}
form#lostfound fieldset input#phonenum, form#lostfound fieldset input#phonenum2 {
  width: 70px;
  margin:0;
  font-weight: normal;
}

form#lostfound fieldset input#phoneext, form#lostfound fieldset input#phoneext2 {
  width: 30px;
  margin:0;
  font-weight: normal;
}

.commentlink {
  float: right;
  margin-right: 10px;
}

/* Destination Form */


form#destinations fieldset table#destinations {
  width: 300px;
}

form#destinations fieldset table#destinations td.destlabel {
  width: 100px;
  padding-bottom: 10px;
}

form#destinations fieldset table#destinations td.destfield {
  width: 200px;
}

form#destinations fieldset input {
  background-color: none;
}

form#destinations fieldset input.radio {
  background-color: none;
}

form#destinations fieldset label {
  padding: 4px 10px 4px 0;
}

#destresults {
  overflow: auto;
  height: 300px;
}

.spacer {
  margin: 20px 0;
}

.offset20 {
  width: 20px;
}

.data380 {
  width: 380px;
}

.destlabel {
  width: 100px;
}

/* Trip planner maps */
div#route {
  height:auto;
}

/* Sitemap */
#sitemapcolumn {
  float: left;
  width: 175px;
}

#sitemapcolumn ul li {
  margin-top: 0;
  margin-bottom: 0;
}

/* Latest News */
div#station-details ul.links-list li span.links {
  display:block;
}

div#station-details ul.links-list li span.links a.more-details {
  background: transparent url(../images/icons/link-arrow.gif) no-repeat right 2px;
  cursor: pointer;
}

/* Form field classes */
.error {
  font-weight: bold;
  color: red;
}

.required {
  font-weight: bold;
}

#schedule-error {
  height: 150px;
  padding: 20px 10px;
}

.callout {
  float:right;
  padding:4px;
  margin: 3px 4px;
  border: 1px solid #000000;
}

/* UL/LI/Blockquote fixes */
blockquote {
  margin:0 2em;
}

div.normal-ul ul, div.normal-ul menu, div.normal-ul dir {
  margin-left: 1em;
}

div.normal-ul ol {
  list-style-type: decimal;
  margin-left: 1em;
}

div.normal-ul ul li {
  background: transparent url(../images/icons/black-bullet.gif) no-repeat left 6px;
  margin: 1em 0;
  display: list-item;
  padding-left: 1.5em;
}

/* nested lists have no top/bottom margins */
div.normal-ul ul ul, div.normal-ul ul ol, div.normal-ul ul dir, div.normal-ul ul menu, div.normal-ul ul dl,
div.normal-ul ol ul, div.normal-ul ol ol, div.normal-ul ol dir, div.normal-ul ol menu, div.normal-ul ol dl,
div.normal-ul dir ul, div.normal-ul dir ol, div.normal-ul dir dir, div.normal-ul dir menu, div.normal-ul 

dir dl,
div.normal-ul menu ul, div.normal-ul menu ol, div.normal-ul menu dir, div.normal-ul menu menu, 

div.normal-ul menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
div.normal-ul ol div.normal-ul ul, div.normal-ul ul ul, div.normal-ul menu ul, div.normal-ul dir ul,
div.normal-ul ol menu, div.normal-ul ul menu, div.normal-ul menu menu, div.normal-ul dir menu,
div.normal-ul ol dir,  div.normal-ul ul dir,  div.normal-ul menu dir,  div.normal-ul dir dir {
  background: transparent url(../images/icons/black-bullet.gif) no-repeat left 6px;
}
/* SIDEBAR
--------------------------------------------------------- */
.pdf_sidebar {
	padding: 2px 0 2px 25px;
	background: url(/images/pdf_sidebar.png) no-repeat left top;
}
.info_text {
	padding: 2px 20px 2px 25px;
	background: url(/images/info_text.png) no-repeat left top;
}
.read_text {
	padding: 2px 20px 2px 25px;
	background: transparent url(/images/read_text.png) no-repeat 0 50%;
}
.tech_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(/images/tech_text.png) no-repeat left top;
}
.form_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(/images/form_text.png) no-repeat left top;
}
.form_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(/images/form_text_sidebar.png) no-repeat left top;
}
.email_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(/images/email_text.png) no-repeat left top;
}

.email_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(/images/email_text_sidebar.png) no-repeat left top;
}
.legale_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(/images/legale_text_sidebar.png) no-repeat left top;
}
.faq_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(/images/faq_text_sidebar.png) no-repeat left top;
}
.privacy_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(/images/privacy_text_sidebar.png) no-repeat left top;
}
.plist {
font-size:1.1em;
}