﻿body {
    margin: 0;
    padding: 0;
    font-family: basic,sans-serif;
    font-size: 16px;
}

p {
    margin: 0;
    padding: 1em 0;
}

#header {
    padding: 20px;
    height: 60px;
    border-bottom: 1px solid #0088CB;
    margin-left: 50px;
    margin-right: 50px;
    background: #fff url('img/EPEC logo.jpeg') no-repeat 10px 26px;
    background-size: 80px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #0088CB;
}

#divBanner {
    font-family: Rockwell, Arial;
    font-size: 24px;
    position: absolute;
    left: 100px;
    top: 60px;
}

#content {
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px 20px 20px 20px;
}

h1, h2, h3, h4, h5 {
    color: #0088CB;
    margin: 0 0 20px 0;
}

hr {
    margin-bottom: 20px;
}

input[type="text"] {
    width: 500px;
}

.editor-label {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.editor-field {
    float: left;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.tableStyle {
    border: 1px solid #0088CB;
    border-collapse: collapse;
}

    .tableStyle td, .tableStyle th {
        border: 1px solid #0088CB;
        padding: 5px;
    }

    .tableStyle th {
        color: #fff;
        background: #0088CB;
    }


.section {
    margin: 20px 0;
}

a:hover {
    color: #fff;
    background-color: #666;
}

#menu {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

    #menu a.linkButton {
        margin-right: 20px;
    }

a.linkButton {
    text-decoration: none;
    color: White;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: #0088CB;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

    a.linkButton:hover {
        background-color: #666;
    }

input[type="submit"], input[type="button"] {
    color: White;
    padding: 5px;
    background-color: #0088CB;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

    input[type="submit"]:hover, input[type="button"]:hover {
        background-color: #666;
        cursor: pointer;
    }

.mandatory {
    color: #f00;
    font-weight: bold;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000 !important;
    white-space: normal;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000 !important;
}

    .validation-summary-errors li {
        color: #ff0000 !important;
    }

.validation-summary-valid {
    display: none;
}

.invisible {
    display: none;
}

.bold {
    font-weight: bold;
}

.sq9_dateTextBox {
    width: 100px !important;
}

input[type="text"].shortTextBox {
    width: 100px;
}

input[type="range"] {
    width: 500px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.rightAligned {
    text-align: right;
}

.tblInner {
    width: 100%;
    border-collapse: collapse;
}

    .tblInner td {
        border: none;
    }

tr.alternativeStyle td {
    background-color: #ccc;
}

.tblInner tr:hover td {
    background-color: #ffff99;
}

.infoMessage {
    background-color: #ffff77;
    padding: 5px;
}

/* Styles for sliders and math 
----------------------------------------------------------- */

.panel {
    width: 40%;
    padding: 20px;
    border-radius: 5px;
    background-color: #ccc;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    margin-right: 30px;
    float: left;
    border: 1px solid #888;
}

#footer {
    padding: 20px;
    border-top: 1px solid #0088CB;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}


a.imgLink:hover {
    background-color: transparent;
}

a.imgLink {
    border-style: none;
}

    a.imgLink img {
        border-style: none;
    }

#divWelcome {
    font-style:italic;
    font-size: 24px;
    float: left;
    margin-right: 20px;
}

.statusColor-Complete {
    color: Green !important;
}

.statusColor-Active {
    color: Red !important;
}
