@charset "UTF-8";
/* CSS Document */

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #333333;
    background-color: #000000;
  }
  input.gsc-input {
    border-color: #BCCDF0;
  }
  input.gsc-search-button {
    border-color: #000000;
    background-color: #eeee00;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    background-color: #000000;
  }
  .gsc-tabsArea {
    border-color: #000000;
  }
  .gsc-webResult.gsc-result {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #ff66ff;
    background-color: #330033;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #eeee00;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #cccc00;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #ffff00;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #ffff00;
  }
  .gsc-cursor-page {
    color: #eeee00;
  }
  a.gsc-trailing-more-results:link {
    color: #eeee00;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #bbbbbb;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #999999;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #999999;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult.gs-result .gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #000000;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #000000;
    background-color: #000000;
  }
  .gs-promotion.gs-result {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #0000CC;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #008000;
  }