/** google.feeds.FeedControl classes
 *  - very similar to .gsc-XXX from ajax search
 */
 
.gfc-resultsHeader {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom : 4px;
  }
  
.gfc-resultsHeader .gfc-title{
  color: #676767;
  display: inline;
  }

.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 {
  display: none;
  }
.gfc-title{
	font-size: 12px;
}
/* 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: .1em;
  height: auto;
  }

.gfc-result {
  margin-bottom: .1em;
  height: auto;
}

.gfc-result .gf-title {
  overflow: visible;
  line-height: normal;
  height: auto;
  font-size: 11px;
}

.gf-result .gf-author, 
.gf-result .gf-spacer,
.gf-result .gf-snippet,
.gf-result .gf-relativePublishedDate {
  color: #6f6f6f;
  display : none;
  }

.gf-result .gf-spacer {
  margin-right : 3px;
  margin-left : 3px;
  }

.gfc-control{
	padding-left: 5px;
	padding-right: 5px;
}  

.gfc-resultsHeader{
	text-align: center;
}

      #feedControl { 
        width : auto;
		  text-align: left;
      }

      /* Suppress everything except for title */
      #feedControl .gf-author, 
      #feedControl .gf-spacer, 
      #feedControl .gf-snippet, 
      #feedControl .gf-relativePublishedDate { 
        display : none;
      }    

      /* decent padding at the bottom of each set of entries */
      #feedControl .gfc-results {
        padding-bottom : 1em;
      }

      /* no padding between entries */
      #feedControl .gfc-result {
        margin-bottom : 10px;
      }

      /* slightly larger section header title */
      #feedControl .gfc-resultsHeader .gfc-title {
        font-size : 150%;
      }