﻿/*

This style sheet is for illustration purposes only.
Copyright (c) 2008, Experlogix Inc.

---------------------------------------------------

For your own customizations, you are strongly encouraged to create a separate
CSS file (e.g., Custom.CSS) and place your styles there.

---------------------------------------------------

Common Customizations:

1. Hide the category bar
   - remove the category bar from the display
   - position the main body to the left

   .xCfg > .xCb { display:none; }
   .xCfg > .xBody { left:0px; }



2. Hide the header at the top of the page
   - remove the page title from the display

   .xPage .xTitle { display:none; }

*/