﻿

body {
    background-position: center;
    background-color: white;
    margin: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-image: url('../Images/PageBackground.png');
    background-repeat: repeat-y;
    font-size: 13px;
    color: #555;
    overflow-y: scroll;
}

img
{
    padding:0;
    margin:0;
}

textarea
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color:#555;
}

strong {
    color: #2e2d78;
    font-weight:normal;
}

input
{
    color:#555;
}

select
{
    color:#555;
}

a {
    color: #000080;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #2e2d78;
        text-decoration: none;
    }

    /*a:visited {
        color: #000080;
    }*/

img
{
    border:0;
    margin:0;
}


/*h2
{
    font-size:16px;
    color:black;
    padding:0px;
    margin: 0em 0px 10px 0px;
}*/

h3 {
    color: #2e2d78;
    font-size: 13px;
    font-weight: bold;
}

@font-face {
    font-family: "Miso";
    src: url(../CSS/Fonts/miso-bold.ttf) format('truetype');
}

.Menu {
    color: #888888;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 28px;
    line-height: 1.5;
    font-family: "Miso", sans-serif;
}

.Menu:hover
{
    text-decoration: underline;
}

.navBar {
    color: #888888;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 21px;
    line-height: 1.5;
    font-family: "Miso", sans-serif;
}

    .navBar:hover {
        text-decoration: underline;
    }


.HeadingBullet
{
    float:right;
    height: 35px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.HeadingImage
{
    margin-top:10px;
    margin-bottom:10px;
}

.MobileLogo 
{
    margin: 0, 10px, 0, 10px;
    height:35px;
}

.AppGuideDownload {
    margin-left: 0px;
    height: 35px;
}

.MobileHeaderFrame{
    padding-bottom: 10px;
}

.MobileLogoInLine {
    height: 90px;
    width: 90px;
    margin-bottom: 0;
}

h2 {
    font-size: 16px;
    color: #2e2d78;
    padding: 0;
    margin: 0 0 10px 0;
}

li
{
    color:#555;
    line-height:1.5;
    margin-bottom: .5em;
}

p
{
    font-size:13px;
    line-height:1.5;
    color:#555;
    padding:0;
    margin: 0 0 10px 0;
}

    p.TitleText {
        font-family: "Miso", sans-serif;
        font-size: 32px;
        color: #2e2d78;
        display: inline;
    }

        p.TitleText:hover {
            color: #2e2d78;
            text-decoration: none;
        }

.bodyHome {
    background-image: url('../Images/HomeBackground.png');
    background-repeat: repeat-x;
}

.bodyNormalBlue
{
    background-image: url('../Images/BlueBackground.png');
    background-repeat: repeat-x;
}

.MainMenuContainer
{
    margin-top:28px;  
    text-align: right;
}

.MainMenuContainer img
{
    float:right;
}
 
.Quote
{
    color:#096BB3;
    font-style:italic;
    font-weight:bold;
    padding: 0 20px 0 20px;    
}

.QuoteSource
{
    color:Black;
    text-align:right;
    font-weight:bold;
    font-size:smaller;
    padding: 0 20px 0 20px;
}

.FooterBackground
{
    margin-top:100px;
    background-image: url('../Images/FooterBackground.png');
    background-repeat: repeat-y;
    height:200px;
    background-position: center;
}

.Footer
{
    line-height:2em;
    font-size:13px;
    padding-top:20px;
    color:#C2CACF;    
}

.Footer strong
{
    color:White;
}

.Footer a
{
    color:#C2CACF;
}

.TopPadder
{
    margin-top:20px;
}

.HomeLogo {
    margin-top: 20px;
    width: 220px;
}

.SupportLogo {
    width: 220px;
    height: 85px;
    margin-right:20px;
}

.HMRCLogo{
    width:350px;
    height:85px;
}

.TopPadderBig {
    margin-top: 60px;
}

.Dialog
{
   display:none;
}

.DialogContainer
{
    width:800px;
}

.DialogContainer h2
{
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.DialogContainer .SingleColumn
{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width:760px;
}

.DialogContainer .HalfColumn
{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width:360px;
}

.DialogContainer .Clear
{
    clear:both;
}

.DialogContainer  li
{
    margin-bottom:0;
}

.DialogFooter
{
    margin-top:20px;
    margin-bottom:20px;
}

.DialogFooter > a
{
    float:right;
}

.ProdImgBullet
{
    float:right;
    margin-top:10px;
}

.GreyFrame
{
    background-image: url('../Images/BorderBG.png');
    background-repeat: repeat-y;
}

.InputTextBox
{
    width:350px;
    border: 2px solid;
    padding:2px;
    margin:0;
}

.InputDropDown
{
    width:358px;
    border: 2px solid;
    padding:2px;
    margin:0;
}

.InputPara
{
    margin-left:20px;
}


.Button100 {
    width: 100px;
    height: 40px;
    background-image: url('../Images/Button100.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: 0;
    color: white;
    font-weight: bold;
    float: right;
    cursor: pointer;
}



.ie6msg{border:3px solid #c33; margin:8px 0; background:#fcc; color:#000;margin-top:30px;margin-bottom:30px;}
.ie6msg h4{font-size:20px;margin:8px; padding:0;color:#c33;margin-bottom:20px;}
.ie6msg p{margin:8px; padding:0;}
.ie6msg p a.getie7{font-weight:bold; color:#006;}
.ie6msg p a.ie6expl{font-weight:bold; color:#2e2d78;}
.ie6msg strong{color:#2e2d78;  font-weight:bold;}
.ie6msg a{font-weight:bold; color:#006;}
