﻿
.ceCourse {
    background-color: #F0F8FF;
    border: 1px solid #3E5E6F;
    padding: 20px;
    margin: 20px 0;
    -moz-border-radius: 8px;
    color: #3E5E6F;
}

    .ceCourse p, ul, li {
        color: #3E5E6F;
    }

    .ceCourse ul {
        margin-bottom: 20px;
    }

.ceTitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #3E5E6F;
    margin-top: 0px;
    margin-bottom: 5px;
}

.ceWeb {
    word-wrap: break-word;
    color: #3E5E6F;
    margin-bottom: 20px;
}

.ceAddress {
    font-size: 15px;
    margin-bottom: 0px;
}

.xceContact {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    -moz-border-bottom-right-radius: 5px;
    padding-top: 4px;
    padding-bottom: 20px;
    background-color: #F0F8FF;
}

    .xceContact h3 {
        font-style: italic;
        margin-bottom: 8px;
    }

.ceProgramType {
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    font-size: 16px !important;
    color: #3E5E6F;
}

.ceSideCol {
    float: right;
}

/* Hidden row with contact information. Activated when 'More info' is clicked */
.contactRow {
    display: none;
}

    .contactRow td {
        text-align: left;
        font-size: .8em;
        padding: 5px;
    }

.expandLink:hover {
    cursor: pointer;
}

.contactCell {
    background-color: #FFDDDD;
}

.contactAdminCell:first-child {
    border-left: 0 !important; /* Cells in the contact row below the Edit and Delete buttons */
    border-right: 0 !important;
}

.bccContEdTable .contactRow:last-child .contactAdminCell {
    border-bottom: 0; /* Also remove the bottom border from the last row's contact info section */
}
