body {
    background-color: #006166;
    background-image: linear-gradient(#006166, #009199);
}

.container {
    border: 0 solid gray;
    border-radius: 3px;
}

.header > div:first-child {
    height: 100px;
}

.frameBackground {
    background-color: #E6E6E6;
}

.navButton {
    background: #3FAFB2;
    border: 1px solid #a6a6a6;
    color: white;
}

.navButton:hover {
    background: #4ACECE;
}

.candButton {
    background: #3FAFB2;
    border: 1px solid #a6a6a6;
    color: white;
}

.candButton:hover {
    background: #4ACECE;
}

#tblLogin {
    border: 2px solid lightgray;
}

#tblLogin li:first-child {
    background-color: #7B7C7D;
    color: white;
}

.linesTable {
    border: 2px solid #7B7C7D;
}

.gridTable {
    border: 2px solid #7B7C7D;
}

.tableHeader {
    background-color: #7B7C7D;
    color: white;
}

.tableFooter {
    background-color: #7B7C7D;
    color: white;
}

#divLogout_Voted {
    max-width: 460px;
}

#divShLogin_Logo, #divLogout_Logo { 
    display: none; 
}

#divShLogin_Creds, #divLogout_Voted, #divLogout_NotVoted { 
    float: none; 
    margin: 40px auto 20px auto; 
}
