/**
 * These styles are particular to the /offers pages
 */

/* Fee tables */

#core_content table.feematrix {
    caption-side: bottom;
    font-family: "lucida grande","lucida sans unicode",arial,sans-serif;
    margin: 1em 0;
    width: 100%;
}

#core_content table.feematrix tr,
#core_content table.feematrix th,
#core_content table.feematrix td {
    border-bottom: 0.125em solid #fff;
    font-size: 0.925em;
    height: 2em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

#core_content table.feematrix thead tr th,
#core_content table.feematrix tbody tr th {
    border-right: 0.125em solid #fff;
    padding-right: 1em;
    text-align: right;
    background-color: #e8e9de;
    color: #534442;
}

#core_content table.feematrix tr th {
    padding-right: 1em;
    width: 33%;
}

#core_content table.feematrix tbody tr td {
    border-right: 0.125em solid #fff;
    padding-right: 1em;
    text-align: right;
    background-color: #f2f2ec;
}

#core_content table.feematrix td.calltxt {
    font-family: Georgia,serif;
    font-style: italic;
    text-transform: none;
}

#core_content table.feematrix caption {
    font-size: 0.85em;
    padding-top: 1em;
}

#core_content table.feematrix tr.colnames {
    font-size: 0.8em;
    height: 1em;
}

/* surge consulting flex table */

#core_content .timeslot-head,
#core_content .timeslot {
    width: 100%;
    border: 0.125em solid #fff;
    padding: 0.5rem 0.625rem 0.625rem;
    font-family: "lucida grande","lucida sans unicode",arial,sans-serif;
    font-size: 0.925em;
    text-align: right;
}

#core_content .timeslot-head {
    background-color: #e8e9de;
    color: #534442;
    font-weight: bold;
    text-transform: uppercase;
}

#core_content .timeslot-head h4 {
    font-size: 0.925em;
    font-weight: 700;
    margin: 0;
}

#core_content .timeslot {
    background-color: #f2f2ec;
}

#core_content .timeslot button {
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border: 0.125em solid #ebebe8;
    background-color: #f9f9f6;
    padding: 0.25em;
}

#core_content .timeslot button.available {
    color: #00803b;
    background-color: #ffffff;
    border-color: #cecfc5;
    font-weight: bold;
}

#core_content .timeslot button.unavailable {
    color: #887f7f;
}

/* surge consulting dialog */

#register-dialog-form {
    margin-top: 1em;
}

#register-dialog-form textarea {
    height: 10em;
}

#register-dialog-messages-container {
    margin-top: 1em;
}

.register-dialog-error {
    margin: 0.5em;
    padding: 0.25em;
    display: none;
    text-align: center;
}

#register-success {
    background: #dff2bf none repeat scroll 0 0;
    padding: 0.5em;
    margin-bottom: 1em;
}

/* omnios support page */

/* small and medium only: add bottom border to support form */
@media screen and (max-width: 63.9375em) {
    #core_content .omnios-support-form {
        border-bottom: 0.063em solid #ded9ce;
        margin-bottom: 1em;
    }
}

.omnios-support-form .contract_terms {
    margin-top: 2em;
}

#core_content a.omnios-logo:link,
#core_content a.omnios-logo:visited,
#core_content a.omnios-logo:focus,
#core_content a.omnios-logo:hover,
#core_content a.omnios-logo:active {
    background: none;
    display: block;
    margin-bottom: 1em;
}

#core_content a.omnios-logo:link img,
#core_content a.omnios-logo:visited img,
#core_content a.omnios-logo:focus img,
#core_content a.omnios-logo:hover img,
#core_content a.omnios-logo:active img {
    border: none;
    background-color: transparent;
}

/* large only: expand to fill column */
@media screen and (min-width: 64em) {
    #core_content a.omnios-logo:link img,
    #core_content a.omnios-logo:visited img,
    #core_content a.omnios-logo:focus img,
    #core_content a.omnios-logo:hover img,
    #core_content a.omnios-logo:active img {
        width: 100%;
    }
}

#terms_and_conditions {
    margin: 1em;
    color: #000;
}

#terms_and_conditions h1 {
    font-family: georgia,serif;
    font-size: 1.25em;
    line-height: 1.111em;
    text-align: center;
}

#terms_and_conditions p {
    font-size: 0.95em;
    line-height: 1.111em;
}

#core_content .contract-summary {
    margin-bottom: 1em;
}

