#courseTab {
	width: 550px;
	font-size: 11px;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFD7D7;
}
#courseTab li {
	margin-left: -1em;
	list-style-position: outside;
	list-style-type: square;
	margin-top: -5px;
}

#courseTab .cTitle {
	width: 70%;
}
#courseTab td {
	width: 15%;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bfd7d7;
	border-bottom-color: #bfd7d7;
}
#courseTab th {
	text-align: left;
	padding: 5px;
	color: #006666;
	background-color: #E3EEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfd7d7;
}
