@charset "UTF-8";
/* Bus Page CSS */

p.day{
	float:right;
	font-size:85%
	}

strong{
	color:#ff0000;
}
strong.green{
	color:#008000;
}
strong.blue{
	color:#0033FF;
}

#main table.stripe tr td em.green{
	color:#008000;
	}
#main p em.green{
	color:#008000;
	}

#main table.stripe{
	text-align:center;
	border-color:#009900;
}

#main table.stripe th{
	background:#ECF3CF;
	border-color:#009900;
}

#main table.stripe tr td{
	border-color:#009900;
}

#main table.stripe.strong{
	color:#ff0000;
	border-color:#009900;
}

#main table.stripe .em{
	color:#0000ff;
	border-color:#009900;
}


#main table.stripe .night{
	background:#d9d9ec;
}

#main table.stripe th.w60{
	width:60px;
}

#main table.stripe th.w105{
	width:105px;
}

#main table.stripe th.w150{
	width:150px;
}

#main table.stripe th.w322{
	width:322px;
}


/*===Stripetable/Mouseober===*/	
#main table.stripe tr.over td {
	background:#F7EDCC;
}
/*===Stripetable/GreenTr===*/	
#main table.stripe tr.even {
	background:#ECF3CF;
}

