﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #333333;
    color: #808080;
    font-size: 10pt;
    position: static;
}

.SiteContainer {
    background: Black url('../Common/hpm-background-montage.jpg') no-repeat top left;
    width: 900px;
    margin-left:auto;
    margin-right:auto;
    background-color: Black;
    position: static;
}






/* Below Here has not be re-certified */






.Header {
    color: White;
    font-size: 28pt;
    text-align: right;
    padding: 10px;
}
.Header a {
    color: #8cc63e;
    text-decoration: none;
    font-size: 23pt;
}
















.Footer {
    position: static;
    z-index:20;
    text-align: center;
    background: url('../Common/hpm-footer-semi-transparent-bar.png') repeat-x top left;
    color: White;
    font-size: 9pt;
    margin: 10px 0px 0px 0px;
    padding: 5px;
}

.Footer a {
    color: White;
    text-decoration: none;
}






/* Page Titles */

.PageTitle {
    margin-top: 20px;
    margin-left: 250px;
}


.PageTitleIntro {
    color: #cdcdcd;
    font-size: 10pt;
}


.PageTitlePage {
    font-size: 12pt;
    font-weight: bold;
}

.PageTitlePage {
}


.InPageTitle {
    font-weight: bold;  
}














.ContentContainer {
    position: static;
    margin-left: 180px;
    text-align:left;
}

.Content {
    margin-top: 40px;
}

.SubContent {
    z-index: 20;
    background: url('../Common/hpm-admin-bg-middle.png') repeat-y left top;
    padding: 10px 10px 1px 10px;
    text-align:justify;
    min-height: 320px;
}
.MainContent {
    padding: 40px 30px 0px 20px;
}


















/* Colours Used in different pages */
.Color_Print {
    color: #dc0915;
}
.ColorBG_Print {
    background-color: #dc0915;
}


.Color_Marketing {
    color: #009fd9;
}
.ColorBG_Marketing {
    background-color: #009fd9;
}


.Color_Digital {
    color: #e011aa;
}
.ColorBG_Digital {
    background-color: #e011aa;
}


.Color_Creative {
    color: #fa6507;
}
.ColorBG_Creative {
    background-color: #fa6507;
}


.Color_Generic, NavigationItem_Generic {
    color: #8ebe2c;
}
.ColorBG_Generic {
    background-color: #8ebe2c;
}






.em {
    font-weight: bold;
}