﻿body {
    font-family: Arial;
    font-size: 10pt;
    margin-top: 70px;
}

a {
    background-color: dodgerblue;
    box-shadow: 0 5px 0 darkred;
    color: white;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

    a:hover {
        background-color: #555;
		color: white;
    }


.aGrid {
    background-color: dodgerblue;
    box-shadow: 0 0px;
    color: white;
    padding: 0.15em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

    .aGrid:hover {
        background-color: #555;
		color: white;
    }


.inputButton {
    background-color: dodgerblue;
    color: white;
    padding: 1em 2em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

    .inputButton:hover {
        background-color: #555;
    }

input[type=text] {
    width: 200px;
    float: left;
}

input[type=password] {
    width: 200px;
    float: left;
}

input[type=submit] {
    width: 100px;
    float: left;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 98%;
}


body {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-left: 15%;
    margin-right: 10%;
}

table th {
    background-color: #F7F7F7;
    color: #333;
    font-weight: bold;
}

table th, table td {
    padding: 5px;
    border: 1px solid #ccc;
    text-align:center;
}

h2 {
    background-color: #0094ff;
    color: #333;
    font-weight: bold;
    text-align:center;
}

h1 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.error {
    color: red;
}
