﻿body 
{
    margin:15px;
    font-family:Verdana, Tahoma, helvetica, Sans-Serif;
    background-color:#eeeeff;
    font-size:75%;
}

h1
{
    color:White;
    background-color:#4682B4;
    padding:14px;
    font-size:150%;
    font-family:Georgia,Times New Roman,serif;
}

h4
{
    border-bottom:solid thin steelblue;
    margin-top:30px;
}

h5
{
    font-size:100%;
}

.sectionHead
{
    font-weight:bold;
}

.tableMain
{
    background-color:#4682B4;
    border:#4682B4 thin solid;
}

.tableHeader
{
     background-color:#4682B4;
     color:White;
}

.oddRow 
{
    background-color:#ddddff;
}

.evenRow
{
    background-color:White;
}

.key
{
    border: 1px black solid;
    padding: 4px;
    background-color: #ADD8E6;
    font-weight:bold;
    font-family:System;
    font-size:large;
}

a
{
    text-decoration: none;
    color: #4682B4;
}
a:hover 
{
    text-decoration:underline;
    color: #4682B4;
}
a:visited 
{
    color:#4682B4; 
}
.Schedule_Table
{
	background-color:white;
	font-family:Arial;
	font-size:8pt;
	border-style:solid;
	border-width:1pt;
	border-color:Silver;
	text-align:left;
	text-decoration: none; 
}

.Schedule_Header
{
	background-color:Silver;
	font-size:10pt;
	border-bottom-style:solid;
	border-bottom-color:Silver;
	border-bottom-width:1pt;
	text-align:center;
	font-weight: bold;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;

}
.Schedule_Data
{
	border-bottom-style:solid;
	border-bottom-color:Silver;
	border-bottom-width:1pt;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
}
.Schedule_Data_Sat
{
	background-color:Aqua;
}
.Schedule_Data_Sun
{
	background-color:Fuchsia;
}
.table_local
{
	background-color:#3366FF;
}

.table_limited
{
	background-color:#F9B7FF;
}

.table_express
{
	background-color:#FF6600;
}

.table_regional
{
	background-color:#006600;
}
.table_skyride
{
	background-color:#0066FF;
}
.table_nonrtd
{
	background-color:#000000;	
}
.table_lrt_c
{
	background-color:#000000;
}
.table_lrt_d
{
	background-color:#000000;
}
.table_lrt_e
{
	background-color:#000000;
}
.table_lrt_f
{
	background-color:#000000;

}
.table_lrt_g
{
	background-color:#000000;
}
.table_lrt_h
{
	background-color:#000000;
}
.table_local, .table_limited, .table_express, .table_regional, .table_skyride, .table_nonrtd, .table_lrt_c, .table_lrt_d, .table_lrt_e, .table_lrt_f, .table_lrt_g, .table_lrt_h
{
	width:10px;
	height:10px;
	margin:2px;
	border-top:solid 2px white;
	border-left:solid 2px white;
	border-bottom:solid 2px white;
}
