body
{
    background-image: url("../img/Background.png");
    background-repeat: repeat;
}

table
{
    background-color: #ffffffaa;
}

table.dark
{
    border: 4px solid #363636;
    border-collapse: collapse;
}

tr.dark, th.dark
{
    background-color: #363636;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 0px;
    margin: 0px;
}

th.dark
{
    border-top: 1px solid white;
}

.darkWhiteBorders
{
    border-right: 1px solid white;
    border-left: 1px solid white;
}

td.dark
{
    border: 1px solid #363636;
    padding: 4px;
}

div.outterScrollList
{
    height: 80%;
    width: 500px;
    background-color: #ffffffaa;
}

div.scrollList
{
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc( 100% - 35px);
}

div.header
{
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #363636;
    text-align: center;
    color: white;
}

ul.scrollList
{
    list-style-type: circle;
    margin-top: 5px;
    overflow: hidden;
}

div.add
{
    width: 500px;
    background-color: #ffffffaa;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

input.add
{
    width: 480px;
    margin: 8px;
}

select.add
{
    width: 486px;
    margin: 8px;
}

img.showPassword
{
    position: absolute;
    right: 10px;
    height: 20px;
    width: 20px;
}

div.loginContainer
{
    width: 500px;
    left: 50%;
    top: 50px;
    position: fixed;
}

div.login
{
    background-color: #ffffffaa;
    position: relative;
    left: -50%;
    width: 100%;
}

input.login
{
    width: calc( 100% - 16px);
    margin: 8px;
    height: 22px;
}

div.loginHeader
{
    font-size: 40px;
    font-style: bold;
    height: 50px;
    line-height: 50px;
}

div.logout
{
    width: 100%;
    background-color: #ffffffaa;
    text-align: center;
    position: relative;
    left: -50%;
}

p.error
{
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
    padding: 8px;
    color: red;
    font-weight: bold;
}

p.errorWhiteBack20p
{
    font-size: 20px;
    background-color: #ffffffaa;
}

p.feedback
{
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
    padding: 8px;
    color: black;
    font-weight: bold;
}

div.projectSelection
{
    width: 100%;
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

label.checkbox
{
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

div.cellHeader
{
    width: 100%;
    height: 22px;
    padding: 2px;
}

input.cellHeader
{
    float: left;
    width: calc( 50% - 2px);
    height: 100%;
}