/* CSS Document */

.gfg-root {
  width : 260px;
  height : auto;
  position : relative;
  overflow : hidden;
}

/* Upper title text */
.gfg-title {
  text-decoration:none; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:24px; 
  text-transform:capitalize; 
  color:#125984;
  overflow : hidden;
  white-space : nowrap;
}

/* Lower title text color */
.gfg-subtitle a {
  font-size:16px;
}

/* Date text */
.gfg-entry {
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* Main link/title color */
.gfg-entry a{  
  color:#db95ba;
}

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

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

}

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

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

/* Main text color  */
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height:3.8em;
  color:#404040;
  margin-top:3px;
}

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


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

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

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

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

.clearFloat {
  clear : both;
}