.gsc-tabsArea {
  clear: both;
  margin: 0 0 0px 0;
  }

.gsc-control {
  width: 90%;
}

.gsc-resultsHeader {
  clear: both;
  width: 100%;
  margin-bottom : 0px; border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-style:solid; border-bottom-width:1
}

.gsc-tabHeader.gsc-tabhInactive {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-top: 2px solid #003366;
  border-bottom: 1px solid #003366;
  color: #FFFFFF; background-color:#003366
  }

.gsc-tabHeader.gsc-tabhActive {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  color: #000000; background-color:#E9E9E9
  }
  
.gsc-tabData.gsc-tabdActive {
  display: block;
  }

.gsc-tabData.gsc-tabdInactive {
  display: none;
  }
  
.gs-divider {
  text-align: center;
  border-bottom: 2px solid #003366;
  color: black
}
.gs-result .gs-title {
  color: #000000;
  border-top: 2px solid #ccc;
  text-decoration: bold;
}
.gs-result .gs-title * {
  color: #000000;
  border-top: 0px solid #ccc;
  text-decoration: bold;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl  {
  color: #003366;
  text-decoration: underline
}


.gs-result img.gs-image {
  border: 2px solid #003366;
}

.gs-result .gs-phone {
  color: #FFDC00;
}
.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
  background:white ;
}

.gsc-resultsHeader .gsc-configLabel{
  color: #000000;
  background: white;
  display: none;
  font-size: 11px;
  cursor: pointer
}
.gsc-resultsHeader td.gsc-configLabelCell {
  padding-right: 12px;
  background: black;
  background-repeat: no-repeat;
  background-position:  center;
  background-image: url('settings.gif')
}
.gsc-search-box { display : none; }
.date-header {
  margin:0 0px 0 15px;
  font-size:100%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#123;
  }
.gsc-configLabelCell { display : none; }

/* disable More results >> link under a bundle of results */
div.gsc-trailing-more-results { display : none; }

.buttonscontainer {
width: 125px;
}

.buttons a {
color: #000000;
background-color: #99aadd;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000000;
border-top: 1px solid #99aadd;
font: 11px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.buttons a:visited {
color: #000000;
background-color: #99aadd;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000000;
border-top: 1px solid #99aadd;
font: 11px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.buttons a:hover {
border:1px solid #ffffff;
background-color: #520000;
color: #ffffff;
text-decoration: none
}

.buttonscontainer2 {
width: 50%;
}


