@charset "utf-8";

#feed-control-main {
	color:#333333;
	font-size:12px;
	margin:0px;
	padding-bottom:10px;
	width:100%;
	float:left;
}

#feed-control-quicklink {
	color:#333333;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
}

.gfg-root {
  font-family:Arial,Helvetica,sans-serif;  
  width : 97%;
  height : 95%;
  position : relative;
  overflow : hidden;
  xfont-size: 11px;
}

.gfg-title {
   display:none;
}

.gfg-title a {
  color : #ffffff;
  text-decoration:none;
}

.rssTitle{
	float:left;	
	clear:right;
}

.rssInfo{
  font-size:12px;
  font-weight:normal;
  color:#ffffff;
  float:right;
  clear:right;
  margin-right:5px;
  vertical-align:middle;
}


.rssInfo img{
  position:relative;
  margin-right:5px;
}

.rssInfo a{
	text-decoration:none;
}

.gfg-subtitle {
  font-size: 100%;
  font-weight : bold;
  color : #3366cc;
  background-color: #EEEEEE;
  line-height : 1.0em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
 }

.gfg-subtitle a {
  color : #FF9900;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  position : relative;
  overflow: hidden;
  text-align : left;
  margin-top : 3px;
  padding-left:5px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  xheight : 100%;
  padding-left : 0px;
  padding-right : 0px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 3px;
}

.gfg-listentry {
  font-size: 12px;
  line-height : 1.6em;
  overflow:hidden;
  white-space:normal;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 5px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
  display:none;
}

.gfg-listentry-odd {
  background-color : #FFFFFF;
}

.gfg-listentry-even {
background-color : #FFFFFF;
}

.gfg-listentry-highlight { 
/*  background-image : url('/css/images/quicklink-icon.gif');
  background-repeat: no-repeat;
  background-position:top left;*/
  background-color:#EEEEEE;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 12px;
  line-height : 1.2em;
  overflow:visible;
  padding-right:5px;
  white-space:normal;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 6.9em;
  color: #333333;
  margin-top : 3px;
  margin-bottom:3px;
  font-size:12px;
  padding-right:5px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-size: 12px;
  border: 1px solid #ADADAD;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root a {
	text-decoration:none;
}

.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 #ADADAD;
}

.gfg-horizontal-root .gfg-title a {
  color : #003772;
}

.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 a {
  color: #003772;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title a:hover {
  color: #FF9900;
  margin-right : 3px;
  float : left;
  text-decoration:underline;
}

.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: #EEEEEE;
}

/*
.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}
*/

.gfg-branding {
  display: none;
}

.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('/css/images/quicklink-icon.gif');
}

.gfg-collapse-closed {
  background-image : url('/css/images/quicklink-icon.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

.gf-author, .gf-spacer {
	display: none !important;
}

