#descriptions-main .course-header {
	margin-top: 10px;
	border-bottom: 1px solid #333;
}
#descriptions-main .course-header div, #descriptions-main .course-content div {
	float: left;
}
#descriptions-main .course-header em {
	font-size: 14px;
	font-weight: bold;
}
#descriptions-main .course-content {
	margin-top: 10px;
	border-bottom: 1px solid #333;
}
#enrollment-form table {
	margin-top: 10px;
}
#enrollment-content .table-header th {
	background-color: #CCC;
	color: #FFF;
	padding: 5px;
}
#enrollment-content td {
	padding: 5px;
}
#schedule-main {
	height: 100%;
	margin: 0 11px 20px;
	font-size: 12px;
}
#schedule-main td {
	padding: 5px;
}
#schedule-main input, #schedule-main select {
	margin-bottom: 5px;
	font-size: 12px;
	font-family: trebuchet ms, sans-serif;
	color: #555;
}
#schedule-main #searchField {
	border-color: #CCC;
}
#schedule-content table {
	margin: 10px 0 0;
	border: 1px solid #CCC;
}
#schedule-content td {
	padding: 5px 10px;
	border: 1px solid #CCC;
	color: #555;
	white-space: nowrap;
}
#schedule-content .table-heading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#schedule-content .table-header {
	font-weight: bold;
	text-align: center;
}
#schedule-content .subject-list {
	text-align: left;
}
#schedule-content .data {
	text-align: center;
}
#schedule-content pre {
	font-family: "Courier New", Courier, monospace;
	color: #555;
	margin: 0px;
}
.clear {
	clear: both;
}
.schedule-links {
	width: 300px;
	text-align: right;
	float: right;
}
.schedule-links a.print {
	display: inline;
}
.crs-main {
	width: 100%;
	padding-top: 10px;
}
.crs-main div {
	text-align: left;
}
.crs-data {
	width: 100%;
	float: left;
}
.crs-header {
	padding-bottom: 5px;
	width: 100%;
}
.crs-header div {
	float: left;
	color: #555;
}
.crs-location {
	width: 100%;
	font-weight: bold;
}
.crs-name {
	width: 15%;
	font-size: 1.2em;
	font-weight: bold;
}
.crs-title {
	width: 40%;
	font-size: 1.2em;
	font-weight: bold;
}
.crs-links {
	width: 25%;
}
.crs-prereq {
	width: 55%;
	margin-left: 15%;
	float: left;
}
.sec-details {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}
.sec-details div {
	color: #555;
	text-align: left;
}
.sec-status {
	width: 15%;
	float: left;
}
.sec-no {
	width: 5%;
	font-weight: bold;
	float: left;
}
.sec-title {
	width: 30%;
	float: left;
}
.sec-credit {
	width: 15%;
	float: left;
}
.sec-instr {
	width: 20%;
	float: left;
}
.sec-fee {
	width: 10%;
	float: left;
}
.sec-books {
	width: 15%;
	float: left;
}
.sec-meeting {
	width: 65%;
	float: left;
}
.sec-prereq {
	width: 55%;
	margin-left: 15%;
	float: left;
}
.sec-meets-with {
	width: 55%;
	margin-left: 15%;
	font-style: italic;
	float: left;
}