/*

Styles specifically for the Google Custom Search box on all of our pages.

Current as of 07/07/2011   TLS

All scripts and styles written by Travis Saling (trav@uw.edu) for the UW Department of
Electrical Engineering

*/

/* Necessary bits from Google's default.css for all result types */

.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 2%;
	width: 96%;
	}
.cse .gsc-branding,
.gsc-branding {
	display: none;
	}
.cse .gsc-control-cse div,
.gsc-control-cse div {
	position: normal;
	}

/* Following is from Google's default.css, but only necessary for inline search results */

/*  Commenting out for now - need to work on isolating this from the "separate results page" case

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-width: 0;
	background: none;
	padding: 1px 3px 1px 3px;
	}
input.gsc-input {
	border-color: #BCCDF0;
	}
.gsc-tabHeader.gsc-tabhInactive {
	border-color: #E9E9E9;
	background-color: #E9E9E9;
	}
.gsc-tabHeader.gsc-tabhActive {
	border-top-color: #FF9900;
	border-left-color: #E9E9E9;
	border-right-color: #E9E9E9;
	background-color: #ffffff;
	}
.gsc-tabsArea {
	border-color: #E9E9E9;
	}
.gsc-webResult {
	padding: 1px 2px 1px 2px;
	background: url(/images/rebrand2010/dim_gray_80.png);
	border: 1px solid #ffffff;
	}
.gsc-webResult.gsc-result {
	border-color: #ffffff;
	background-color: #dddddd;
	background-image: none;
	}
.gsc-webResult.gsc-result:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	background-image: none;
	}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
	color: #0000CC;
	}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
	color: #0000CC;
	}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
	color: #0000CC;
	}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
	color: #0000CC;
	}
.gsc-cursor-page {
	color: #0000CC;
	}
a.gsc-trailing-more-results:link {
	color: #0000CC;
	}
.gs-webResult .gs-snippet {
	color: #000000;
	}
.gs-webResult div.gs-visibleUrl {
	color: #008000;
	}
.gs-webResult div.gs-visibleUrl-short {
	color: #008000;
	}
.gs-webResult div.gs-visibleUrl-short {
	display: none;
	}
.gs-webResult div.gs-visibleUrl-long {
	display: block;
	}
.gsc-cursor-box {
	border-color: #ffffff;
	}
.gsc-results .gsc-cursor-page {
	border: none;
	background: none;
	}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	border: none;
	background-color: #ffffff;
	}
.gs-promotion {
	border-color: #336699;
	background-color: #ffffff;
	}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
	color: #0000CC;
	}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
	color: #0000CC;
	}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
	color: #0000CC;
	}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
	color: #0000CC;
	}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right *	{
	color: #000000;
	}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
	color: #008000;
	}

*/

/* Additional tweaks needed for our site in particular */

.gsc-clear-button {
	display: none;
	}
.gsc-search-button {
	padding: 0 3px 0 3px;
	}
