@namespace url(http://www.w3.org/1999/xhtml);

/* updated for July 2008 iGoogle changes */
/* 20091105 - updated for Firefox 3.5 dropping of -moz-opacity */


@-moz-document url-prefix("http://www.google.com/ig") {

/* header area fading */
#guser { opacity: 0.25 !important; font-size: 8pt !important;}  /* for some reason this renders gbar unclickable without z-index fix */
#gbar { opacity: 0.25 !important;
        position:absolute !important;
        z-index: 1001 !important; }
#gbar { font-size: 8pt !important; background-color: transparent !important; }
#gbar:hover { opacity: 1 !important;  }
.gb2 {opacity: 0.9 !important;
       background-color: #FFFFFF !important; } 

.personalize_link { opacity: 0.25 !important; font-size: 8pt !important; }
.personalize_link:hover { opacity: 1 !important;  }

.sandbox_msg  { display:none !important; }

/*search*/
#gsea  { opacity: 0.25 !important; }
#gsea:hover:before { opacity: 0.25 !important; }
#gsea:hover { opacity: 1 !important;  }

 /* footer area */
#footerwrap { display: none!important; }

/* module box - decrease whitespace */
.modbox { margin-top: 5px !important;   
          margin-left: 4px !important;
          margin-right: 4px !important;
          margin-bottom: 4px !important;  }  
.modboxin { padding: 3px  !important; }  /* module box - decrease whitespace */

}