﻿
html, body {
    background: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    min-width: 1000px;
    padding: 0px;
}

#save-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
}

#export-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
}

#upload-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
}

#send-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
}

#header {
    background: #ffffff;
    color: #000000;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

#search {
    background: #ffffff;
    color: #000000;
    left: 20px;
    position: absolute;
    width: 300px;
    text-align: left;
    top: 10px;
}

#user-info {
    background: #ffffff;
    color: #000000;
    line-height: 2em;
    right: 20px;
    position: absolute;
    width: 320px;
    text-align: right;
    top: 10px;
}

#main {
    background: #ffffff;
    color: #000000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    width: 97%;
    text-align: center;
}

    #main a:link {
        color: #ff0000;
        text-decoration: none;
    }

    #main a:visited {
        color: #ff0000;
        text-decoration: none;
    }

    #main a:hover {
        text-decoration: underline;
    }

    #main a:active {
        color: #ff0000;
    }

#footer {
    background: #ffffff;
    color: #8e8e8e;
    height: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top:0px;
    position: relative;
    width: 100%;
    text-align: center;
}

    #footer a:link {
        color: #8e8e8e;
        text-decoration: none;
    }

    #footer a:visited {
        color: #8e8e8e;
        text-decoration: none;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer a:active {
        color: #8e8e8e;
    }

#lbUsername {
    text-align: left
}

#lbPassword {
    text-align: left
}

hr {
    background-color: #c0c0c0;
    border-width: 0px;
    color: #c0c0c0;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 99.4%;
}
