
/** Override standard body styling with grey background */
body {background-color: #eeeeee;}

/** Chevron menu is made darker to account for grey background */
div#layoutBody ul.chevrons li h3 {background-image: url(/images/single_chevrons_dk.png);}

/** Rounded-corner boxes require darkened corner images */
div.rounded {background-image: url(/images/panels/lg_tl.png);}
div.rounded div.rounded1 {background-image: url(/images/panels/lg_tr.png);}
div.rounded div.rounded2 {background-image: url(/images/panels/lg_bl.png);}
div.rounded div.rounded3 {background-image: url(/images/panels/lg_br.png);}

/** Standard rounded-corner panel is made darker */
div.roundedPanel {background-color: #e0e0e0;}

