.schedule{
	border-collapse: collapse;
	border: 1px solid;
	margin-top: 10px;
}

.schedule tr .table-top{
	background: #0080FF;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-indent: 25px;
	letter-spacing: 25px;
	border: 1px solid;
}

.schedule th{
	width: 120px;
	padding: 5px 0px 5px 0px;
	background: #D7EEFF;
	color: #0080FF;
	font-weight: bold;
	border-bottom: 1px dotted;
	border-right: 1px solid;
	text-align: left;
	padding-left: 10px;
}

.schedule td{
	width: 640px;
	padding: 5px 0px 5px 0;
	background: #F9F9F9;
	padding-left: 10px;
	border-bottom: 1px dotted;
}

.schedule, .schedule tr .table-top, .schedule th, .schedule td{
	border-color: #000;
}