ul.route-inner-list
{
	padding-bottom: 15px;
	padding-left: 15px;
	list-style-type: none;
}

span.arrow
{
	color: green;
}

p.note
{
	color: #7A7A7A;
	font-size: 11px;
}

table.schedule
{
	/*margin: 0 auto;*/
}

table.schedule td
{
	border: 1px solid #C4C4C4;
	padding: 3px;
	text-align: center;
	font-size: 11px;
}

table.schedule td.head
{
	font-weight: bold;
}

table.schedule tr.even
{
	background-color: #F9F9F9;
}

table.schedule tr.odd
{
	background-color: #F2F2F2;
}

table.schedule td span.place
{
	color: #990033;
	font-size: 10px;
}

table.schedule td.irr-place
{
	background-color: #FFFDE6 !important;
}

table.schedule tr.even td.irr-place
{
	background-color: #FFFDE6 !important;
}

table.schedule tr.odd td.irr-place
{
	background-color: #FFFDD7 !important;
}

table.schedule tr.row-color1 td
{
	background-color: #FFE8E8;
}

table.schedule tr.row-color2 td
{
	background-color: #E2F1FE;
}

table.schedule tr.row-color3 td
{
	background-color: #ECFFF0;
}

table.schedule tr.row-color4 td
{
	background-color: #F3F3F3;
}

a.today
{
	font-weight: bolder;
}