/* CSS Document */

.gfc-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
  border:0;
}

.gfc-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  color:#111;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background:transparent;
font-size:13px;

}

.gfc-title a {
  color : #003366;
  color:#111;
  text-decoration:none;
}

.gfc-subtitle {
  font-size: 10px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfc-subtitle a {
  color : #003366;
}

.gfc-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

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

.gfc-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfc-listentry {
  line-height : 1.5em;
	overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 10px;
  padding-right : 5px;
  margin-left :0px;
  margin-right : 5px;
}

.gfc-listentry-odd {
  background-color : #F6F6F6;
}

.gfc-listentry-even {
}

.gfc-listentry-highlight { 
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfc-root .gfc-entry .gf-result .gf-title {
  font-size: 12px;
  line-height : 1.2em;
    overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfc-root .gfc-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

.gfc-control .gfc-resultsbox-visible .gfc-resultsRoot .gfc-results .gfc-result .gf-result .gf-author, .gfc-control .gfc-resultsbox-visible .gfc-resultsRoot .gfc-results .gfc-result .gf-result .gf-spacer{
display:none;}
.gf-snippet{
display:none;
}
/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

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

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

.gfc-horizontal-root .gfc-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;
}

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

.gfc-horizontal-root .gfc-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 */
.gfc-horizontal-root .gfc-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

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

/*
 * FeedControl customizations.
 */

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

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

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

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

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

.gfc-collapse-open, .gfc-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfc-collapse-open {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_open.gif');
}

.gfc-collapse-closed {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_close.gif');
}

.gfc-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}