﻿@charset "UTF-8";

/* DEFAULTS
----------------------------------------------------------*/

html {
    font-size: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
    padding: 0;
}

body {
    width: 100%;
    /*font-size: .80em;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

a:link, a:visited
{
    color: #034af3;
}

/*a:active {
    background-color: darkgray;
    font-weight:bold;
}
*/
a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

#Nav a:hover {
    color: #465c71;
    background-color:white;
}

p
{
    margin:0 10px 10px;
    line-height: 1.6em;
}

#outsideWrapper {
    margin: 0 auto;
    width:100%;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight:bold;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    /*background-color: #fff;*/
    margin:0 auto;
}

.header
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    /*background: #4b6c9e;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

main
{
    padding: 0 12px;
    /*margin: 0 8px 8px 8px;*/
    min-height: 420px;
    /*background-color:#fff;*/
    /*border: 1px solid #496077;*/
    z-index:-1;
}

main p, figcaption.indent {
    max-width:720px;
    margin:0 auto;
    text-align:left;
    padding-bottom:10px;
}

.mainHomePage {
    /*padding-top:10px;*/
}

.leftCol
{
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 20px 0 0 0;
    margin: 0 auto;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
    margin:0;
    height:40px;
}

.menu
{
    padding: 4px 0 0 8px;
}
.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.menu a, .menu a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius:10px 10px 0 0;

}

.menu ul li a:hover
{
    background-color: rgba(191, 203, 214, 0.30);
    color: #465c71;
    text-decoration: none;
}
.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

a.linkButtons {
    color:white;
    padding: 5px;
    background-color: #465c71;
    margin: 0 5px;
    border-radius:10px
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    text-align: center;
    margin:0 auto;
    width:100%;
}

.loginDisplay a:link, .loginDisplay a:visited {
    box-sizing:border-box;
    /*width:100px;*/
    color: white;
    background-color: #465c71;
    border: 1px #4e667d solid;
    display: block;
    font-size: 1.1em;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    border-radius: 10px;
    position:relative;
    margin:0 auto;
}


.loginDisplay a:hover {
    background-color: rgba(191, 203, 214, 0.30);
    color: #465c71;
    text-decoration: none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.LoginDisplay {
    font-size: 1.1em;
    display: block;
    padding: 10px;
    color: White;
    margin-right: auto;
    margin-left: auto;
}
.LoginDisplay a:link {
    color: white;
}
.LoginDisplay a:visited {
    color: white;
}
.LoginDisplay a:hover {
    color: white;
}

#Admin ul, #HorizontalMenu ul{
    list-style:none;
    display:inline-block;
    padding:5px;
    text-align:center;
    margin:0;
}

    #Admin ul li a,, #HorizontalMenu ul li a {
        text-decoration: none;
    }

        #Admin ul li a:hover, #HorizontalMenu ul li a:hover {
            text-decoration: underline;
        }

.whiteBkg {
    background-color:white;
    padding:5px;
}