@CHARSET "ISO-8859-1";

body {
  margin: 0px;
  border: 0px;
  background-color: #FFFFF0;
  background-image: url(yellowGradient.png);
  background-repeat: repeat-x;*/
} 

#Header {
  height: 40px;
}

#HeaderTop {
  height: 35px;
  background: black;
  color: white;
  padding-left: 10px;
  text-align: center;
}

#HeaderTop a img{
  border: 0px;
} 

#HeaderBottom {
  height: 5px;
  background-image: url(dropShadow.png);
  background-repeat: repeat-x;
}

#Logo {
  padding-top: 10px;
  float: left;
}

#AboutLink {
  float:right;
  margin-top: 10px;
  margin-right: 10px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #E0E0E0;
  text-decoration: none;
}

#AboutLink:hover {
  color: orange;
  text-decoration: underline;
} 

#HeaderTitle {
  position: relative;
  top: 6px;
  /*padding-top: 33px;*/
  padding-left: 150px;
  padding-right: 150px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  width: 300px;
  line-height: 30px;
  background-image: url(ajaxLiveSearch.png);
  background-repeat: no-repeat;
  text-align: center;
  display: inline;
  cursor: default;
}

#HeaderTitle:hover {
  background-image: url(ajaxLiveSearch2.png);  
}

#Content {
  padding: 10px;
}

#SideBar {
  float: right;
  width: 170px;
}

.tabs {
  position: relative;
  top: -1px;
  z-index: 100;  
} 

#BarTabPreLine {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
} 

.tabPane {
  background: white;
  padding: 10px;
  border: 1px gray solid;
  border-top: 1px gray solid;
} 

#Container {
}

.barTitle {
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
} 

.barHelp {
  color: gray;
  font-size: small;
}

.barClear {
  text-align: center;
  padding-bottom: 10px;
  display: none;
} 

.barContent {
  font-size: small;
} 

.historyContentPhrase {
  font-family: sans-serif;
  text-decoration: none;
  padding-bottom: 12px;
  text-align: center;
  display: block;
  color: blue;
  cursor: pointer;
}

a.historyContentPhrase:hover {
  text-decoration: underline;
  font-size: larger;
} 

.containerContentTitle {
  font-family: sans-serif;
  text-decoration: none;
  color: black;
  display: block;
} 

.containerContentLink {
  color: green;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
}

#Center {
  margin-right: 200px;
} 

.contentCenter {
  position: relative;
  clear: none;
  right: 200px;
  left: 0px;
}

#Input2 input:focus {
  background: #FFFFC0;
}

.resultsTab {
  border: 1px solid gray;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: small;
  text-decoration: none;
  color: black;
} 

.resultsTabSelected {
  background: white;
  border-top: 2px solid orange;
  border-bottom: 2px solid white;
  z-index: 100;
  font-weight: bold;
} 

.resultsTabUnselected {
  background: #D0D0D0;
}

#ResultsTabPreLine {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
}

#Loading {
  visibility: hidden;
} 

.resultsSelected {
  display: block;
} 

.resultsUnselected {
  display: none;
} 

/* Overwrite Google settings */
.gsc-resultsHeader {
  clear: none;
}

.gsc-results {
  clear: none;
}