@charset "utf-8";
/* CSS Document */

/**************************************** Google Search ***************************************************/
  .gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #CCC;
  }
  input.gsc-input {
	border-color: #999;
  }
  
/******************************************************************/
  
  .gsc-input
  {
  background: url(http://acceleratevirginia.org/images/google_custom_search_watermark.gif) 0% 50% no-repeat rgb(255, 255, 255) !important;
}
.gsc-input-focus
  {
  background: url(http://acceleratevirginia.org/images/spacer.gif) 0% 50% no-repeat rgb(255, 255, 255) !important;
}
.gsc-input-hover
  {
  background: url(http://acceleratevirginia.org/images/spacer.gif) 0% 50% no-repeat rgb(255, 255, 255) !important;
}

/******************************************************************/

  
  input.gsc-search-button {
	border-color: #666666;
	background-color: #FFF !important;
  }
  .gsc-tabHeader.gsc-tabhInactive {
	border-color: #CCC;
	background-color: #FFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
	border-top-color: #999;
	border-left-color: #CCC;
	border-right-color: #CCC;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
  }
  .gsc-tabsArea {
	border: 1px solid #999;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #fff;
  }
  .gsc-webResult.gsc-result {
	border: 1px solid #999;
	background-color: #fff;
	padding-right: 3px;
	padding-left: 3px;
  }
  .gsc-webResult.gsc-result:hover {
	border: 1px solid #999;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
	color: #1E5DAB;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #1E5DAB;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #0A2B75;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #0A2B75;
  }
  .gsc-cursor-page {
    color: #1E5DAB;
  }
  a.gsc-trailing-more-results:link {
	color: #1E5DAB;
  }
  .gs-webResult.gs-result .gs-snippet {
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
	color: #8DE13C;
	font-style: italic;
	font-weight: bold;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
	color: #8DE13C;
	font-style: italic;
	font-weight: bold;
  }
  .gsc-cursor-box {
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 2px;
  }
  .gsc-results .gsc-cursor-page {
	border-color: #CCC;}
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	border-color: #999;
  }
  .gs-promotion.gs-result {
    border-color: #336699;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #1E5DAB;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #1E5DAB;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #0A2B75;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #0A2B75;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
	color: #8DE13C;
	font-style: italic;
	font-weight: bolder;
	background-color: #FFF;
  }
/******************* More Google **********************/
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.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;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
	
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
	text-align: left;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
	font-family: inherit;
	color: #000000;
	text-shadow: 0 1px 2px #FFFFFF;
	background-color: #FFF;
	border: 1px outset;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
	color: #666666;
	background-color: #FFF;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
	border-top-color: #666;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFF;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
	margin-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
	margin-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #999;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl 
{
  color: #0000CC;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
	background-color: #FFF;
}
.gsc-completion-container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	position: absolute;
	border: 1px solid #666666;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFF;  /* The top, left, and width are set in JavaScript. */
}