.TenPoundDefault.Container { margin-bottom: 1.15em; margin-top: 1.15em; position: relative; }

/* Container 01
-------------------------------------------------------------------------------------------- */
.Container01 .ContainerTitle {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 20;
}
.Container01 .ContainerTitleBorder {
    border-bottom: 1px solid #848484;
    margin: -21px 0 18px 0;
    position: relative;
    z-index: 10;
}

.Container01 .ContainerContentPane {
    border-bottom: 1px solid #848484;
    padding-bottom: 15px;
}

/* Container 02
-------------------------------------------------------------------------------------------- */
.Container02 .ContainerIcon {
    margin-right: 10px;
    padding-left: 5px;
}

.Container02 .ContainerContentPane {
    background: #e5e8ea;
    border: 1px solid #848484;
    border-top: none;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
}


/* Container 02 - Primary
-------------------------------------------------------------------------------------------- */
.Container02.Primary .ContainerTitle {
    background: #5d87a1;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
}

.Container02.Primary a, .Container02.Primary a:visited, .Container02.Primary a:link {
    font-weight: normal !important;
    text-decoration: underline !important;
}

/* Container 02 - Secondary
-------------------------------------------------------------------------------------------- */
.Container02.Secondary .ContainerTitle {
    background: #faa813;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
}