/* CSS Document */
#control0{
	/*margin: 0px 10px 30px;*/
	margin: 0px 0px 30px 0px;
	padding:10px;
	background-color:#D0D0D0;
}
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
}

.gfg-title {
  color : #ECECB2;
  background-color: #333333;
  padding: 5px 0px;
  font-size:15px;
  font-weight:bold;
  text-align:center;
}

.gfg-title a {
  color : #666666;
}

.gfg-subtitle {
  color : #ECECB2;
  background-color: #333333;
  font-size:12px;
  font-weight:bold;
  margin : 5px 0px;
  padding: 5px 0px 5px 10px;
  text-align:left;
}

.gfg-subtitle a {
  color : #ECECB2!important;
  text-decoration:none;
  outline:none;
}

.gfg-subtitle a:hover {
  color : #ECECB2;
  text-decoration:underline;
}

.gfg-entry {
  background-color : #FFFFFF;
  color:#666666;
  width : 100%;
  height : auto;
  position : relative;
  overflow : visible;
  margin-top : 5px;
  font-size:10px;
  font-weight:bold;
  text-align:left;
}

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

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

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : normal;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding:3px 10px 3px 10px;
}
.gfg-listentry a{
	color:#666666;
	text-decoration:none;
}
.gfg-listentry a:hover{
	color:#666666;
	text-decoration:underline;
}
.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */
.gfg-root .gfg-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;
}
.gf-title{
	white-space:normal!important;
}
.gf-title a{
	color:#666666;
	text-decoration:none;
}
.gf-title a:hover{
	color:#666666;
	text-decoration:underline;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : auto;
  color: #666666;
  margin-top : 3px;
  font-weight:normal;
}

/* 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;
}

.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;
}

