﻿/*Style settings for the Bus Service section*/

.MastheadCell
{
	background-image: url(../images/BusService/BusServiceMasthead.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 140px;
}

.SideBarHeaderCell
{
	background-image: url(../images/BusService/BusServiceHeader.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 28px;
	background-position: left top;
}

.SideBarImageCell
{
	background-image: url(../images/BusService/BusService.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height: 45px;
	
}





td.ExpressScheduleSubItem
{
	font-size: small;
	color: #ff6600;
	font-weight:bolder;
	background-color:White;
	/*border-bottom: #000000 1px solid;*/
}

td.SkipScheduleTitle
{
	font-size: small;
	color: #339900;
	font-weight:bolder;
	background-color:White;
	/*border-bottom: #000000 1px solid;*/
}

td.FrequentScheduleTitle
{
	font-size: small;
	color: #cc0000;
	font-weight:bolder;
	background-color:White;
	/*border-bottom: #000000 1px solid;*/
}

td.BRTLabelCell
{
    padding:3px;
}
td.BRTTopDashCell
{
   
    border-bottom:solid 2px #336699;
}
td.BRTFilledCell
{
    background-color:#336699;
    padding:3px;
    width:20px;
}
td.BRTBottomDashCell
{
    border-top: solid 2px #336699;
    width:10px;
    
}