/*************************************************************
* CONTENT -> MAIN -> table.schedule
*************************************************************/

div#content table.schedule {
	background-color: #eee;
	border: 2px solid #000;
	border-collapse: collapse;
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 95%;
}

div#content table.schedule th {
	border: 1px solid #000;
	height: 30px;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

div#content table.schedule td {
	border: 1px solid #000;
	padding: 10px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

div#content table.schedule th a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

div#content table.schedule th a:hover {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

div#content table.schedule tr.last {
	border-bottom: 2px solid #000;
}

