﻿.gfg-root {
  width : 100%;
  height : 440px;    /* was 'Auto' */
  position : relative; margin-top:-8px;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: none;
}

.gfg-title {
  font-size: 1%; /* 14px; */
  font-weight : 100;
  color : #BABABA;
  background-color: #070707;
  line-height : .14em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #FFFFFF;
}
.gfg-title a:hover {
  color : #FFFFFF;
}.gfg-title a:active {
  color : #FFFFFF;
}
.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #BABABA;
  background-color: #40006F;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;  margin-left:5px; padding-left:8px;
}

.gfg-subtitle a {
  color : #BABABA;
}
.gfg-subtitle a:hover {
  color : #D605F3;
}.gfg-subtitle a:active {
  color : #EC7CFC;
}

.gfg-entry {
  background-color : #070707; color:#BABABA;
  width : 100%;
  height : 8.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

.gfg-entry a {font-weight:bold;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : #070707;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  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 : #303030;}

.gfg-listentry-even {}

.gfg-listentry-highlight {
  background-image : url('pix/rightarrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

gfg-entry a:hover, .gf-result a:hover,.gfg-listentry a:hover {  color : #D605F3;}
gfg-entry a:active, .gf-result a:active,.gfg-listentry a:active { color : #EC7CFC;}
/*
 * FeedControl customizations.
 */

.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: #BABABA;
  background-color: #070707;
  margin-top : 3px;
}


.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  color:#FFFFFF; background-image : url('pix/uparrow.gif');
}

.gfg-collapse-closed {
  color:#FFFFFF;  background-image : url('pix/downarrow.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}