.bus-table {
	background-image: url(/image_misc/bus_bg.jpg);
	repeat: none;
	position: bottom, right;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 2px #4996E4 solid;
}
.bus-table th {
	background-color: #ABD1F5;
	border: 1px #4996E4 solid;
}
.bus-table td {
	border: 1px #4996E4 solid;
	width: 40%;
	vertical-align: top;
}
.bus-table td.item {
	font-weight: bold;
	width: 10%;
	border: 1px #4996E4 solid;
}
.bus-table em {
	font-size: 75%;
}

.light-bus-table {
	background-image: url(/image_misc/light_bus_bg.jpg);
	repeat: none;
	position: bottom, right;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px #4996E4 solid;
	text-align: center;
}
.light-bus-table th {
	background-color: #ABD1F5;
	border: 1px #4996E4 solid;
}
.light-bus-table td {
	border: 1px #4996E4 solid;
}
.light-bus-table td.item {
	font-weight: bold;
	border: 1px #4996E4 solid;
}
