/* GLOBAL STYLES */
#newstudentcoursesearch_widget hr, 
#coursesearch_widget hr {
	color: #C90;
	border-bottom: none;
  border-top: 1px dashed #C90;
	height: 2px;
}

#newstudentcoursesearch_widget,
#coursesearch_widget {
	border-bottom:thin solid #CC6;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:120%;
	position:relative;
}

#newstudentcoursesearch_widget h3,
#coursesearch_widget h3 {
	background-color:#f0faf1;
	padding:10px;
	letter-spacing:-1px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}
#newstudentcoursesearch_widget h4,
#coursesearch_widget h4 {
	padding:5px;
	letter-spacing:-1px;
	font-size:14px;
	border-bottom: 1px solid #090;
}

/* ALL COURSE SEARCH */
#coursesearch_widget #coursesearch_select {
	font-size:14px;
	text-align:center;
}

#coursesearch_widget label {
	display:block;
}

#coursesearch_widget table tr th {
	background:none;
	border:none;
	color:#000;
	text-align:right;
	padding:0px;
	padding-right:10px;
	width:75px;
	font-weight:normal;
}
#coursesearch_widget table tr td {
	padding-bottom:10px;
}
#coursesearch_widget table tr td select {
	width:100%;
}

#coursesearchwidget_courses {
	max-height:650px;
	overflow: hidden;
	overflow-y: auto;
	-ms-overflow-y: auto;
}
#coursesearch_widget table td {
	background: none;
	border: none;
	padding: 0px;
	text-align: left;	
}