@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Color Toolbar(s) to identify profile   - David McRitchie (DM*)  */
/* ===============  Style 9514, User 12592 ======================= */
/* David McRitchie,  2008-08-10 created                  */
/* 2008-12-22 dialogs change inner gray color, url-link, customize */
/* 2009-10-15 Error console                                        */
/* 2010-04-28 window  - Stylish Custom coloring,   still note edit */
/* 2010-10-12 browser-bottombox replacement of status-bar (Fx4 damage control)
/* 2011-02-17 Stylish edit dialog, addon-bar 4.0 Fx4 damage control*/ 

/* Use color to identify TEST profiles or system --  examples try in color picker
   #F3E078 (Fx3_main/orangish), #FFC (light beige), #CCF (gray-blue), 
   #F3E0ff (purplish), #33FF33/#f8fff0 (minefield/greenish), #E4C880 (tan) */

  #status-bar, #browser-bottombox, #bookmark-window  {
   -moz-appearance: none !important;}

  #toolbar-menubar    /*Firefox Menu Bar */
  , window            /* 2010-04-28 stylish-custom styles, but ^edit */ 
  , dialog            /*dialogs change inner gray color */  
  , #status-bar       /*Firefox Status bar    */
  , #browser-bottombox /* 2010-10-12 status-bar replacement in Fx4 */
  , #toolbar          /*Manage Styles Toolbar */        
  , #style-url-link   /*Styles edit - Visit website in edit.css*/
  , #palette-box      /*Customize Toolbar icons from style 547 */
  , #extensionsManager /*Addons dialog background  */
  , #trDOMTreeBody    /*Dom Inspector tree items can't hit dialog */
  , #BrowserPreferences /* tools options Main Tab */
  , #updates          /* Help - Check for Updates  */
  , #ConsoleBox       /* Error console picked up  */
  , #contentView .tree-bodybox  /* Library - Organize Bookmarks, list*/
  , #stylishCustomToolbox  /* stylish custom edit dialog */
  , #addon-bar        /* Fx4.0 Status bar  */
  {background-color: 	#F3E078 !important; }

/* possibly choose a lighter background tone for personal bookmarks */
/*  #PersonalToolbar /* Personal Toolbar (bookmarks toolbar)*/
/*  {background-color: #F3E078 !important; } /* lighter than #F3E078 */ 

/* Note if you followed the tip for this style you included the color wanted at the */
/* end of your description to facilitate manually updating the code after updates */

/* See styles notes -- you may want to include  AERO damage control here... */

