﻿/* NOTE: Styles for the header, footer, and menu bar are in text.css */



/* ----- Various Miscellaneous Styles ----- */

html {
    overflow: scroll;
    overflow-x: auto;
}

.error {
    color: red
}

.error li{
    list-style-type:none;
    color:red !important;
}

input[type="text"] {
    padding: 4px;
}

input[type="password"] {
    padding: 4px;
}

input[type="email"] {
    padding: 4px;
}


input[type="text"] {
    padding: 4px;
}

input[type="password"] {
    padding: 4px;
}

table td {
    padding: 3px;
}

input[type="email"] {
    padding: 4px;
}

select {
    padding: 4px;
}

div#NoJavaScript {
    margin: 0px;
    padding: 5px;
    background-color: red;
}

    div#NoJavaScript a {
        color: white;
    }

        div#NoJavaScript a:hover {
            color: black;
        }

.main_content {
    min-height: calc(100vh - 550px);
}

/* ----- Home Page Content Area ----- */

div.homePageBlock {
    display: inline-block;
    width: 100%;
    margin: 0px 20px 20px 0px;
    padding: 0px;
    border: 1px solid #ccc;
    vertical-align: top;
    background-color: #f4f4f6;
}

    div.homePageBlock h2 {
        font-size: 19px;
        line-height: 21px;
        margin: 20px 20px 15px 20px;
    }

    div.homePageBlock p {
        color: #666666;
        /*font-size: 14px;*/
        line-height: 18px;
        margin: 0px 20px 20px 20px;
    }



div.rightBlock {
    margin-right: 0px;
}


div.noShadeInBlock {
    padding: 0px;
    background-color: transparent;
    border: 0px;
}

    div.noShadeInBlock h2 {
        margin-top: 0px;
    }


.form-wrap {
    border: solid 1px #ccc;
    padding: 10px 20px;
    background-color: #F4F4F6;
    width: 680px;
    margin-bottom: 1rem;

}

/* ----- Orange Home Page Buttons ----- */
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 2em .55em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #fefefe;
    border: solid 1px #aaa;
}



    .button:hover {
        text-decoration: none;
        border: solid 1px #333;
    }

    .button:active {
        position: relative;
        top: 1px;
    }


.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

    .orange:hover {
        border: solid 1px #da7c0c;
        color: #fff;
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }

/*.orange:active {
		color: #fcd3a5;
		background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
		background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
		}*/


/* ----- Sub Page Styles ----- */

div.outerframe {
    border: 1px solid #cccccc;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}


table#MainContentTable {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px;
}


    table#MainContentTable td {
        font-size: 14px;
        line-height: 16px;
        color: #666;
        padding: 5px;
        width: 25%;
    }

        table#MainContentTable td.label {
            font-weight: bold;
            text-align: right;
            color: #333;
        }




/* ----- Generic Table Styles ----- */

td.tableLabel {
    text-align: right;
    vertical-align: top;
}

.bigButton {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}
