﻿/* --- [ base code ] ------------------------------------*/
html {
    min-width: 760px;
    margin: 0;
}

input, select, textarea {
    padding: 0;
    margin: 0;
}

body {
    margin: 10px;
    font-family: Trebuchet MS, Arial, verdana, tahoma, sans-serif;
    color: #000;
    font-size: 0.75em;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 150%;
    color: #000;
    margin: 5px 0 0 0;
}

h2 {
    font-size: 130%;
    color: #000;
    margin: 15px 0 10px 0;
    border-bottom: solid 2px #c6e986;
}

h3 {
    font-size: 120%;
    color: #000;
}

p, li, blockquote {
    margin: 10px 0 0 0;
    font-size: 100%;
}

    p.darkGreyText {
        font-size: 8pt;
        color: #666666;
        font-style: normal;
    }

li {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
}

ol ul li {
    margin: 2px 0 0 0;
    padding: 0 0 2px 0;
}

blockquote {
    margin: 10px 20px;
    font-size: 100%;
}

ol li blockquote, ol ul li {
    font-size: 100%;
    border-bottom: solid 0px #ccc;
}

hr {
    border: solid 1px #36c;
}

.home-page-list {
    margin: 30px 0 0 0;
}

    .home-page-list p {
        margin: 20px 20px 0 20px;
    }

.header {
    width: 100%;
    background: #fff url( '../images/tabs-background.gif' ) repeat-x;
    height: 61px;
}

    .header img {
        height: 48px;
    }

.footer {
    width: 100%;
    border-top: solid 8px #336600;
    margin-top: 20px;
}

.footer-left {
    width: 400px;
    float: left;
}

.footer-right {
    width: 400px;
    float: left;
    text-align: right;
}

.siteWrap {
    width: 980px; /* Upped from 810px */
    padding: 5px 0 0 0;
}

.title-wrap {
    width: 100%;
    border-bottom: solid 2px #fff;
}

.title-left {
    width: 32px;
    height: 32px;
    margin: 0 2px 0 0;
    float: left;
    text-align: center;
    background: #e0f3bd;
    border: solid 0px #0f0;
}

    .title-left img {
        width: 28px;
        height: 28px;
        margin: 2px;
        border: 0px;
    }

.title-right {
    width: 946px;
    height: 32px;
    margin: 0;
    float: right;
    text-align: left;
    background: #e7e7ff;
    border: solid 0px #00f;
}

    .title-right h1 {
        margin: 7px 0 0 5px;
        color: #000;
        font-size: 12pt;
    }

.title-white-line {
    width: 980px;
    margin: 0 2px 0 0;
    border-top: solid 2px #fff;
    clear: both;
}

.title-extra-line {
    width: 980px;
    margin: 0 2px 0px 0;
    border-top: solid 2px #ffcea5;
    clear: both;
    height: 0px;
}

.footerEmail {
    margin-left: 30px;
}

/*--- [ standard form ] -----------------------------------------*/
.form {
    width: 980px;
    margin: 0 0 10px 0;
}

    .form label {
        width: 110px;
        margin: 0;
        font-size: 100%;
        font-weight: bold;
        color: #000;
        border: solid 0px #0ff;
        float: left;
        clear: left;
    }

    .form input, .form select, .form textarea {
        margin: 0 0 5px 0;
        width: 490px;
        font-size: 90%;
    }

    .form .webDateChooser {
        margin: 0 0 5px 0;
        border: solid 1px #b1b1b1;
    }

.newsOfferDets .radEditorWrap {
    margin: 0 0 10px 10px;
}

    .newsOfferDets .radEditorWrap .reContentCell {
        height: 298px !important;
    }

.form textarea {
    font-family: Trebuchet MS;
    font-size: 90%;
}

.form br {
    clear: left;
}

.form fieldset legend {
    font-weight: bold;
}

.form .button {
    font-size: 90%;
    font-weight: bold;
    color: #000;
    border: solid 1px #ccc;
    background: #ccc;
}

.form span input {
    width: 15px;
}

.form .validator {
    float: left;
    clear: both;
    padding: 0 0 0 100px;
    margin: -5px 0 10px 0;
}

.form a.button {
    padding: 2px;
    font-size: 90%;
    font-weight: bold;
    color: #000;
    border: solid 1px #ccc;
    background: #ccc;
    text-decoration: none;
}

    .form a.button:visited {
        text-decoration: none;
    }

    .form a.button:hover {
        text-decoration: none;
    }

    .form a.button:active {
        text-decoration: none;
    }

/*--- [ request password form ] ---*/
.requestPasswordForm {
    margin: 20px 0 0 10px;
    width: 560px;
}

    .requestPasswordForm input, .requestPasswordForm textarea {
        width: 400px;
    }

    .requestPasswordForm label {
        width: 150px;
    }

    .requestPasswordForm .passwordButton {
        width: 80px;
        float: right;
        margin-left: 5px;
    }

    .requestPasswordForm .validator {
        padding: 0 0 0 150px;
    }

/*--- [ Login form ] ---*/

.loginForm input {
    width: 150px;
}

    .loginForm input.loginButton {
        width: 80px;
    }

.loginForm .getLogin {
    margin: 20px 0 10px 30px;
    float: left;
}

.returnHome {
    float: left;
    margin: 5px 0 0 500px;
}

/*--- [ Main News/Offer form ] ---*/

.newsOfferDetailsForm .newsDateFrom {
    float: left;
}

.newsOfferDetailsForm .newsDateTo {
    float: left;
    margin: 0 0 0 30px;
}

    .newsOfferDetailsForm .newsDateTo label {
        width: 70px;
    }

    .newsOfferDetailsForm .newsDateTo .validator {
        padding: 0 0 0 70px;
    }

.newsOfferDetailsForm .newsApproved {
    float: left;
    margin: 8px 0 0 0;
}

.newsOfferDetailsForm .newsSubmitted {
    float: left;
    margin: 8px 0 0 83px;
}

    .newsOfferDetailsForm .newsSubmitted label {
        width: 125px;
    }

.newsOfferDetailsForm label.newsOfferMediaList {
    margin: 10px 0 0 0;
    width: 400px;
}

.newsOfferButtonWrap {
    padding-top: 30px;
}

.newsOfferDetailsForm .newMediaTitleWrap {
    width: 690px;
    margin-top: 5px;
}

.newsOfferDetailsForm .mediaTitleChooser {
    background-color: White;
    padding: 10px;
    width: 700px;
    border: solid 1px black;
}

.newsOfferDetailsForm .mediaTitleChooserInner {
    min-height: 350px;
}

.newsOfferDetailsForm .mediaTitleSearch {
    margin-bottom: 5px;
}

.newsOfferDetailsForm .chooserCancelButton {
    margin-top: 15px;
    float: right;
}

.newNewsOffer {
    width: 790px;
    margin: 0 18px 10px 0;
    float: right;
}

.newsOfferDetailsForm input.checkboxButton {
    width: 70px;
    float: right;
}

.newsOfferDetailsForm .mediaTitlesWrap {
    max-height: 230px;
    overflow: auto;
    margin: 0 0 10px 15px;
    width: 750px;
    clear: both;
}

.newsOfferDetailsForm label.checkBoxlabel {
    width: 600px;
}

.newsOfferDetailsForm .mediaTitlesWrap label {
    float: left;
    width: 325px;
    clear: none;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    font-weight: normal;
}

.newsOfferDetailsForm .mediaTitlesWrap input {
    float: left;
    width: 25px;
    line-height: 15px;
    margin: 4px 0 0 0;
    padding: 0;
    *margin: 0;
}

.newsOfferDetailsForm .wizardBody {
    min-height: 520px;
    clear: both;
    border: solid 2px #ffcea5;
    padding: 5px 5px 5px 5px;
    margin: 0 0 5px 0;
}

    .newsOfferDetailsForm .wizardBody .button {
        width: 80px;
        margin: 0 5px 0 0;
        float: left;
    }

    .newsOfferDetailsForm .wizardBody p {
        clear: both;
        margin: 0 0 0 10px;
        color: #336600;
    }

.newsOfferDetailsForm .clickThroughSelect input {
    float: left;
    width: 15px;
    margin: 3px 0 0 5px;
}

.newsOfferDetailsForm .clickThroughSelect label {
    width: auto;
    float: left;
    clear: none;
    margin: 6px 5px 0 25px;
}

.newsOfferDetailsForm .clickThroughSelect .clickThruInput {
    width: 500px;
    margin: 10px 0 10px 25px;
}

.newsOfferDetailsForm .mediaTitleSelect label.mediaTitleLabel {
    float: left;
    margin: 0 0 0 20px;
    width: auto;
}

.newsOfferButtonWrap input.button {
    width: 100px;
}

.newsOfferDetailsForm .newsOfferUploadButtonWrap input.button {
    width: 100px;
    float: left;
}

label.fileUploadLabel {
    width: 400px;
    margin: 10px 0 5px 0px;
}

.newsOfferUpload {
    padding: 5px 0 0 10px;
}

.newUpload {
    width: 745px;
    padding: 5px 0 0 0;
}

.mediaTitleDetailsForm label {
    width: 980px;
    margin: 0 0 10px 0;
}

.mediaTitleDetailsForm .newsOffersWrap {
    height: 425px;
    overflow: auto;
    margin: 0 0 10px 0;
}

.mediaTitleDetailsForm .mediaList {
    padding-left: 10px;
}

.offenderList {
    border: solid 1px red;
    width: 960px;
    margin: 10px 0 0 0;
    padding: 5px;
    background-color: #FFA4A4;
}

    .offenderList a {
        font-size: 90%;
        margin: 0 0 0 20px;
        clear: both;
    }

    .offenderList div {
        color: Black;
        margin: 5px 0 0 0;
    }

.wizardButtonWrap .button {
    width: 90px;
}

.wizardButtonLeft {
    clear: both;
    float: left;
}

.wizardButtonRight {
    float: right;
}

.dateRangeError .warningText {
    padding: 0 0 10px 110px;
}

.mainNav{
    float:right;
    clear:right;
}

.logout a {
    font-size: 85%;
    margin: 0 0 2px 10px;
    display: inline-block;
}

.myAccount a {
    font-size: 85%;
    margin: 0 0 2px 0;
    display: inline-block;
    color: #0000EE;
}

.newsOfferIntro {
    margin-bottom: 10px;
}

.wizardButtonLeft .backHomeButton {
    width: 165px;
}

fieldset.newsDetails label {
    padding-left: 10px;
}

fieldset.newsDetails .validator {
    padding-left: 110px;
}

fieldset.leaderMessage .validator {
    padding-left: 35px;
    margin: 0px;
}

label.dateTo {
    width: 70px;
}

/* ------ [Forgotten Password Form ] -----------------------*/
.forgottenPassword input {
    width: 200px;
}

.forgottenPassword label {
    width: 50px;
    margin-left: 20px;
}

.forgottenPassword input.button {
    width: 90px;
}

.forgottenPassword {
    margin: 15px 0 0 30px;
    height: 200px;
}

.passwordForm {
    height: 200px;
}


/* ------ [News/Offer Example Pop Up Form ] -----------------------*/

.newsOfferExample {
    width: 980px;
}

    .newsOfferExample img {
        margin-top: 15px;
    }

/* ------ [ Register for Updates form ] -----------------------*/
.registerForUpdates a {
    display: block;
    float: left;
    margin: 5px 0 0 20px;
    clear: both;
}

.registerForUpdates {
    width: 290px;
}

/* ----- [ ASP Grid View Control ] ----------------------*/
table.grid-view {
    font-size: 100%;
    border: solid 0px #ccc;
}

    table.grid-view tr.alternate-row {
        background: #f00;
    }

    table.grid-view th {
        padding: 5px 3px;
        text-align: left;
    }

    table.grid-view td {
        padding: 4px 3px;
        text-align: left;
        border-top: solid 1px #ccc;
    }

    table.grid-view th a, table.grid-view th a:hover, table.grid-view th a:visited, table.grid-view th a:active {
        color: #666;
    }

    table.grid-view tr.empty td {
        border-top: solid 0px #ccc;
    }

    table.grid-view table {
        margin: 2px 2px 2px 0px;
        font-size: 100%;
        font-weight: bold;
    }

        table.grid-view table td {
            width: 15px;
            padding: 0px;
            text-align: center;
            border: solid 1px #333;
            margin-right: 10px;
        }

            table.grid-view table td span {
                color: #666;
            }

            table.grid-view table td a {
                padding: 0px 2px;
                display: block;
                color: #fff;
                text-decoration: none;
                background: #666;
            }

                table.grid-view table td a:visited {
                    color: #fff;
                    text-decoration: none;
                    background: #666;
                }

                table.grid-view table td a:hover {
                    color: #fff;
                    text-decoration: underline;
                    background: #666;
                }

                table.grid-view table td a:active {
                    color: #fff;
                    text-decoration: underline;
                    background: #666;
                }

.empty {
    border-top: solid 0px #366;
}

table.fixed tr.alternate-row {
    background: #fff;
}

table.fixed th {
    height: 16px;
    padding: 2px 3px;
    background: #e3e3ff;
    border-bottom: solid 2px #ffcea5;
}

table.fixed td {
    border-top: solid 1px #ffcea5;
    padding: 0px;
}

table.fixed th a, table.fixed th a:hover, table.fixed th a:visited, table.fixed th a:active {
    color: #333399;
}

table.fixed.newsOfferMediaTitles {
    width: 700px;
}

    table.fixed.newsOfferMediaTitles .column-1 {
        width: 400px;
        text-align: left;
    }

    table.fixed.newsOfferMediaTitles .column-2 {
        width: 250px;
        text-align: left;
    }

    table.fixed.newsOfferMediaTitles .column-3 {
        width: 50px;
        text-align: center;
    }

table.fixed.newsOfferList {
    width: 100%;
}

    table.fixed.newsOfferList .column-1 {
        text-align: left;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-1a {
        text-align: left;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-2 {
        width: 65px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-3 {
        width: 65px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-4 {
        width: 65px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-5 {
        width: 75px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-6 {
        width: 45px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-7 {
        width: 40px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-8 {
        width: 40px;
        text-align: center;
        vertical-align: top;
    }

    table.fixed.newsOfferList .column-9 {
        width: 70px;
        text-align: center;
        vertical-align: top;
    }

table.fixed.yourMediaTitles {
    width: 100%;
}

    table.fixed.yourMediaTitles .column-1 {
        width: 625px;
        text-align: left;
    }

    table.fixed.yourMediaTitles .column-2 {
        width: 100px;
        text-align: center;
    }

    table.fixed.yourMediaTitles .column-3 {
        width: 75px;
        text-align: center;
    }

table.fixed.fileUploadList {
    width: 750px;
}

    table.fixed.fileUploadList .column-1 {
        width: 355px;
        text-align: left;
    }

    table.fixed.fileUploadList .column-2 {
        width: 355px;
        text-align: left;
    }

    table.fixed.fileUploadList .column-3 {
        width: 40px;
        text-align: center;
    }

table.fixed.newsOfferSelected {
    width: 980px;
}

    table.fixed.newsOfferSelected .column-1 {
        text-align: left;
    }

    table.fixed.newsOfferSelected .column-2 {
        width: 70px;
        text-align: left;
    }

    table.fixed.newsOfferSelected .column-3 {
        width: 70px;
        text-align: left;
    }

    table.fixed.newsOfferSelected .column-4 {
        width: 70px;
        text-align: left;
    }

    table.fixed.newsOfferSelected .column-5 {
        width: 70px;
        text-align: center;
        padding: 3px 0 0 0;
    }

    table.fixed.newsOfferSelected .column-6 {
        width: 70px;
        text-align: center;
    }


/*--- [ misc styles ] -----------------------------------*/
.requiredField, .requiredfield {
    font-size: 70%;
    font-weight: normal;
    color: #f00;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.warningText {
    color: Red;
}

.note {
    font-size: 8pt;
}

.verticalCentre {
    vertical-align: middle;
}

.fileMessage {
    margin: 4px 0 0 20px;
}

.setHeadlinePopup {
    width: 300px;
    min-height: 200px;
    background-color: White;
    padding: 10px;
}

    .setHeadlinePopup .button {
        width: 80px;
    }

    .setHeadlinePopup select {
        width: 200px;
        height: 200px;
    }

.emailContactSettings {
}

    .emailContactSettings p {
        margin-top: 5px !important;
    }

    .emailContactSettings li {
        margin-top: 0px;
        border: none;
        padding-bottom: 5px;
    }

    .emailContactSettings input {
        width: 250px;
    }

    .emailContactSettings input {
        width: expression(this.type=="checkbox"?'15px':'');
    }
        /* Applies to IE 5+ */
        .emailContactSettings input[type="checkbox"] {
            width: 15px;
        }
    /* Applies to FF */

    .emailContactSettings .emailFields {
        margin-left: 10px;
        margin-top: 10px;
    }

        .emailContactSettings .emailFields label {
            width: 135px;
        }

        .emailContactSettings .emailFields .defaultEmailsCheck {
            float: left;
            margin-right: 10px;
            width: 180px;
        }

        .emailContactSettings .emailFields .defaultEmailsList {
            float: left;
        }

        .emailContactSettings .emailFields .alternateEmailAddress {
            float: left;
            width: 180px;
        }

    .emailContactSettings .endText {
        margin-bottom: 10px !important;
    }

.RadWindow .rwControlButtons {
    margin-top: -10px !important;
}

.hidden {display: none;}
.newsOfferDetailsForm .select-visibility .mediaTitlesWrap label {width: 280px;}
.d-block {display: block;} 
.label-description {margin: 5px 0 5px 25px;}
.mb-20 {margin-bottom: 20px;}
.ml-1 {margin-left: 1px;}
.mt--10 { margin-top: -10px!important;}
}