/* This file enables us to apply a low contrast version, with the Business Portal specific branding elements.

Because of the cascade, the structural controls contained in base.css will all blend with 
the low contrast colour controls declared here, producing a cohesive, consistent CSS based layout for all versions and sub-brands.

*/



/* 5d5d5d
--BP specific rules --------------------------------*/

/*body { background: url(oam_header_overflow.gif) repeat-x top right; }*/

div#secondaryNav, div#secondaryNav a { color: #ffffff; }


div#header h2.areaTitle a /*, div#header h2#areaTitle a // is now class selector */ { background: transparent url(head_text_oam.gif) no-repeat 0% 0%; }

div#secondaryNav { background: #5d5d5d url(accessBar_bg_oam.gif) repeat-x top left; }

h2#homepage { background: #660099 url(oam_hmpage_header.jpg) no-repeat 0% 100%; }


div#bc { background: #ffffff url(bc_bg_oam.gif) no-repeat top right; }
div#bc span { background: url(bc_bg_leftc_oam.gif) no-repeat top left; }


div#summaryData { background: #E6E6E6 url(clientnotes_bg_oam.gif) no-repeat top right; }



/*
-- Homepages - also see the master base.css file for structrual rules */

h2.homepage-header { background: #2E7DB6 url(oam_hmpage_header.jpg) no-repeat top left; border: 1px solid #666666; }



