body {
    background-color: #165070;
    background-image: linear-gradient(#165070, #165070);
}

.container {
    border: 0 solid #837c7c;
    border-radius: 2px;
}

.header > div:first-child {
    height: 105px;
}

.frameBackground {
    background-color: #E1E1E1;
}

.navButton {
    background: #80c2e5;
    border: 1px solid #6bb7e1;
    color: black;
}

.navButton:hover {
    background: #41a3d8;
}

.candButton {
    background: #80c2e5;
    border: 1px solid #6bb7e1;
    color: black;
}

.candButton:hover {
    background: #41a3d8;
}

#tblLogin {
    border: 2px solid #165070;
}

#tblLogin li:first-child {
    background-color: #165070;
    color: white;
}

.linesTable {
    border: 2px solid #165070;
}

.gridTable {
    border: 2px solid #165070;
}

.tableHeader {
    background-color: #165070;
    color: white;
}

.tableFooter {
    background-color: #165070;
    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; 
}