   #ptbanner a.logo {
     background-image: url("/solcyc_logo.png");
     background-repeat: no-repeat;
   }

	body { 
	background-image: url("/solcyc_bg.png");
	background-repeat: no-repeat;
}
/********************* userWebsiteCustomization.css **************************

 This is the user-customizable style-sheet for Pathway Tools.  By default, it
 is empty.  Sites that run Pathway Tools as a web server and wish to customize
 the styles should modify this file, not style.css -- any definitions here
 will override those in style.css.  Keep a copy of your
 userWebsiteCustomization.css file in another location outside the Pathway
 Tools root before doing a new Pathway Tools installation.
                                                                        
 Simple customization suggestions:

-- To add a logo to the banner:
   #ptbanner a.logo {
     background-image: url("/solcyc_logo.png");
     background-repeat: no-repeat;
   }

-- To change the banner color:
   #ptbanner { 
     background-color: #xxxxxx;
   }

-- To change the toolbar color:
   div.yuimenubarnav div.bd li.yuimenubaritem, div.bd ul.toolbar {
     background-color:  #xxxxxx;
   }

-- To change the color of the box around the Search and Tools pull-down menus:
   div.bd div.withDatabase, div.yuimenubarnav div.bd li.yuimenubaritem-selected {
     background-color: #xxxxxx;
     border-left:  4px solid #yyyyyy;
   }

   div.bd div.withDatabase {
     border-right:  3px solid #yyyyyy;
     border-left:   10px solid #yyyyyy;
     border-bottom: 3px solid #yyyyyy;
   }

 Last modification date of this file: $Date: 2009/02/11 19:31:27 $

 *************************************************************************/
