.logo.left {
    background-image: URL("../images/NHS-Digital-logo_WEB_LEFT-110x86.png");
}

.header .corner {
    background-image: URL("../images/corners.gif");
}

a[id] {
    color: #005090;
}

ul.personal-nav li a span {
    top: 0;
}

div.home h2 {
    margin-top: 20px;
    padding-left: 5px;
}

div.home h2 span {
    font-size: 100%;
}

div.home h3 {
    line-height: 1.4em;
    margin-top:20px;
}

div.home hr + h3 {
    font-weight: normal;
    margin-top:20px;
    padding-left: 5px;
}

div.contact h3 {
    font-weight: normal;
    line-height: 1.4em;
}

div.home h2.greeting {
    font-weight: normal;
    margin-bottom: 1em;
}

div.home ul li em {
    font-style: normal;
    font-weight: bold;
}

form div.errors {
    margin-top: 3px;
}

.wide-control-with-help .control textarea {
    border: 1px solid #E8E8F8;
}


table.zebra {
    font-size: 9pt;
    margin-bottom: 1em;
    text-align: left;
}
table.zebra th {
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em 0.75em 0.5em 0.25em;
    vertical-align: top;
}
table.zebra th.centre {
    text-align: center;
}
table.zebra td {
    padding: 0.5em 0.75em 0.5em 0.25em;
    vertical-align: top;
}
table.zebra tr:nth-child(2n+2) {
    background: #F0F0F0;
}

.paginator-column {
    font-size: 1.7em;
    padding-left: 4px;
    padding-right: 4px;
}

.paginator-column a {
    font-weight: normal;
}

.paginator-column.selected a {
    font-weight: bold;
    cursor: default;
}

a[id]:hover, a[id]:focus, a[id]:active, a span:hover, a span:focus, a span:active {
    text-decoration: underline;
}

.paginator-column.selected a[id]:hover, .paginator-column.selected a[id]:focus, .paginator-column.selected a[id]:active, .paginator-column.selected a[id] span:hover, .paginator-column.selected a[id] span:focus, .paginator-column.selected a[id] span:active {
    text-decoration: none;
}

input.export {
    display: block;
}

.pick {
    width: 12em;
    height: 11em;
}

.pick-button {
    width: 3em;
    cursor: pointer;
}

div.account-detail pre {
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding-bottom: 0.25em;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}

span.errors.summary span {
    display: block;
}

.in-progress {
    font-weight: bold;
}


/* Form tweaks.  */

.control-with-help .control select {
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-moz-document url-prefix() {
    .control-with-help .control select {
        padding: 4px 0;  /* Workaround for FF's insistence of vertical/top alignment.  */
    }
}

.control-with-help.mandatory .control select {
    border: 1px solid #F8E8E8;
}

.control-with-help .control input[type="text"], .control-with-help .control input[type="password"] {
    padding: 0;
    height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 4px;
}

.wide-control-with-help .control input[type="text"], .wide-control-with-help .control input[type="password"] {
    padding: 0;
    height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 4px;
}

.control-button {
    margin-top: 0;
    padding-top: 0;
}

.control-button input[type="submit"] {
    font-size: 1.6em;
    
    background-color: #80A0B0 ;
    border: 1px outset #273FAB ;
    text-decoration: none ;
    display: block ;
}

.control-button input[type="submit"]:hover { 
	background-color: #CED4ED; 
}

.subtle-help {
    margin-top: 2pt;
    padding-bottom: 0;
    font-size: 8pt;
}

.subtle-error {
    margin-top: 2pt;
    padding-bottom: 0;
    font-size: 8pt;
    color: #000000;
}

/* End of form tweaks.  */
