﻿@charset "utf-8";

/* Import fonts */

@font-face {
    font-family: 'segoe_uiregular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/segoeui-webfont.eot');
    src: url('../../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/segoeui-webfont.woff') format('woff'), url('../../fonts/segoeui-webfont.ttf') format('truetype'), url('../../fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
}

@font-face {
    font-family: 'segoe_uilight_italic';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/seguili-webfont.eot');
    src: url('../../fonts/seguili-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/seguili-webfont.woff') format('woff'), url('../../fonts/seguili-webfont.ttf') format('truetype'), url('../../fonts/seguili-webfont.svg#segoe_uilight_italic') format('svg');
}

@font-face {
    font-family: 'segoe_uilight';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/segoeuil-webfont.eot');
    src: url('../../fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/segoeuil-webfont.woff') format('woff'), url('../../fonts/segoeuil-webfont.ttf') format('truetype'), url('../../fonts/segoeuil-webfont.svg#segoe_uilight') format('svg');
}

/* Main Styles */

body {
    background: buttonface;
    font-family: segoe_uilight;
    font-size: 1.0em;
    margin: 0 auto;
    width: 1000px;
}

.standardBackground {
    background: #007193;
}

.consentFormImagesBackground { background: white }

input,select {
    outline-color: #007193;
    border-color: #007193;
}

/* Backwards compatibility */

img {
    border: 0;
}

/* Generic style */

mark {
    background: none;
    font-family: segoe_uilight_italic;
}

    mark a:link, active a:link, mark a:visited {
        font-family: segoe_uilight_italic;
    }

.align-right {
    text-align: right;
}

.width-49 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

a:link, a:visited, a:active {
    color: #007193;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


input[type="submit"],
input[type="button"] {
    border: none;
    border-left: solid 4px #007193;
    border-top: solid 1px #007193;
    border-right: solid 1px #007193;
    border-bottom: solid 1px #007193;
    color: #007193;
    cursor: pointer;
    margin: 12px 0 5px 15px;
    padding: 10px;
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-color: #007193;
        color: white;
    }

/* Sync Debug */

#debugsection {
    display: none;
}

.compheader {
    font-size: larger;
}

.compgroupheader {
    border-bottom: solid 2px #ccc;
}

.standardBackground {
    background: #007193;
}

.standardColourBottomBorder {
    border-bottom: 1px #007193 solid;
}

.readersuccess {
    background-color: lightgreen;
    color: black;
}

/* Headings */

h1 {
    font-family: segoe_uilight;
    margin: 3px 0 20px;
}

h2 {
    font-family: segoe_uilight;
}

h3 {
    font-family: segoe_uilight;
    font-size: 1.17em;
    margin: 0 0 7px;
}

h4 {
    font-family: segoe_uilight;
}

header {
    background: white;
    font-family: segoe_uilight;
    margin-top: 100px;
    padding: 20px;
    width: 960px;
    border-bottom: 4px #007193 solid;
}

    header nav {
        padding-top: 10px;
    }

        header nav a:link, header nav a:visited, header nav a:active {
            border-bottom: none;
            color: #007193;
            padding: 5px 5px 3px;
            text-decoration: none;
        }

        header nav a:hover {
            border-bottom: 1px solid #007193;
            padding: 5px 5px 2px;
            text-decoration: none;
        }

.submenu {
    background: #007193;
    font-family: segoe_uilight;
    margin-bottom: 20px;
    padding: 10px 15px 10px;
    width: 930px;
}

    .submenu a:link, .submenu a:visited, .submenu a:active {
        border-bottom: none;
        color: #fff;
        padding: 5px 5px 3px;
        text-decoration: none;
    }

    .submenu a:hover {
        border-bottom: 1px solid #fff;
        padding: 5px 5px 2px;
        text-decoration: none;
    }

.table {
    border: solid 2px #ccc;
    color: #696969;
    padding: 5px;
}

    .table th {
        background-color: #007193;
        color: #fff;
        padding: 5px;
    }

/* Hero (top picture bar) */

#hero {
    background: url('../../images/hero-cardreader.jpg');
    height: 275px;
    padding: 20px;
    width: 960px;
}

    /* Login boxes */

    #hero #overlay {
        color: #262626;
        display: inline-block;
        height: 60px;
        padding-top: 180px;
        vertical-align: top;
        width: 575px;
    }

    #hero #login {
        display: inline-block;
        height: 270px;
        padding-top: 10px;
        vertical-align: top;
        width: 380px;
    }

        #hero #login #form {
            background: #f6f6f6;
            padding: 10px;
        }

            #hero #login #form label {
                display: block;
            }

            #hero #login #form input {
                background: #fafafa;
                border: 1px solid #e0e0e0;
                margin-top: 2px;
                padding: 8px;
            }

                #hero #login #form input[type="text"], #hero #login #form input[type="password"] {
                    margin-bottom: 10px;
                    width: 260px;
                }

                #hero #login #form input[type="submit"],
                #hero #login #form input[type="button"] {
                    border: none;
                    border-left: solid 4px #007193;
                    border-top: solid 1px #007193;
                    border-right: solid 1px #007193;
                    border-bottom: solid 1px #007193;
                    color: #007193;
                    cursor: pointer;
                    margin: 12px 0 5px 15px;
                    padding: 10px;
                    width: 60px;
                }

                    #hero #login #form input[type="submit"]:hover,
                    #hero #login #form input[type="button"]:hover {
                        background-color: #007193;
                        color: white;
                    }

        #hero #login #myskillsafe {
            background: #007193;
            margin-top: 20px;
            padding: 10px;
            text-align: right;
        }

            #hero #login #myskillsafe a:link, #hero #login #myskillsafe a:visited, #hero #login #myskillsafe mark {
                color: #fff;
            }

/* Content based pages (to worked on at a later date */

.page {
    background: #fff;
    padding: 20px;
    width: 960px;
}

    .page main {
        display: inline-block;
        vertical-align: top;
        width: 780px;
    }

    .page aside {
        display: inline-block;
        vertical-align: top;
        width: 170px;
    }

/* Contact form */

.formContact label {
    display: inline-block;
    width: 120px;
}

.formContact input, .formContact textarea {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #808080;
    padding: 8px;
    vertical-align: top;
    width: 200px;
}

    .formContact input[type="submit"] { /* iOS compatibility */
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: #007193;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        padding: 10px;
        width: 220px;
    }

/* Help Bubble */

.bubble {
    background: #f6f6f6;
    display: none;
    height: 100px;
    padding: 10px;
    position: relative;
    width: 250px;
}

    .bubble:after {
        border-color: transparent #f6f6f6;
        border-style: solid;
        border-width: 8px 9px 8px 0;
        content: "";
        display: block;
        left: -9px;
        position: absolute;
        top: 13px;
        width: 0;
        z-index: 1;
    }

/* Footers */

footer {
    padding-top: 10px;
    width: 1000px;
}

    footer section {
        display: inline-block;
        vertical-align: top;
    }
