/* ACCC Industry styles */

H1,H2,H3 { color: #96004B; }

/* Right hand side boxes */
.acccRelatedInformationHelpBoxTitleBar { background: #96004B; }
.acccRelatedInformationHelpBoxContentFrame { background: #F7ECF2; }

.acccRelatedInformationNotesBoxTitleBar { background: #96004B; }
.acccRelatedInformationNotesBoxContentFrame { background: #F7ECF2; }
.acccRelatedInformationNotesBoxContentFrame h2 { color: #96004B; }


/* Left hand side nav menu css */

div.menuTreeContainer ul.menuIndustry {
    background-color: #96004B;
}

div.menuTreeContainer ul.menuIndustry li a {
    color: white;
}

div.menuTreeContainer ul.menuIndustry ul {
    background-color: #EED0DF;
}

div.menuTreeContainer ul.menuIndustry ul li {
    border-top: 1px solid white;
    margin-top: -1px;
}
div.menuTreeContainer ul.menuIndustry ul ul li {
    border-top: none;
    margin-top: 2px;
}

div.menuTreeContainer ul.menuIndustry ul a {
    color: #000000;
}

div.menuTreeContainer ul.menuIndustry ul ul {
    background-color: #F7F7F7;
}

div.menuTreeContainer ul.menuIndustry ul ul a {
    color: #4D4D4D;
}

div.menuTreeContainer ul.menuIndustry ul ul ul {
    background-color: white;
    margin: 3px;
    margin-left: -17px;
}

.keyPublicationBoxTitleBar {
    background-color: #96004B;
}

ul.industryWhatsNewList li {
    margin-bottom: 15px;
