﻿html body {
    height: 100%;
    margin: 0;
    background-color:#04197e;
}

body {
    margin: 0;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

h3 {
    padding: 5px 10px 5px 10px;
}

h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 5px;
    margin-top: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}

.bgColor1{
    background-color:#fbf8c5
}

.bgColor2 {
    background-color: #fee3e3
}

.bgColor3 {
    background-color: #d3e6f7
}

.list {
    border-radius: 5px;
    border: 1px solid;
    width: 100%
}

.ListHead {
    color: #d3e6f7;
    background-color: #2d409f;
}

.ListRow1 {
    background-color: #fee3e3;
    border-top: 1px solid black;
    font-size: smaller;
}

.ListRow2 {
    background-color: #fbf8c5;
    border-top: 1px solid black;
    font-size: smaller;
}

.ListRow3 {
    background-color: #d3e6f7;
    border-top: 1px solid black;
    font-size: smaller;
}

.ListFooter {
    background-color: #d4732e;
    color: white;
    font-size: smaller;
}

.RowSelect {
    cursor: pointer;
}

.RowSelect:hover {
    background-color: #fbf8c5;
}

.LinkHide {
    text-decoration: none;
    color: inherit;
}

.LinkHide:visited {
        text-decoration:none;
        color:inherit;
    }

.panel {
    border-radius: 7px;
    border: 1px solid;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.warning {
    border-radius: 7px;
    border: 1px solid;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    background-color:#F4B800
}

.Buttons {
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    display: inline-block;
    color: #d3e6f7;
    background-color: #2d409f;
    position: inherit;
    text-decoration: none;
}

.Buttons:hover {
    color: #886600;
    background-color: #F4B800;
}

.Buttons:disabled {
    color: #525036;
    background-color: #9B8C59;
}

.social {
    border-radius: 5px;
    border-style: none;
    padding: 10px 10px 10px 10px;
    margin: auto;
    display: inline-block;
    color: #d3e6f7;
    background-color: #6174d5;
    position: inherit;
    text-decoration: none;
    width:150px;
    vertical-align:middle
}

.social:hover {
    color: #886600;
    background-color: #F4B800;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.topright {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}

.top {
    position: absolute;
    margin-left: 15px;
    margin-bottom: 5px;
    top: 5px;
}

.bottom {
    position: absolute;
    margin-left: 15px;
    margin-bottom: 5px;
    bottom: 15px;
}

.Discrete {
    font-size: x-small;
    font-weight: lighter;
}

.Footer {
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px 5px 10px;
    margin: auto;
    display: inline-block;
    width: 98%;
    color: #2d409f;
    background-color: #d3e6f7;
}

#pagewrapper2 {
    margin: 0 auto;
    position: relative;
    width: 800px;
    min-height: 900px;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: aliceblue;
}


