body {
  font-size: 75%;
  font-family: arial;
  color: white;
  background: #404040; 
}
a {
  color: #ebfbc4;
}
h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* [boxes] */
.box.green {
  background: #afe26c url(/images/caltrain/box/green/box_up_left.png) top left no-repeat;
}
.box.green .content {
  background: url(/images/caltrain/box/green/box_up_right.png) top right no-repeat;
}
.box.green .footer {
  background: url(/images/caltrain/box/green/box_down_left.png) bottom left no-repeat;
  height: 4px;
}
.box.green .footer .content {
  background: url(/images/caltrain/box/green/box_down_right.png) bottom right no-repeat;
  padding: 0;
  height: 100%;
}
.box.blue {
  background: #c2dbf2 url(/images/caltrain/box/blue/box_up_left.png) top left no-repeat;
}
.box.blue .content {
  background: url(/images/caltrain/box/blue/box_up_right.png) top right no-repeat;
}
.box.blue .footer {
  background: url(/images/caltrain/box/blue/box_down_left.png) bottom left no-repeat;
  height: 4px;
}
.box.blue .footer .content {
  background: url(/images/caltrain/box/blue/box_down_right.png) bottom right no-repeat;
  padding: 0;
  height: 100%;
}
.box.gray {
  background: #4b4c4d url(/images/caltrain/box/gray/box_up_left.png) top left no-repeat;
}
.box.gray .content {
  background: url(/images/caltrain/box/gray/box_up_right.png) top right no-repeat;
}
.box.gray .footer {
  background: url(/images/caltrain/box/gray/box_down_left.png) bottom left no-repeat;
  height: 4px;
}
.box.gray .footer .content {
  background: url(/images/caltrain/box/gray/box_down_right.png) bottom right no-repeat;
  padding: 0;
  height: 100%;
}
/* [/boxes] */
form.cities {
  color: #11314e;
}
form.cities ul li {
  float: left;
  width: 11em;
}
form.cities ul li.checked {
  background: #a9c0d5;
}
form.cities ul {
  height: 1%;
}
form.cities ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '.';
  height: 0px;
}
.bottom form.cities {
  color: #a5a4a4;
}
.bottom form.cities ul li.checked {
  background: #525354;
}
.bottom .box.filter {
  background: #4b4c4d url(/images/caltrain/box/gray/box_up_left.png) top left no-repeat;
}
.bottom .box.filter .content {
  background: url(/images/caltrain/box/gray/box_up_right.png) top right no-repeat;
}
.bottom .box.filter .footer {
  background: url(/images/caltrain/box/gray/box_down_left.png) bottom left no-repeat;
}
.bottom .box.filter .footer .content {
  background: url(/images/caltrain/box/gray/box_down_right.png) bottom right no-repeat;
}
/*
.schedule, .train, .trains {
  width: 260em;
  margin-bottom: 2em;
  color: #ebfbc4;
}
.weekend .schedule, .weekend .trains {
  width: 95em;
}
.schedule dl, .trains dl {
  margin: 0;
  height: 1%;
}
.schedule dl dt, .schedule dl dd, .trains dl dt, .trains dl dd {
  float: left;
  margin: 0;
  width: 5em;
  text-align: right;
  padding: .2em 0;
}
.schedule dl dt, .train dl dt, .trains dl dt {
  width: 9em;
  text-align: left;
  font-weight: bold;
}
.schedule dl, .trains dl {
  white-space: nowrap;
}
.schedule dl.odd, .trains dl.odd {
  background: #4b4c4d;
}
.schedule dd.past, .train dd.past strong, .trains dd.past, dd.nostop {
  color: #999;
}
dd.nostop {
  visibility: hidden;
}
.schedule dd.nostop, .train dd.nostop strong, .trains dd.nostop {
  overflow: hidden;
  text-indent: -1000px;
}
.schedule dd strong {
  display: block;
  position: absolute;
  width: 0;
  overflow: hidden;
  text-indent: -10em;
}
.schedule dl:after, .trains dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '.';
  height: 0px;
}
.train dl {
  width: 23em;
}
.train dl dt, .train dl dd {
  width: auto;
}
.train dl dt {
  padding: .1em 0;
  margin-bottom: .5em;
  padding-left: .5em;
}
.train dl dt {
  background: #4b4c4d;
}
.train dl dd {
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
.train dl dd .city {
  display: block;
  float: left;
  width: 10em;
}
.trains dl dt {
  width: 3em;  
}
.trains.weekend dl dt {
  width: 7em;  
}
*/
table {
  margin-bottom: 1em;
}
table td {
  white-space: nowrap;
  padding: .2em;
  color: #ebfbc4;
  text-align: right;
}
td.city {
  font-weight: bold;
}
td.time {
  padding-left: 1em;
  padding-right: 1em;
}
td.time strong {
  display: none;
}
tr.odd td {
  background: #4b4c4d;
}
td.past, td.nostop {
  color: #999;
}
td.nostop {
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.train dl {
  color: #ebfbc4;
}
.train dl dd {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.train dl dd .city {
  color: white;
  display: block;
  float: left;
  width: 10em;
}
.train dl dt {
  font-weight: bold;
  background: #4b4c4d;
}
.train dl dd.odd {
  background: #4b4c4d;
}
.train dl dd.past {
  color: #999;
}
.train dl dd.nostop strong {
  visibility: hidden;
}
.header h2 {
  color: #2e2e2e;
}
.box.header .icon {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.south .box.header .icon {
  background: url(/images/caltrain/arrow_down_green.png) no-repeat;
  top: -5px;
  left: 5px;
}
.north .box.header .icon {
  background: url(/images/caltrain/arrow_up_green.png) no-repeat;
  top: 5px;
  left: 5px;
}
.box.header {
  position: relative;
  width: 23em;
  margin-bottom: 1.5em;
}
.box.header .content {
  padding: .3em 0em .1em 3em;
}
.box.header .footer {
  height: 4px;
}
.weekend .box.header {
  width: 30em;
}
.filters_container {
  position: relative;
}
.toggle_filters {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  padding-bottom: .7em;
  overflow: hidden;
  width: 7em;
  height: 1em;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  text-indent: -1000px;
  background: url(/images/caltrain/button_close.png) no-repeat;
}
.box.filter {
  margin-bottom: 3em;
}
.box.filter .content {
  padding: 1em;
}
.weekend .box.filter {
  xmargin-top: 7em;
}
.weekend.first .box.filter {
  margin-top: 0;
}
h1.logo {
  overflow: hidden;
  text-indent: -10000px;
  height: 18px;
  background: url(/images/caltrain/the_better_caltrain_logo.png) no-repeat top left;
  margin-bottom: 1em;
  margin-top: 3em;
}
ul.nav {
  margin: 1em 0;
  padding: 0;
  margin-bottom: 2em;
}
