body {
    background-color: #92C6EB;
    background-image: linear-gradient(#92C6EB, #17569B);
    background-size:cover;
}

.container {
    border: 0px solid lightgray;
    border-radius: 0px;
}

.header > div:first-child {
    height: 110px;
}

.frameBackground {
    background-color: #e6e6e6;
}

.navButton {
    background: #889C79;
    border: 1px solid #889C79;
color: white;
}

.navButton:hover {
    background: #b1bea7;
}

.candButton {
    background: #889C79;
    border: 1px solid #889C79;
color: white;
}

.candButton:hover {
    background:#b1bea7;
}

#tblLogin {
    border: 2px solid #cd6b32;
}

#tblLogin li:first-child {
    background-color: #cd6b32;
    color: white;
}

.linesTable {
    border: 2px solid #cd6b32;
}

.gridTable {
    border: 2px solid #cd6b32;
}

.tableHeader {
    background-color: #cd6b32;
    color: white;
}

.tableFooter {
    background-color: #cd6b32;
    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; 
}
