
/*	Hide the banner search form entirely, since this duplicates the google search form on this page. */

#mainSearch {
	display: none;
}

/*
	Round the corners of the borders on the <div> encapsulating the entire GSS object
	(search box and search results).  This will match the rounded corners on the Advanced Search
	Options right-side box.
*/

#mainSub div.gsc-control-cse {
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/*	Fit the GSS search form to allow room for the advanced search options SSI to the right. */

#mainSub form.gsc-search-box {
	width: 68%;
}

/*	
	Hide the border around the table enclosing the GSS search field, search button, and cancel button
	and the border around each td in that table.
 */

#mainSub table.gsc-search-box,
	#mainSub table.gsc-search-box td,
	#mainSub table.gsc-above-wrapper-area-container,
	#mainSub table.gsc-above-wrapper-area-container td {
	border: none;
}

/*	
	Reduce the top and bottom margins (space outside the table) of the table enclosing the GSS 
		search field, search button, and cancel button.
 */

#mainSub table.gsc-search-box {
	margin-top: 8px;
	margin-bottom: 5px;
}

/*	Hide the line below the refinement tabs, the border around each matching result table,
		and each td within the matching result table. */

#mainSub div.gsc-tabsArea,
	#mainSub table.gsc-table-result,
	#mainSub table.gsc-table-result td {
	border: none;
}

/*	
	Hide the GSS results estimate (appearing above the search results and 
			to the left of the sort picklist),
		the table optionally displaying matching refinements with match counts 
			(appearing between the sort picklist and the search results set),
		the list of matching refinement labels within each result in the result set, and
		the google branding <div> (appearing below the results set).
*/

/* #mainSub div.gsc-result-info, */
	#mainSub table.gsc-resultsHeader,
	#mainSub div.gs-per-result-labels,
	#mainSub div.gcsc-branding {
	display: none;
}

/*	
	Reduce the bottom margin (space outside the table) below the table enclosing the GSS results estimate,
		sort picklist, and URL bookmark icon.
 */
 
#mainSub table.gsc-above-wrapper-area-container {
		margin-bottom: 5px;
}

/*	
	Remove the bottom margin (space outside the div) below the div enclosing the pagination links
		appearing below the search results.
 */
 
#mainSub div.gsc-cursor-box {
	padding-bottom: 0px;
}

/*	
	Remove the bottom margin (space outside the div) below the div enclosing the pagination links
		appearing below the search results.
 */
 
#mainSub table.gsc-table-result {
	margin-bottom: 0px;
}
