﻿html {
    background-color: transparent;
}



#content {
    width: 1024px;
    min-height: 670px;
    overflow: auto;
    background-color: #F0F0F0;
    margin: auto;
    padding: 10px;
    line-height: 1.5em;
    vertical-align: top;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
}


    #content .sectionTitle {
        font-weight: bold;
        font-family: Arial;
        font-size: 14px;
        color: white;
        background-color: #2D73B9;
    }

        #content .sectionTitle label {
            margin-left: 2px;
        }

select {
    width: 225px;
}


.prompt {
    font-weight: bold;
}

.RegRow {
    background-color: transparent;
    color: Black;
    vertical-align: top;
    font-family: Arial;
}

.AltRow {
    /*background-color:#efefef;*/
    background-color: #C0C0C0;
    color: Black;
    vertical-align: top;
    font-family: Arial;
}

.heading {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-align: left;
}

.EditRow {
    background-color: #87CEEB;
}

.DataText {
    font-size: 14px;
    font-family: Times New Roman;
}

.colorGreen {
    color:green;
}

#content table {
    width: 90%;
}
#content table tr th {
    font-size: large;
    border-top: solid 2px black;
}

.BoldCertainText {
    font-weight:bold;
}

.BoldBiggerFont {
    font-weight:bold;
    font-size:large;
}

.btnSave {
    transition-duration: 0.4s;
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width:20%;
}

.btnSave:hover {
    background-color: #04AA6D; /* Green */
    color: white;
}

.btnSubmit {
    transition-duration: 0.4s;
    background-color: #008CBA; /* Blue */
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width:25%;
}

.btnReview {
    transition-duration: 0.4s;
    background-color: #555555; /* Black */
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}
.btnForReviewer {
    transition-duration: 0.4s;
    background-color: #2D73B9; /* Black */
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}
.btnDelete {
    transition-duration: 0.4s;
    background-color: crimson; /* Crimson */
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}

.btnApprove {
    transition-duration: 0.4s;
    background-color: darkblue;
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}

.btnApprove {
    transition-duration: 0.4s;
    background-color: darkgreen;
 
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}

.btnCancel {
    transition-duration: 0.4s;
    background-color: darkviolet; /* Crimson */
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    width: 25%;
}

.cErr {
    background-color:red;
}

.lbl tr td {
    width:25px;
}