#feedControl { }
.gfc-resultsHeader { border-style: none; display: block; }
.gfc-title { font: bold 12px Tahoma, Geneva, sans-serif; color: #000; }
.gfc-tabsArea { margin-top: 6px; }
.gfc-tabsAreaInvisible { display : none; }
.gfc-tabHeader { display: inline; cursor: pointer; padding-left: 6px; padding-right: 6px; margin-right: 2px; }
.gfc-tabHeader.gfc-tabhActive { border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; border-top: 2px solid #ff9900; color: black; }
.gfc-tabHeader.gfc-tabhInactive { border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; border-top: 2px solid #e9e9e9; background: #e9e9e9; color: #676767; }
.gfc-tabData.gfc-tabdActive { display: block; }
.gfc-tabData.gfc-tabdInactive { display: none; }
/* tab specific results header supression */
.gfc-tabData .gfc-resultsHeader .gfc-title { font: bold 11px Tahoma, Geneva, sans-serif; color: #000; }
/* the results for each section
 * .gfc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gfc-results : the collection of results for a given feed
 * .gfc-result : a generic result within the control
 */
.gfc-resultsbox-visible { display : block; }
.gfc-resultsbox-invisible { display : none; }
.gfc-results { padding-bottom: .2em; }
.gfc-result { margin-bottom: 0.5em; }
.gfc-result .gf-title { display: block; font: bold 11px Tahoma, Geneva, sans-serif; color: #000; }
.gf-title a:link,
.gf-title a:visited { font: bold 11px Tahoma; color: #FF0D00; text-decoration: underline; }
.gf-title a:hover { color: #FF0D00; text-decoration: none; }
.gf-author,
.gf-spacer,
.gf-relativePublishedDate { display : block; font: 10px Tahoma; color: #666; }
.gf-snippet { font: 11px Tahoma, Geneva, sans-serif; color: #000; margin-top: 5px; text-align: justify; margin-bottom: 5px; padding-bottom: 10px; border-bottom: 1px dotted #333; }
