/* Custom CSS hides google branding amongst other things */

  .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }

  input.gsc-input {
    border-color: #BCCDF0;
  }

  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
  }

  .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.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }

  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }

  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #0000CC;
  }

  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #0000CC;
  }

  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #0000CC;
  }

  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #0000CC;
  }

  .gsc-cursor-page {
    color: #0000CC;
  }

  a.gsc-trailing-more-results:link {
    color: #0000CC;
  }

  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet {
    color: #000000;
  }

  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult 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-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #0000CC;
  }

  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #0000CC;
  }

  .gsc-promotion {
    background-color: #F4F7FA !important;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #F4F7FA !important;
  }

  .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;
  }

  .gsc-input input.gsc-input {
    background: none repeat scroll 0% 0% white !important;
  }

  a.gs-title span {
    text-decoration: none !important;
  }

  input#searchfield {
    width: 300px !important;
  }

/* 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: #efefef;
}
.gsc-completion-container {margin-top:5px!important;
  font-family: Arial, sans-serif;
  font-size: 14px; opacity:1;
  background: white!important;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
	color:#002c77!important;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-container td{padding:5px 6px;color:#002c77!important; border-collapse:none; font-weight:normal;}
#header .gsc-completion-container td{padding:1px 6px!important;color:#002c77!important; border-collapse:none; font-weight:normal;}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}
