.indexTableRow > th {
	cursor: pointer;
	background: #f9bf92;
	text-align: left;
	margin: 0 10px 0 0;
}

.indexTableRow > th,
.indexTableRow > td {
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	padding: 5px 0 5px 3px;
}

.indexTable {
	width: 100%;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	font-size: 15px;
}

.indexTableRow > #lectureNO {
	width: 60px; /*actually 50px*/
	text-align: center;
}

.indexTableRow > #name {
	width: auto; /*actually 515px*/
}

.indexTableRow > td:first-child {
	text-align: center;
}

.indexTableRow > #week {
	text-align: center;
}

.exam {
	background: #f9bf92;
}