/* 		Created by David Bruce 									
/*		First created January 2008 								
/* 		Last edited 12th April 2008								
/* 		For more information on this or any other of the 					
/* 		code on this website please contact David Bruce on d.s.bruce@sms.ed.ac.uk		
 

/* Controls the border around the whole RSS ticker */
.gfg-root 
	{
	  width : 153px;
	  height : 50%;
	  position : relative;
	  overflow : hidden;
	  text-align : left;
	  font-family: "Arial", sans-serif;
	  font-size: 11px;
	  border: 1px solid LightGrey;
	  background-color: #eaeff3;
	  margin-bottom : 10px;
	}

/* Controls the title box */
.gfg-title 
	{
	  font-size: 14px;
	  font-weight : bold;
	  color : #ffffff;
	  background-color: #f0f0f0;
	  line-height : 1.5em;
	  overflow : hidden;
	  margin-bottom : 5px;
	  padding-left: 5px;
	}

.gfg-title a 
	{
	  color : #3366cc;
	}

.gfg-subtitle 
	{
	  font-size: 12px;
	  font-weight : bold;
	  color : #ffffff;
	  background-color: #ffffff;
	  line-height : 1.4em;
	  overflow : hidden;
	}

.gfg-subtitle a 
	{
	  color : #3366cc;
	}

/* Controls the colour of the background as the new text fades in */
.gfg-entry 
	{
	  background-color : #ffffff;
	  width : 100%;
	  height : 11em;
	  position : relative;
	  overflow : hidden;
	  text-align : left;
	  margin-top : 0px;

	}

/* To allow correct behavior for overlay */
/* Controls the area in which the project name and desciption is printed */
.gfg-root .gfg-entry .gf-result 
	{
	  position : relative;
	  background-color : #ffffff;
	  width : auto;
	  height : 100%;
	  padding-left : 5px;
	  padding-right : 5px;
	  border: 1px solid LightGrey;
	}

/* Conrols the list of projects to be displayed by the ticker */
.gfg-list 
	{
	  position : relative;
	  overflow : hidden;
	  text-align : left;
	  border: 1px solid LightGrey;	  
	}

/* Controls the list of projects to be displayed by the ticker */
.gfg-listentry 
	{
	  line-height : 1.5em;
	  overflow : hidden;
	  padding-left : 5px;
	  padding-right : 5px;
	  margin-left : 0px;
	  margin-right : 0px;
	  font-size: 12px;
	 /* font-weight : bold; */
	}

/* Controls the odd (eg, 1,3,5) entries in the RSS */
.gfg-listentry-odd 
	{
	  background-color : #ffffff;
	}

/* Controls the even (eg, 2, 4, 6) entries in the RSS */
.gfg-listentry-even 
	{
	  background-color : #ffffff;
	}

/* Controls the highlighter (inc. colour) */
.gfg-listentry-highlight 
	{ 
	  background-color: #eaeff3;
	  background-repeat: no-repeat;
	  background-position : center left;
	  border: 1px solid #f0f0f0;
	}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title 
	{
	  font-size: 14px;
	  line-height : 1.2em;
	  overflow : hidden;
	  margin-bottom : 10px;
	  text-align : center;
	}

.gfg-root .gfg-entry .gf-result .gf-snippet 
	{
	  height : 3.8em;
	  color: #000000;
	  margin-top : 3px;
	}

/*
 * 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;
	  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: #99AA99;
	  line-height : 1.5em;
	  overflow : hidden;
	  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 : #337777;
	  width : 100%;
	  height : 100%;
	  line-height : 1.5em;
	  overflow : hidden;
	}

.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 
	{
	  overflow : hidden;
	  text-align : left;
	  position : absolute;
	  right : 0px;
	  top : 0px;
	  width : 80px;
	}
