@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://mail.google.com/")
{
  /* resize hight */
  div#gbarc {height: 2px !important;}
  div#guser {height: 9px !important;}
  
  /* relocate drop-down menu*/
  div#gbardd, iframe#gbarif
    {top: 17px !important;}

  /* change background color */
  div#gbarc, div#guser, div#gbardd 
    {background-color: #FAE5B0 !important;}

  /* remove underline */
  td.gbarp > a,
  td.gbarp > a > u,
  div#guser.mlo span,
  div#guser.mlo a
    {text-decoration: none !important;}

  /* change menu items colors */
  td.gbarp > a:hover,
  div#guser.mlo span:hover,
  div#guser.mlo a:hover
  {
    color: white !important;
    background-color: #3366CC !important;
  }

  /* hide the bottom line*/
  div#gbarl {display: none !important;}

  /* hide the username address text */
  div#guser > nowrap > b:first-child
    /*{color: #F7CE75 !important;}*/           /* a) Make the text faint and hard to spot form afar*/
    {color: #F7CE75 !important; background-color: #F7CE75 !important;}   /* b) Cross out*/
    /*{color: #FAE5B0 !important;}*/           /* c) Cross out using background color*/
    /*{display: none !important;}*/            /* d) Completely remove*/
}

