body {
    background-color: transparent;
    background-image: linear-gradient(transparent, transparent);
    background-image: url("https://rasotools.blob.core.windows.net/images/AFOGNAK-background.png");
background-size:100% 100%;
/*    background-color: #2666a6;
    background-image: linear-gradient(#2666a6, #acccec); */
}

.container {
    border: 0 solid #a8a3a3;
    border-radius: 3px;
}

.frameBackground {
    background-color: #ffdd99;
}

.header > div:first-child {
   height: 115px;
}

.navButton {
    background: #737373;
    border: 1px solid #595959;
    color: white;
}

.navButton:hover {
    background: #8c8c8c;
}

.navButton:disabled {
    color: white;
}

.candButton {
    background: #737373;
    color: white;
    border: 1px solid #595959;
}

.candButton:hover {
    background: #8c8c8c;
}

#tblLogin {
    border: 2px solid #800000;
}

#tblLogin li:first-child {
    background-color: #800000;  /* #1e73c8; */
    color: white;
}

.linesTable {
    border: 2px solid #800000;  /* #1e73c8; */
}

.gridTable {
    border: 2px solid #800000;  /* #1e73c8; */
}

.tableHeader {
    background-color: #800000;  /* #1e73c8; */
    color: white;
}

.tableFooter {
    background-color: #800000;  /* #1e73c8; */
    color: white;
}

#divShLogin_Logo, #divLogout_Logo { 
    display: none; 
}

#divShLogin_Creds, #divLogout_Voted, #divLogout_NotVoted { 
    float: none; 
    margin: 40px auto 20px auto; 
}

#divLogout_Voted {
    max-width: 460px;
}

