@CHARSET "utf-8";

/*
 * FeedControl customizations.
 */
 
#feedControl {
  width : 160px;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  text-align: center;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  text-align: center;
  white-space : nowrap;
  margin-bottom : 5px;
  margin-top : 5px;
  float: left;
  _float: inherit;
  _text-align: left;
}

.gfg-entry {
  width : 100%;
  height : 160px;
  float: left;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
  margin-bottom : 2px;
}

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

.gfg-listentry {
  overflow : hidden;
  padding-left : 15px;
}

.gfg-listentry-highlight { 
  background-image : url('../images/hthi2.png');
  background-repeat: no-repeat;
  background-position : center left;
}
