﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 1px #fff;
    color: #333;
    margin: 0;
    padding: 0;
}

.formContainer {
    width: 90%;
    border: 1px;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
    padding: 20px;
    border-color: black;
}

a, a:link, a:visited {
    color: #a9bbd2;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    font-weight: bold;
}

a:active, a:hover {
    color: #5d6775;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.error {
    color: #f00;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}

header .content-wrapper {
    padding-top: 5px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    height: 100px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a {
    background: none;
    font-size: 85%;
    color: #a9bbd2;
    text-decoration: none;
}

ul#menu li a:visited {
    background: none;
    font-size: 85%;
    color: #a9bbd2;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #5d6775;
    text-decoration: none;
}

ul#menu li a.selectedMenu {
    color: #5d6775;
}


/* page elements
----------------------------------------------------------*/

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.direct-debit-status-box {
    max-width: 400px;
    width: 100%;
    background-color: #eeeeee;
    text-align: center;
    margin: 0 auto;
    padding: 20px
}

.light-text {
    color:#a9a9a9;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a {
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover {
    color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}

th.asc a:after, th.desc a:after {
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after {
    content: '▲';
}

th.desc a:after {
    content: '▼';
}

td {
    padding: 0.25em 0.25em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/* header
----------------------------------------------------------*/
header .float-left,
header .float-right {
    float: none;
}

/* logo */
header .site-title {
    margin: 10px;
    text-align: center;
    padding-bottom: 20px;
}

/* menu */
nav {
    margin-bottom: 5px;
}

ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#menu li {
    margin: 0;
    padding: 0;
}


/* main layout
----------------------------------------------------------*/
.main-content,
.content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

/* page content */
article, aside {
    float: none;
    width: 100%;
}


/* footer
----------------------------------------------------------*/
footer .float-left,
footer .float-right {
    float: none;
}

footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
}

footer p {
    margin: 0;
}

