.busContainer
{
	width: 98%;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: 0px;
}
.busContainer tr td
{
	border: 0px;
}
.busRoute
{
	width: 100%;
	display: table;
	table-layout: fixed;
	overflow: visible;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}
.busRoute tr td
{
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.busContainer .labelRow
{
	display: table-row;
	overflow: visible;
}
.busContainer .labelTop
{
	vertical-align: bottom;
}
.busContainer .labelBottom
{
	vertical-align: top;
}
.busContainer .labelRow td
{
	display: table-cell;
	overflow: visible;
	font-family: san-serif;
	font-size: 10px;
	font-weight: bold;
}
.busContainer .circleRow
{
	display: table-row;
	height: 33px;
}
.busContainer .circleRow td
{
	display: table-cell;
}
.busContainer td.routeLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	width: 150px;
	padding-right: 5px;
}
.busContainer td.routeLabel a
{
	color: #000000;
}
.busContainer .spacerRow
{
	height: 5px;
}
.busContainer .spacerRow td
{
	text-align: left;
}
.busContainer .label
{
	overflow: visible;
	width: 33px;
}
.busContainer .label a img
{
	display: block;
	border: 0px;
}
.busContainer .circle
{
	width: 33px;
	background: url(https://www.stonybrook.edu/tps/images/bus_routes/stop.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}
.busContainer .circleReduced
{
	width: 33px;
	background: url(https://www.stonybrook.edu/tps/images/bus_routes/stop_reduced.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}
.busContainer .circle a
{
	text-decoration: none;
	color: #000000;
}
.busContainer .circleReduced a
{
	text-decoration: none;
	color: #000000;
}
.busContainer .circle a.arr
{
	color: #FF0000;
	text-decoration: blink;
}
.busContainer .between
{
	background: url(https://www.stonybrook.edu/tps/images/bus_routes/stripe_horizontal.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow: visible;
}
.busContainer .endcap
{
	width: 6px;
}
.busContainer .label_spacer
{
	width: 29px;
	text-align: left;
}
.busContainer .curveAround
{
	width: 25px;
}
.busContainer .alignRight
{
	text-align: right;
}