/* For main schedule page */
#schedType {
	margin: 5px 0 10px 0;
	font-family: "PMNCaeciliaW01-75Bold",Tahoma,sans-serif;
	font-size: 18px;
	line-height: 30px;
}
#schedType .changeTerm {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#courseLetters {
	margin: 10px 0 7px 0;
	padding: 5px;
	background: #f8f9fa;
	border: 1px solid #bfccd7;
	color: #000;
	text-align: center;
}
#schedMain {
	border: 1px solid #ddd;
}
#schedMain th,td {
	font-size: 11px;
}
#schedMain th, #schedMain th.special {
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	color: #000;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
}
#schedMain th, #schedMain th.special {
	border-bottom: 1px solid #ddd;
	background: url(/graphics/shade.gif) repeat-x scroll top left;
}
#schedMain th.special {
	text-align: center;
}
tr.rowAlt {
	background: #ffffcc;
}
div.schedUpdate {
	color: red;
	font-weight: bold;
	font-style: italic;
}

div.Limit {
	color:#000099; 
	/*font-weight:bold;*/
}

.legacy-wrap ul li {
	margin-bottom: 6px;
}
.legacy-wrap h3 {
	margin: 5px 0 10px 0;
}
.legacy-wrap h5 {
	margin-bottom: 10px;
}
.shadetabs {
	text-align: left;
}
div.tabcontentstyle ul ul li {
  list-style: disc;
  margin: 0 40px;
  padding: 5px;
}