@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #202020;
    background-color: white;
}
table {
    font-size: 11px;
}
.pageTitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.pageVersion {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.infoDiv {
    text-align: center;
    width: 788px;
    margin: 0 auto;
}
.statusTable {
    border-collapse: collapse;
    margin: auto;
    padding: 0px;
}
.sysStatusHeaderCell {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.sysStatusCell {
    /*border: 1px solid black;*/
    font-size: 14px;
    /*font-weight: bold;*/
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 8px 0 8px;
}
.toBeDownloaded_Header {
    font-size: 14px;
    text-align: center;
    border: 0px;
    padding: 8px;
}
.toBeDownloaded_Cell {
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}
tr:nth-child(even){
    background-color: #f2f2f2;
}
.statusBullet {
    font-size: 36px;
}
.upToDateMsg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.updateNeededMsg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.statusMsg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.statusError {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: maroon;
}
.hidden {
    display: none;
    visibility: hidden;
}
#imgButton:hover {
    opacity: .7;
}
.releaseNotes-tb {
    background-color: #c0c0c0;
    margin: auto;
}
.releaseNotes-tb a {
    color: #37c;
}
.releaseNotes-td-gray {
    background-color: #f4f4f4;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
.releaseNotes-td-white {
    background-color: #fff;
    font-size: 11px;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    line-height: 1.6em;
}
.releaseNotes-title {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 7px;
}
.releaseNotes-boldLine {
    font-weight: bold;
}


/* added by Lee 9/13/2022 */
.blueButton {
    color: #FFF;
    background-color: #5593d5;
    background: linear-gradient(to bottom, #5b97d3 0%,#4088d1 100%);
    border-radius: 4px;
    border: 1px solid #5586ba;
    cursor: pointer;
    height: 40px;
    width: 185px;
    font-size: 18px;
    font-weight: bold;
}

.blueButton:hover {
}

.blueButton:active {
    border-style: inset;
    background: linear-gradient(to top, #65a0d5 0%, #488acd 100%);
    position: relative;
    top: 1px;
    left: 1px;
}

.button {
    background:transparent;
    color:#2563EB;
    border:none;
    font-size: 1.3em;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: .3em;
}

.button:hover{
    color:#404040;

}
