﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-content-footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.style1 {
    color: #282828;
    font-weight: bold;
}

.style2 {
    font-size: 10pt
}

.style2b {
    font-size: 10pt;
    font-weight: bold;
}

.style4 {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

table.sample {
    border-width: 1px;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    background-color: white;
}

    table.sample td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: black;
    }

.cpHeader {
    color: white;
    background-color: #8d56a2;
    font: bold 11px Verdana;
    font-size: 12px;
    cursor: pointer;
    /*width: 420px;*/
    height: 28px;
    padding: 4px;
}

.cpBody {
    font: normal 11px Verdana;
    border: 1px gray;
    /*width: 408px;*/
    padding: 4px;
    padding-top: 7px;
}

.roundedPanel {
    padding: 10px;
    margin-bottom: 0;
    color: inherit;
    background-color: #eeeeee;
}

    .roundedPanel h1 {
        line-height: 1;
        color: inherit;
    }

    .roundedPanel p {
        line-height: 1.4;
    }

.container .roundedPanel {
    border-radius: 6px;
}

.normalButton {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.validationMessage {
    font-family: Verdana;
    font-size: 13px;
    color: #ff0000;
    text-decoration: none;
}

.Header {
    font-family: Verdana;
    font-size: 13px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

    .Header a {
        font-family: Verdana;
        font-size: 13px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
    }

        .Header a:hover {
            font-family: Verdana;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: underline;
            font-weight: bold;
        }

.detailsCopy {
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #014379;
}

    .detailsCopy a {
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #014379;
    }

        .detailsCopy a:hover {
            font-family: Verdana;
            font-size: 11px;
            color: #014379;
            text-decoration: underline;
        }

.detailsCopyLabel {
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

    .detailsCopyLabel a {
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
    }

        .detailsCopyLabel a:hover {
            font-family: Verdana;
            font-size: 11px;
            color: #014379;
            text-decoration: underline;
            font-weight: bold;
        }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 600px;
}

.modalPopupShorter {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 350px;
}

.modalPopupTiny {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 120px;
}