@import url("noNav.css");


/* styles */
#aSrch div.term input[type=text] {
	width: 400px;
}

#aSrch div.term input.text {
	width: 400px;
}

#main div.searchType, #main div.typeSelection {
	min-height: 1px;
}

#main div.searchType:after, #main div.typeSelection:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #main div.searchType, * html #main div.typeSelection {height:1px}

#main div.searchType p, #main div.term label {
	float: left;
	width: 105px;
}

#typeCourses, #typeActivities {
	float: left;
}

#typeCourses {
	margin-right: 10px;
	width: 270px;
}

#typeActivities {
	width: 350px;
}

#main div.searchType label {
	width: auto;
	float: none;
	padding: 0;
	font-weight: normal;
}

#main div.searchType input {
	margin: 0;
}

#main input[type=radio], #main input[type=checkbox] {
	position: relative;
	top: .2em;
}

#main div.unit {
	float: left;
	width: 9em;
	margin-right: .5em;
}

#main select, #main div.unit  {
	margin-top: .3em;
}

#main div.date label {
	left: -9999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#main div.date input {
	width: 2em;
	text-align: center;
}

#main div.disabled, #main div.disabled input {
	color: #bbb;
}

