#header {
    border: thick groove white;
    color: #000070;
    text-align: center;
    background-color: #abccec;
    margin-bottom: 20px; 
}
#header h3 {
    /* width: 50%; */
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-top: thick ridge blue;
    border-bottom: thick ridge blue;
    word-spacing: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

body {
    width: 75%;
    margin: auto;
    text-align: left;
    padding: 0;
    font-family: Georgia, Verdana, sans-serif;
    background-color: #abccec;
    background-image: url(img/background_home.gif);
    background-repeat: repeat-x;
    color: #000000;
    /* font-size: 62.5% */
}

#content {
    min-height: 300px;
    text-align: left;
    background-color: white;
    border: medium double #abccec;
    padding: 10px;
}

#geninfo {
    float: right;
    padding: 0px 5px 2px 5px;
    background-color: #ddddcc;
    border: medium groove blue;
    width: 65%;
}
#geninfo em {
    text-decoration: underline;
}


a {
    text-decoration: none;
    color: #333399;
}
a:hover {
    text-decoration: underline;
}


select {
    color: #000070;
    background-color: #abccec;
    font-size: 15pt;
}

.button {
    color: #000070;
    background-color: #abccec;
    font-size: 15pt;
}

.warning {
    color: red;
    font-size: 15pt;
    font-weight: bold;
}


#attendance th, #student_hist th {
    text-align: center;
    padding: 10px;
    border: 3px ridge rgb(155,155,155);
}

#attendance td, #student_hist td {
    padding: 0px 10px 0px 10px;
    border: thin solid rgb(155,155,155);
    border-left: thin solid rgb(155,155,155);
    border-right: thin solid rgb(155,155,155);
}

.late {
    background-color: yellow;
}
.absent {
    background-color: red;
}
.signed_in {
    background-color: green;
}

.highlight {
    border: thick solid blue;
    padding: 5px;
    background-color: yellow;
    color: blue;
    font-weight: bold;
}

.tables {
    border: medium solid black;
    border-spacing: 5px;
}
.tables td, .tables th {
    border: medium solid black;
    padding: 5px;
}

