@charset "utf-8";
/* CSS Document */


.classSched TD{
	font-size: 8pt;
}

.classSched TH{
	font-size: 7pt;
	font-weight: bold;
	background-color: #CCD7E3; /* LIGHT BLUE */
}

.classSched .title{
	text-align: center
}

.classSched .sectionName{
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.classSched .jump{
	font-size: 9pt;
}

.classSched .classTitle{
	font-weight: bold;
}

.classSched .classDesc{
	font-size: 7pt;
}

.classSched .cacheMessage{
	font-size: 7pt;
	color: #666666; /* GRAY */
}






.classSchedSearchForm LABEL{
	font-size: 9pt;
	white-space: nowrap;
}

.classSchedSearchForm .depts{
	overflow: auto;
	height: 200px;
	width: 240px;
	border: 1px solid #CCCCCC;
	
}

.classSchedSearchForm .instrs{
	overflow: auto;
	height: 200px;
	width: 240px;
	border: 1px solid #CCCCCC;
	
}

.classSchedSearchForm .subs{
	overflow: auto;
	height: 200px;
	width: 270px;
	border: 1px solid #CCCCCC;
	
}

.classSchedSearchForm .clearAll{
	font-size: 7pt;
}

.classSchedSearchForm .caption{
	font-weight: bold;
}

.classSchedSearchForm{
	margin-bottom: 20px;
}

.filterContainer{
	padding: 3px;
}


.filter {
	font-size: 8pt;
	background-color: #FFF6CD; /* LIGHT YELLOW */
	border: 1px solid #CCD7E3; /* LIGHT BLUE */
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
}

.filter .label{
	font-weight: bold;
}

.filter A{
	font-weight: bold;
	color: #990000; /* DARK RED */
	text-decoration: none;
}

.filter TD{
	padding: 2px;
}

.filterContainer .clear{
	clear: both;
}

.filterLabel{
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}


