/*
This is the main stylesheet for HTML schedules; to use it, replace any stylesheet occurrences in the
header of a schedule .html file with <link rel="stylesheet" type="text/css" href="/includes/sched.css" />
*/

body {
  color: #000000; 
  background: #FFFFF2;
}

a:link {
  color: #005CAB;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
}

.stopname, .linename, .schedule, .time, .day, .titles, .maintable, .footer, .subbodycopy {
  font-family:"Helvetica Neue",Verdana,Arial,sans-serif;
}

.stopname {
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-weight: bold; 
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  background: #657DB9;
}

.linename {
  font-weight: bold;
  font-size: 16px;
}

.schedule {
    text-align: right;
    vertical-align: bottom;
    border: 0px solid #000000;
    font-size: 12px;
}

.time {
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-align: right;
    vertical-align: bottom;
    background: #E3E6F3;
}

.day {
    font-weight: bold;
    font-size: 12px;
}

.titles {
    font-size: 12px;
    color: #FFFFFF;
    font-weight:bold;
    background: #444C4C;
}

.maintable {
    font-size: 12px;
}

.footer {
    font-size: 10px;
    text-align: center;
}
.subbodycopy {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
