
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  text-align : center;
  font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
  font-size: 12px;

}

.gfg-title{display: none;}

.gfg-subtitle {
  font-size: 10px;
  margin: 3px 0 0 0;
  color : #555;
  border-bottom: solid #a80000 1px;
  font-family: tahoma, verdana, arial, sans-serif;
  text-align: left;
}

.gfg-subtitle a {color : #555;}
.gfg-subtitle a:hover{color: #a80000;}

.gfg-entry {
  background-color : white;
  width : 100%;
  position : relative;
  height: 8.5em;
  text-align : left;
  overflow: hidden;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
}

.gf-title{
  margin: 0;
  padding: 0;
  font-size: 11px; 
  line-height: 1.2em;
}

#feed-control .gf-author, #feed-control .gf-relativePublishedDate, #feed-control .gf-spacer{
	margin: 1px 0 0 0;
	padding: 0; 
	font-size: 9px;
	color: #999;
	line-height: 1.5em;
}
  
.gf-snippet{
  margin: 1px 0 0 0;
  font-size: 9px;
  color: #555;
  line-height: 1.3em;
}
	
.gfg-list {
  text-align : left;
  padding-top: 1px;
  margin : 5px 0 0 0;
  background: url('horz_divider.gif') left top repeat-x;
}

.gfg-listentry {
  font-size: 10px;
  width: 98%;
  font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
  overflow : hidden;
  padding: 3px 0 3px 3px;
  background: url('horz_divider.gif') left bottom repeat-x;
  white-space: nowrap;
}

.gfg-listentry-highlight { 
  background-color: #f1f1f1;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result{
  font-size: 14px;
  line-height : 1.2em;
  margin-bottom : 2px;
}



/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}