table.selectBox td {
	width: 25%;
}

table.stationTime {
	width: 100%;
	border-collapse: collapse;
}

table.stationTime td.weekday0,
table.stationTime td.weekday1,
table.stationTime td.weekday2,
table.stationTime td.weekday3,
table.stationTime td.weekday4,
table.stationTime td.weekday5,
table.stationTime td.weekday6 {
	padding: 3px 0px 3px 0;

}

table.stationTime td.weekday0 a,
table.stationTime td.weekday1 a,
table.stationTime td.weekday2 a,
table.stationTime td.weekday3 a,
table.stationTime td.weekday4 a,
table.stationTime td.weekday5 a,
table.stationTime td.weekday6 a {
	display: block;
	width: 20px;
	height: 28px;
	background: #e8e8ef;
}
table.stationTime td.weekday6 a {
	background: #999999;
}
table.stationTime td.weekday0 a {
	background: #666666;
	margin-right: 28px;
}
table.stationTime td.directSelect  {
	padding-top: 4px;
	border-top: 1px solid #cccccc;
	vertical-align: top;
}

table.stationTime td.directSelect span.label {
	position: relative;
	top: -8px;
}


table.bcProgram {
	width: 100%;
}

table.bcProgram tr.station td {
	background: #e8e8ef;
	width: 50%;
	padding: 4px;
}


table.bcProgram td {
	vertical-align: top;
	padding: 4px!important;
}

table.bcProgram td.time {
	background: #e8e8ef;
	max-width: 36px!important;
	font-weight: bold;
}
table.bcProgram td.details {
/*  	width: 50%; */
}
table.bcProgram td.details a {
	font-weight: bold;
}

.navigator {
	position: fixed;
	bottom: 0px;
	width: 439px;
	left: 600px;
	height: 115px;
	background: url('../images/navigationBoxBg.png') 0 0 no-repeat;
	padding: 10px;
	color: #164f7c;
}

.navigator .title {
	font-size: 17px;
	font-weight: bold;
/* 	margin-bottom: 10px; */
}

.navigator .buttons {
	text-align: center;
	margin-bottom: 10px;
}

.navigator form select {
	font-size: 12px;
}

a.bttnPrintSmall {
	float: right!important;
}