@charset "UTF-8";
/* CSS Document */

.details{
	display:none;
	background:#CCFFCC;
	border-left:thin dashed #999999;
	border-right:thin dashed #999999;
	border-bottom:thin dashed #999999;
}
.date-heading{
	font-size:1.2em;
	background-color: #CCCCCC;
	text-indent: 0px;
	border-bottom: 1px dashed #999999;
}
.date-content{
	text-indent: 10px;
}
.name-title{
	display:block;
	font-size:1.5em;
	text-indent: 10px;
	border-bottom: 0px dashed #999999;
}
.name{
	display:block;
	font-size:1em;
	text-indent: 10px;
	border-bottom: 1px dashed #999999;
	margin-top:2px;
	cursor:pointer;
	color:#000000;
}
.name:hover{
	color:#00CC00;
}
.name-details{
	display:block;
	margin-left:20px;
	padding-bottom:10px;
}
.route_no{
	font-size:1.2em;
	color:#006600;
}
