/* You can replace the top left blue background with an image of your choice,
   or replace /var/www/magicmail/isp_images/blue_curve_top.svg with a different
   .svg (scalable vector graphics) image of your choice */
#MainHeaderTable tr #MMLogo {
    background: url('../isp_images/blue_curve_top.svg') no-repeat;
}
table#MainHeaderTable tr:first-child {
    background: none;
}

/* You can replace the interface blue curve content wrapper top left corner
   with an image of your choice, or replace /var/www/magicmail/isp_images/sub_menu_left.png
   with a PNG (portable network graphics) image of your choice */
#MainHeaderSubMenu {
    background: url('../isp_images/sub_menu_left.png') no-repeat;
}

/* you can replace the menu background image with a (vertical repeat) image of your
   choice, or replace /var/www/magicmail/isp_images/clearleft_menu_1px.png with
   a PNG (portable network graphics) image of your choice */
.MagicMenuCell {
    background: url('../isp_images/clearleft_menu_1px.png') repeat-y top left;
}

/* There is a background behind the menu to continue the 'curve' from the
   top.  You can change that image to one of your choice here, or replace
   /var/www/magicmail/isp_images/blue_curve_body.svg with a SVG (scalable
   vector graphics) image of your choice */
.MagicContentTable {
    background: url('../isp_images/blue_curve_body.svg') no-repeat, linear-gradient(#FFF, #e6e7e8);
}

