@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* StatusBar Minimal Height (DM*) - David McRitchie  */
/* ===============  Style 13211, User 12592 ======================= */
/* David McRitchie,  2008-12-22, style created           */
/* 2009-12-24 removed padding on buttons, Force narrowing of Site Advisor*/
/* 2010-01-27 Site Advisor width tweaked for Win7 (see notes)      */
/* 2010-10-17 addon-bar tweaks from style 38503   */
/* 2011-02-16 addon-bar, closebutton, bottombox   for 4.0b */
/* 2011-02-17 removed all addon-bar changes-- Fx4.0b12 finally fixed height */
/*   Style probably not be needed in Fx4 possible exception of extensions*/

/* use style 9514 to colorize status bar along with toolbars and dialogs*/

/* Change statusbar height to 18px (Default = 25px) */

#status-bar  {
   -moz-appearance: none !important;
   border: none !important;
   min-height: 18px !important; max-height:18px !important;
   padding-top:0px !important;
/* Change statusbar top border line thickness and color */
   border-top: solid 0px #000 !important; }


/* #addonbar-closebutton {display:none!important; } -- use "Ctrl+/" to toggle on/off */

/* McAfee Status Bar (siteadvisor.com)  20px in Vista, 27px in Win7 */ 
#SiteAdvisor-TB1 > image 
  {max-width:35px !important; padding:0 !important;
   max-height:18px !important;  
   margin:0px 0px 2px 0px !important;  } 
#SiteAdvisor-TB-menu1   /* display:none would remove dropdown */
  {max-width:1px  !important;  padding:0 !important; 
   margin:0px !important;}

/*remove resize handles from corner style 1193 */
#main-window .statusbar-resizerpanel {display: none !important; }

/* GreaseMonkey style 1272  */
#gm-status {padding: 0 !important; }
#gm-status > #gm-status-image {margin: 0 0px !important;}

/* Adblock  derived from style 11100  (no fake icon)*/
#adblock-status label { /*remove underscore*/ 
   border:none !important; }
#adblock-status[whitelisted] label {
  font-weight: bold !important;
  color: green !important; background-color:white!important}
  /* scComment9099181468731762 */