﻿/*	

	NOTES:		Only add class for global elements. Each MasterPage has its own css file.

	HISTORY:	20/07/2011 - POF - Created

*/

html {
    overflow-y: scroll;
}

body {
    margin: 5px;
    padding: 0;
    width: 1000px;
    font-family: Arial;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

hr {
    float: left;
    width: 100%;
    display: block;
    border: solid 1px #000000;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

    ul.mfList-Spacer li {
        margin: 10px 0;
    }

    ul.mfBullet-Blue {
        list-style-image: url(../Images/mfBullet.gif);
        margin-left: 20px;
    }

a.mfBullet-Blue {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

li.mfBullet-Spacer {
    margin: 10px 0;
}

div.mfBullet-Blue {
    display: block;
    margin: 20px 0 10px 0;
    float: left;
}

.clr {
    clear: both;
    display: block;
    height: 10px;
}

a {
    color: #000000;
    text-decoration: none;
}

p, ul {
    line-height: 1.5em;
}

h1,
h2,
h3,
h4 {
    display: block;
}

.content-narrow, .content-left, .content-right, .content-central {
    margin: 10px 0;
    float: left;
}

p.mfBlurb {
    margin-bottom: 20px;
}

table tr td a {
    text-decoration: underline;
}

/*

	Header

*/

#mfHeader-Container {
    width: 100%;
    height: 145px;
}

#mfHeader-Container-Top {
    background-color: #000000;
    height: 115px;
    position: relative;
}

#mfHeader-Logo {
    display: inline;
}

    #mfHeader-Logo img {
        height: 115px;
    }

#mfHeader-Left,
#mfHeader-Right {
    color: #ffffff;
    display: inline;
    height: 112px;
}

    #mfHeader-Left img {
        position: absolute;
        top: 14px;
        left: 127px;
        height: 60px;
    }

    #mfHeader-Right p {
        font-size: 16px;
        position: absolute;
        top: 8px;
        right: 16px;
        margin: 0;
    }

#mfHeader-Right a {
    color: #ffffff;
    text-decoration: none;
}

    #mfHeader-Right #linkedIn-icon {
        position: absolute;
        height: 34px;
        top: 39px;
        right: 16px;
    }

    #mfHeader-Right #twitter-icon {
        position: absolute;
        height: 34px;
        top: 39px;
        right: 60px;
    }

#mfSite-Menu, #mfFooter {
    margin-top: 2px;
    width: inherit;
}

    #mfSite-Menu ul, #mfFooter-Menu ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        clear: both;
        width: 100%;
    }

        #mfSite-Menu ul li, #mfFooter-Menu ul li {
            float: left;
            margin-right: 1px;
            text-align: center;
        }

            #mfSite-Menu ul li.head {
                width: 112px
            }

            #mfSite-Menu ul li.tail {
                margin-right: 0;
                width: 113px;
            }

            #mfSite-Menu ul li a, #mfFooter-Menu ul li a {
                padding: 5px 6px 5px 6px;
                background-color: Black;
                color: White;
                display: block;
                text-decoration: none;
                text-transform: uppercase;
            }

                #mfSite-Menu ul li a:hover {
                    background-color: #003399;
                }

                #mfSite-Menu ul li a.active {
                    background-color: Blue;
                }

/*

	Footer

*/

#mfFooter-Container {
    float: left;
    border-top: solid 1px #000000;
    width: 100%;
    margin-bottom: 10px;
}


#mfFooter-Menu ul li a {
    color: #3D3D3D;
    background-color: Transparent;
    text-decoration: none;
    padding: 10px 10px;
    font-weight: bold;
    margin-left: 15px;
    padding: 5px 8px;
}

    #mfFooter-Menu ul li a.head {
        padding-left: 0;
        margin: 0;
    }

#mfCopyright {
    font-size: 11px;
}

    #mfCopyright a {
        color: #003366;
        text-decoration: underline;
    }

/*

	Font Styles

*/

h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

    h1.mfStrapLine {
        color: #00AEEF;
        font-size: 23px;
        font-style: italic;
        margin-bottom: 20px;
    }

h2 {
    margin: 0;
    font-size: 16px;
}

h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

/*

	Product Page Styling (Xslt Only)

*/

.mfCategories {
    border-top: solid 1px #DCDDDE;
    float: left;
}

.mfProduct-Category {
    border-bottom: solid 1px #DCDDDE;
    padding: 5px 0 5px 0;
    float: left;
    width: 810px;
}

    .mfProduct-Category h3 {
        margin: 0 0 10px 0;
        text-transform: uppercase;
        display: block;
    }

    .mfProduct-Category ul {
        clear: none;
        margin-left: 20px;
    }

        .mfProduct-Category ul li {
            list-style: disc;
            margin-bottom: 5px;
            list-style-image: url(../Images/mfBullet-blue.gif);
        }

.mfProduct-Blok {
    margin: 10px 0;
    float: left;
    width: 46%;
}

    .mfProduct-Blok span {
        margin: 0 10px 5px 0;
    }

span.mfSnapShot {
    float: left;
    width: 65%;
}

    span.mfSnapShot a {
        margin: 0 4px 10px 0;
        display: inline-block;
    }

span.mfProduct {
    width: 35%;
    float: left;
}

span.mfSnapShot img {
    float: left;
}

.thumbnail {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 3px solid black;
    border-radius: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        pointer-events: visible;
    }

.centeredText {
    text-align: center;
}


.PressSignupForm {
    padding: 0px 20px 0px 20px;
}

    .PressSignupForm table {
        width: 100%;
    }

    .PressSignupForm td {
        padding: 5px;
    }

.PressSignupFormBottom table{
    width:90%;
}

#advertising ul li a img{width:100px; height:130px;}

.businessMoneyfactsAwardsSponsors2018 img{
    margin-right:10px;
    width:100px;
    vertical-align: middle;
}

/* Tax Facts styling */

.getMyTaxFacts {
    display: block;
    width:100%;
}

    .getMyTaxFacts .leftContainer {
        width: 210px;
        float:left;
    }

    .getMyTaxFacts .rightContainer {
        float: right;
        width: 520px;
        padding-top: 20px;
    }

    .getMyTaxFacts .rightContainer img{
        width:100%;
    }

    .getMyTaxFacts form#signup input[type=text] {
        width: 140px;
        background-color: #b7b7b7;
        border: 0px;
        padding: 5px;
    }

    .getMyTaxFacts form#signup input[type=submit] {
        background-color: #ba2e35;
        color: #fff;
        font-weight: bold;
        border: 0px;
        padding: 15px 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        width:100%;
        cursor:pointer;
    }
        .getMyTaxFacts form#signup input[type=submit]:hover{opacity:0.9;}
        
       .getMyTaxFacts .controls input, .getMyTaxFacts html form {
            background-color: #ba2e35 !important;
        }

    .taxFactsAssociation {
        margin-top: 30px;
        margin-bottom: 30px;
    }
        .taxFactsAssociation img{max-width: 250px; }
            .taxFactsAssociation img:last-child{margin-left: 30px; margin-top: 5px;}
    
    hr.taxFactsLine{border: 0px; height: 1px; background: #DDD;}

.mfContact-Details > div img {
    height: 112px;
    width: auto !important;
}

.mfContact-Details #directors img {
    height: 106px;
}
