﻿/* ELEMENTS */
body,
input[type="text"],
input[type="submit"],
input[type="button"],
button,
input[type="password"],
select,
option,
textarea {
    font-family: Arial;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
select,
textarea {
    min-height: 1.5em;
    min-width: 20em;
}

select {
    min-height: 1.7em;
}

input[type="submit"],
input[type="button"],
button {
    min-height: 1.5em;
    min-width: 15em;
}

label {
    width: 20em;
    display: inline-block; 
    vertical-align:top;
}

    label.radio-label {
        width: 100%;
        padding-bottom: 0.5em;
    }

    label.auto-width-label {
        width: auto;
    }

input[type="radio"] + label {
    min-width: 7em;
    width: 15em;
}

input[type="checkbox"] + label {
    min-width: 7em;
    width: 15em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial Black', sans-serif;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

b,
strong,
th {
    font-family: Arial, sans-serif;
}

a, 
a:link,
a:hover,
a:active {
    color: #007A87;
    text-decoration: none;
    cursor: pointer;
}

    a:visited {
        color: #007A87;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

li {
    list-style-type: square;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #776f65;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.4em;
    border: 0;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        background-color: #007A87;
        cursor: pointer;
    }

blockquote {
    background-color: #F6F6F6;
    border-radius: 4px;
    margin: 1em 0 0 0;
    padding: 0.1em 1em;
    display: inline-block;
    font-size: 95%;
}

#maintenanceBlockquote,
#importantBlockquote {
    background-color: #F6F6F6;
    border-radius: 4px;
    margin: 1em 0 0 0;
    padding: 0.1em 1em;
    display: inline-block;
    font-size: 95%;
    width: 98%;
}

footer {
    background-color: #ddd;
    margin-top: 1em;
}

    footer p {
        margin: 0;
        padding: 0;
        padding: 0.5em;
    }

dt {
    margin-bottom: 0.25em;
}

dd {
    margin-left: 0;
    margin-bottom: 0.5em;
}
/* CLASSES */
.uoe-logo {
    border: 0;
	height: 80px;
}

.divMainContent {
    margin-left: 1em;
}

.default-table {
    margin: 1em 0;
    border-spacing: 0px;
}

    .default-table th {
        background-color: #007A87;
        color: #fff;
    }

    .default-table th,
    .default-table td {
        border: 1px solid #000;
        padding: 2px;
    }

.form-table td, .form-table th {
    padding-bottom: 0.5em;
}

.form-table th {
    text-align: left;
    min-width: 15em;
    font-family: Arial, sans-serif;
}

.form-table .address input[type="text"] {
    margin-bottom: 0.7em;
}

    .form-table .address input[type="text"]:last-of-type {
        margin-bottom: 0;
    }

.tab-table {
    margin-top: 1em;
    border-spacing: 0px;
}

    .tab-table td {
        border-bottom: 1px solid #776f65;
        padding: 0.5em 1em;
        border-radius: 4px 4px 0 0;
    }

        .tab-table td:hover {
            background-color: #ddd;
        }

        .tab-table td a:link,
        .tab-table td a:visited,
        .tab-table td a:hover,
        .tab-table td a:active {
            color: #776f65;
            text-decoration: none;
        }

        .tab-table td.tab-table-tab-disabled:hover {
            background-color: #fff;
        }
        .tab-table td.tab-table-tab-disabled a:link,
        .tab-table td.tab-table-tab-disabled a:visited,
        .tab-table td.tab-table-tab-disabled a:hover,
        .tab-table td.tab-table-tab-disabled a:active {
            color: #C6C6BC;
            text-decoration: none;
        }

        .tab-table td.selected {
            border: 1px solid #776f65;
            border-bottom: 0;
        }

            .tab-table td.selected:hover {
                background-color: #fff;
            }

            .tab-table td.selected a {
                color: #000;
                font-family: Arial, sans-serif;
            }

                .tab-table td.selected a:hover {
                    text-decoration: none;
                    cursor: default;
                }

input[type="submit"].submit-button {
    background-color: green;
}

    input[type="submit"].submit-button:hover {
        background-color: darkgreen;
    }

    input[type="submit"].submit-button:disabled,
    input[type="submit"].submit-button:disabled:hover {
        background-color: #C6C6BC;
        cursor: not-allowed;
    }

    input[type="submit"].disabled-next-button:disabled,
    input[type="submit"].disabled-next-button:disabled:hover {
        background-color: #C6C6BC;
        cursor: not-allowed;
    }

button[type="button"].disabled-button:disabled,
button[type="button"].disabled-button:disabled:hover {
    background-color: #C6C6BC;
    cursor: not-allowed;
}

.radio-file-upload input[type="radio"] + label {
    min-width: 15em;
    width: 15em;
}

.instruction {
    font-size: 90%;
    color: #776f65;
}

.condensed-text p,
.condensed-text ul li {
    line-height: 1;
    padding: 0;
    margin: 0.5em;
}

.condensed-text ul {
    margin: 0;
}

.condensed-text h4 {
    margin-bottom: 0;
}

.mandatory {
    color: #CD202C;
    font-size: 120%;
    font-weight: bold;
}

.warning {
    color: #CD202C;
    font-weight: bold;
}

.warningBold {
    color: #CD202C;
    font-weight: bold;
}

.disabled {
    background-color: #dddddd;
}

.highlightRequiredField {
    background-color: #007A87;
    color:#FFFFFF;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.strong {
    font-weight: bold;
}

.highlight {
    color: #007A87;
}

.ui-datepicker-month, .ui-datepicker-year {
    min-width: 45%;
    font-family: Arial, sans-serif;
}

.ui-datepicker th {
    font-weight: normal;
}

.ui-datepicker-trigger {
    margin-left: 0.3em;
}

.ui-tooltip {
    max-width: 50em;
    padding: 0.5em 0.5em;
    font-family: Arial, sans-serif;
}

.uploadControl {
    background-color: #f6f6f6;
    margin: 1em 0 0 0;
    padding: 1em 1em 1em 1em;
    display: inline-block;
    border-radius: 4px;
}

a.disabledLink,
a.disabledLink:link,
a.disabledLink:hover,
a.disabledLink:active {
    color: #C6C6BC;
    text-decoration: none;
    cursor: not-allowed;
}

.disabled-link {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: text !important;
}

.display-none {
    display:none;
}

/* ELEMENT BY ID */
#theForm div {
    margin-bottom: 0.7em;
}

#PG_txtAge {
    min-width: 2em;
    width: 2em;
}

#PG_txtPreviouslyAtEssexDetails,
#PG_txtSpecialNeeds,
#PG_txtEligibilityForCourseDetails,
#PG_txtOtherQualifications,
#PG_txtCurrentResidencyOtherDetails,
#PG_txtPreviousUKStudyDetails,
#PG_txtGapsInStudy,
#PG_txtExpectedFundingSource,
#PG_txtResearchField,
#PG_txtResidentOutOfUKDetails,
#PG_txtPracticeProceedingsDetails,
#PG_txtPracticeProceedingsRegulatoryBodyDetails {
    resize: none;
}

#ddlCoursePreferredPointOfEntry1,
#ddlCoursePreferredPointOfEntry2 {
    min-width: initial;
}

#divNoCourses {
    font-weight: bold;
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
