﻿
div.container {
    border: 1px solid gray;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 0px 4px 2px #AAAAAA;
}

header{
    padding: 1em;
    color: white;
    background-color: darkred;
    clear: left;
    text-align: center;
    font-size: x-large;
}

nav {
    float: left;
    width: 240px;
    margin: 0;
    padding: 1em;
}

label.nav{
    display: inline-block;
    width: 100px;
}

select.nav{
    width: 120px;
}

article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}

footer{
    padding: 1em;
    color: white;
    background-color: darkred;
    clear: left;
    text-align: center;
    font-size:small;
}

table.data{
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(even).data {
    background-color: #eeeeee;
}

td.data{
    padding: 8px 20px;
    border-top: 1px solid #999999;
    border-left: none;
    border-right: none;
}

.login{

}

div.login{
    width: 280px;
    margin: 0 auto;
    padding: 10px;
}

label.login{
    display: inline-block;
    width: 100px;
}

.loginSubmit{
    float:right;
}

.errorMessage{
    color: darkred;
    font-size: small;
    text-align: center;
}

ul.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: small;
    text-align: right;
}

li.navbar {
    display: inline;
}

a:link.navbar{
    color: white;
    padding: 12px;
    text-decoration: none;
}

a:visited.navbar{
    color: white;
    padding: 12px;
    text-decoration: none;
}

a:hover.navbar{
    color: white;
    padding: 12px;
    text-decoration: underline;
}

a:active.navbar{
    color: white;
    padding: 12px;
    text-decoration: underline;
}

.accSuc{
    text-align: center;
}

div.accSuc{
    width: 280px;
    margin: 0 auto;
    /*padding: 10px;*/
}

a:link.accSuc{
    color: black;
    padding: 12px;
    text-decoration: none;
    text-align: center;
}

a:visited.accSuc{
    color: black;
    padding: 12px;
    text-decoration: none;
    text-align: center;
}

a:hover.accSuc{
    color: black;
    padding: 12px;
    text-decoration: underline;
    text-align: center;
}

a:active.accSuc{
    color: black;
    padding: 12px;
    text-decoration: underline;
    text-align: center;
}