.gfg-root {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  margin-top: 3px;
  padding-bottom: 4px;
  border-bottom: 1px ridge #505050;
}

.gfg-root a {
  color: #0109DB;
}

.gfg-root a:hover {
  color: #020A7C;
}

.gfg-title {
  font-size: 18px;
  font-weight : bold;
  color : #3366cc;
  background-color: #3293D3;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  border: 1px groove #7CB0D3;
}

.gfg-title a {
  color : #01073C;
}

.gfg-subtitle {
  color: #000FFF;
}

.gfg-entry {
  width: 100%;
  height: 6.6em;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.gfg-root .gfg-entry .gf-result {
  position: relative;
  width: auto;
  height: 100%;
  padding-left: 15px;
  padding-right: 5px;
}

.gfg-list {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 5px;
}

.gfg-listentry {
  line-height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding-left: 15px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.gfg-listentry-odd {
  background-color: #346A89;
}

.gfg-listentry-even {
}

.gfg-listentry a {
  color: #0F01D3;
}

.gfg-listentry a:hover {
  color: #020A7C;
}

.gfg-listentry-highlight {
  background-image: url('garrow.gif');
  background-repeat: no-repeat;
  background-position: center left;
  color: #020A7C;
}

.gfg-listentry-highlight a {
  color: #040B49;
}

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height: 3.8em;
  color: #000000;
  margin-top: 3px;
}
