/* CSS Document */
#weatherbox{
	margin: 20px 2px 12px 10px;
}
#control0, #control1, #control2{
	margin: 0px 8px 12px 0px;
	width:280px;
	float:left;
}
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: "Gill Sans MT", Verdana, Helvetica, Arial;
  border: 1px solid #005499;
}

.gfg-title {
  color : #FFF6E3;
  background-color: #005499;
  padding: 3px 3px 3px 10px;
  background-image:url(buildgfx/weatherbar.jpg);
  background-repeat:no-repeat;
}

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

.gfg-subtitle {
  color : #666666;
  background-color: #EFEFEF;
  margin : 5px 0px;
  padding: 3px 3px 3px 10px;
}

.gfg-subtitle a {
  color : #666666;
  text-decoration:none;
  outline:none;
}

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

.gfg-entry {
  background-color : #FFFFFF;
  width : 100%;
  height : 10em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 5px;
}

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

.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:#005499;
	text-decoration:none;
}
.gfg-listentry a:hover{
	color:#005499;
	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: 14px;
  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:#005499;
	text-decoration:none;
}
.gf-title a:hover{
	color:#005499;
	text-decoration:underline;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 10em;
  color: #000000;
  margin-top : 3px;
}

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