/* STYLES FOR SEARCH RESULTS. TO BE AMALGAMATED WITH master.css*/
.highlight {
	font-weight: bold;
}

ul#searchResultSummary {
	list-style-type: none;
	min-height:50px;
    padding:0px;
    margin:0px;
}

div#searchResults h1 {
	
}

div.searchResultSection {
	margin-bottom: 10px;
}

div.searchResultOutput {
	margin-bottom: 5px;
}

div.searchResultOutput h2 {
	font-size: 2.1em;
	padding-bottom: 0;
}

ul.courseSearchResultList {
	list-style-type: none;
	font-size: inherit;
}
div#searchNoResults p {
	font-weight: bold;
}
div#searchNoResults p.bigger {
	font-size: 20px;
}
#contentDiv div#paging {
	margin-top: 20px;
}

#contentDiv div#paging ul,
#contentDiv div#paging ul li {
	list-style-type: none;
    display: inline-block;
    padding:0px;
    margin:0px;
    float:left;
}

#contentDiv div#paging a {
	display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
    margin: 2px 0 2px 8px;
    padding:5px;
    border:solid 1px #C6C6C6;
    float:left;
}
#contentDiv div#paging li span {
	display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
    margin: 2px 0 2px 8px;
    padding:5px;
    font-weight:bold;
}

