﻿/* Float an image right, sized 50% width */
.imgFloatRight50p {
    margin: 0 0 5px 5px;
    width: 50%;
    background-position: top;
    background-size: cover;
    float: right;
    display: inline-block;
    height: 25%;
}

/* Float an image left, sized 50% width, 50% height  */
.imgFloatRight50x50 {
    margin: 0 0 5px 15px;
    width: 50%;
    background-position: top;
    background-size: cover;
    float: right;
    display: inline-block;
    height: 50%;
}

.imageWithCaption {
    width: 325px;
    margin: 0 0 5px 15px;
    float: right;
    display: inline-block;
}

    .imageWithCaption .image50 {
        background-position: top;
        background-size: cover;
        height: 50%;
    }

    .imageWithCaption .imageCaption {
        padding-top: 5px;
        font-size: x-small;
    }


/* Float an image left, sized 50% width, 75% height  */
.imgFloatRight50x75 {
    margin: 0 0 5px 15px;
    width: 50%;
    background-position: top;
    background-size: cover;
    float: right;
    display: inline-block;
    height: 75%;
}

.paymentMethods td {
    padding: 10px;
}

.contactInfo td {
    padding: 10px;
}

.bluebtn, form input[type="submit"], form input[type="button"] {
    background: #0096d6;
    border: 1px solid Transparent;
    color: #fff;
    padding: 8px 12px;
}

    .bluebtn:hover, .bluebtn:focus, form input[type="submit"]:hover, form input[type="submit"]:focus, form input[type="button"]:hover, form input[type="button"]:focus {
        background: #0096d6;
        color: #fff;
    }

    .bluebtn:active, form input[type="submit"]:active, form input[type="button"]:active {
        background: #bee3f3;
        color: #0096d6;
    }

.udall-table table {
    border: 1px solid #bca994;
}

    .udall-table table > tbody > tr:nth-child(odd) > td {
        background: #ede8e1;
    }

    .udall-table table > tbody > tr:nth-child(odd):active > td {
        background: #bee3f3;
        color: #0096d6;
    }

    .udall-table table thead tr, .udall-table table tbody tr {
        border-color: #bca994;
    }

        .udall-table table thead tr th, .udall-table table tbody tr th {
            font-size: 12px;
            border-color: #bca994;
            padding: 4px;
        }

        .udall-table table thead tr td, .udall-table table tbody tr td {
            font-size: 12px;
            border-color: #bca994;
            border-top-color: #bca994;
            padding: 4px;
        }

    .udall-table table table {
        border: none;
    }

        .udall-table table table tr:nth-child(odd) > td, .udall-table table table tr:nth-child(even) > td {
            background: #FFFFFF;
        }

.collapsed {
    cursor: pointer;
    padding-left: 20px;
    background: transparent url(/assets/img/i_expand.png) no-repeat left center;
}

.expanded {
    cursor: pointer;
    padding-left: 20px;
    background: transparent url(/assets/img/i_collapse.png) no-repeat left center;
}

dt {
    font-weight: normal;
}

.subscriptionTable {
    border: solid 1px #000000;
}

    .subscriptionTable th, .subscriptionTable td {
        padding: 5px;
    }

form input[type="submit"], form input[type="button"] {
    background: #0096d6;
    border: 1px solid Transparent;
    color: #fff;
    padding: 8px 12px;
}

    form input[type="submit"]:hover, form input[type="submit"]:focus, form input[type="button"]:hover, form input[type="button"]:focus {
        background: #0096d6;
        color: #fff;
    }

    form input[type="submit"]:active, form input[type="button"]:active {
        background: #bee3f3;
        color: #0096d6;
    }

form input[type="submit"]:disabled, form input[type="button"]:disabled {
    background: #DDDDDD;
}

/* =============== Udall Class - general styling changes =============== */
.udall h3 {
    margin-bottom: 4px;
}

.udall ul {
    list-style-type: none;
}

.udall li {
    margin-bottom: 12px;
}

    .udall li ul {
        padding: 9px 0px 0px 20px;
    }

.udall ul.noindent {
    margin: 0px;
    padding: 0px;
}

/* =============== End of Udall class =============== */

.blocks-page-medium .link-block {
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.blocks-page-medium .banner {
    height: 200px;
}

.blocks-page-medium .caption {
    text-decoration: none;
}

.photoCaption {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    position: relative;
    top: -10px;
}

.blocks-page-verysmall .link-block {
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.blocks-page-verysmall .banner {
    height: 100px;
}

.blocks-page-verysmall .caption {
    text-decoration: none;
}

.filterDescription {
    font-size: 11px;
    background: #DDD1D9;
    border: solid 1px #B584AD;
    padding: 3px;
    margin-bottom: 10px;
}

.warn {
    border: solid 3px #FF0000;
    color: #FF0000;
    padding: 15px;
    font-weight: 600;
    margin-top: 25px;
}

.banner-tall .mainPageCaption {
    font-size: 24px;
}

.smallIndented {
    margin-left: 20px;
    font-size: 80%;
}

.smallCaption {
    font-size: 14px;
}

.innerTrainingTable {
    width: 100%;
    
}

.trainingQuote {
    color: #0096d6;
    margin-left: 30px;
    padding-left: 10px;
    border-left: solid 2px #0096d6;
}