/* http://www.w3.org/TR/REC-CSS2/visuren.html */
/*.testclass
{
	color: #FF0000;
}*/

#mapgoeshere
{
	margin: 1px 0px 0px 0px;
}

#mapgoeshere p
{
	margin: 1em 2em 1em 2em;
}

div.runningList
{
	border-bottom: 1px solid #aaaaaa;
}

.runningList p
{
	font-family: sans-serif;
	font-size: 12px;
	display: inline;
	color: #ff0000;
}

.runningList ul
{
	display: inline;
	padding-left: 0px;
	margin-left: -20px;
}

.runningList ul li
{
	font-family: sans-serif;
	font-size: 12px;
	display: inline;
	list-style: circle;
	color: #ff0000;
}

/*.runningList ul li:after
{
	content: ", ";
}

.runningList ul li.last:after
{
	content: "";
}

.runningList ul li.last:before
{
	content: " and ";
}*/

.subwayContainer
{
	width: 98%;
	margin: 0px 3px 7px 3px;
	/*border-top: 1px solid #AAAAAA;*/
	background-color: #FFFFFF;
	text-align: center;
}

.subwayContainer tr td
{
	border-bottom: 1px solid #AAAAAA;
}

.subwayMap
{
	width: 100%;
	display: table;
	table-layout: fixed;
	overflow: visible;
	margin-top: 5px;
	margin-bottom: 5px;
}

.subwayMap tr td
{
	border-bottom: none;
	padding-bottom: 0px;
}

.subwayContainer .labelRow
{
	display: table-row;
	overflow: visible;
}

.subwayContainer .labelTop
{
	vertical-align: bottom;
}

.subwayContainer .labelBottom
{
	vertical-align: top;
}

.subwayContainer .labelRow td
{
	display: table-cell;
	overflow: visible;
	
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.subwayContainer .circleRow
{
	display: table-row;
	height: 33px;
	/*position: relative;
	vertical-align: middle;*/
}

.subwayContainer .circleRow td
{
	display: table-cell;
	/*vertical-align: middle;*/
}

.subwayContainer td.routeLabel
{
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 150px;
	padding-right: 5px;
	
	/*vertical-align: bottom;
	padding-bottom: 14px;*/
	
	/*vertical-align: top;*/
}

.subwayContainer td.routeLabel a
{
	color: #000000;
}

.subwayContainer .spacerRow
{
	height: 5px;
}

.subwayContainer .spacerRow td
{
	text-align: left;
}

.subwayContainer .label
{
	overflow: visible;
	width: 33px;
}

.subwayContainer .label a img
{
	display: block;
}

.subwayContainer .circle
{
	width: 33px;
	/*vertical-align: middle;*/
	background: url(../images/circle.gif);
	background-repeat: no-repeat;
	
	font-family: "Arial","Helvetica",sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

.subwayContainer .circle a
{
	text-decoration: none;
	color: #000000;
	
	/*display: block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	border: 1px solid #FF0000;*/
}

.subwayContainer .circle a.arr
{
	color: #FF0000;
	text-decoration: blink;
}

.subwayContainer .circle a.nobus
{
	color: #AAAAAA;
	text-decoration: none;
}

.subwayContainer .between
{
	background: url(../images/between_stripe.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow: visible;
}

.subwayContainer .endcap
{
	width: 6px;
	/*text-align: right;*/
}

.subwayContainer .label_spacer
{
	width: 29px;
	text-align: left;
}

.subwayContainer .curveAround
{
	width: 25px;
}

.subwayContainer .alignRight
{
	text-align: right;
}

/*.busoverlay AND ASSOCIATED HTML
{
	height: 14px;
	position: relative;
	margin-top: -24px;
	<tr><td colspan = "39"><div class = "busoverlay" style = "padding-left: 69.6%"><img src = "images/busoverlay.png" alt = "bus icon" /></div></td></tr>
}*/

