/* Load the parent style (Prosilver) first */
@import url("../../prosilver/theme/stylesheet.css");

/* 
@import url("cp.css");
@import url("forms.css"); 
*/
/* Cause problems
@import url("content.css");
@import url("tweaks.css");

This one takes out the top header
*/
@import url("common.css");
@import url("links.css");
@import url("borders.css");
@import url("colours.css");

/* Force the header background to use the child style image */
.headerbar {
    background-image: url("./images/bg_header.gif") !important;
}

/* Force the main page background */
html, body {
    background-image: url("./images/bg_main.gif") !important;
}


