﻿@import url("Fancy.css");

@media only screen and (max-width: 450px)
{
    body
    {
        font-size: 85%;
    }
    img
    {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 800px)
{
    body
    {
        font-size: 100%;
    }
}

@media only screen and (min-width: 1100px)
{
    body
    {
        font-size: 120%;
    }

    .wrap
    {
        max-width: 780px;
    }
}

body
{
    background-color: #ffffff;
    font-family: Roboto, Helvetica, -apple-system, Sans-Serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}

table, th, td
{
    color: #000000;
    border-collapse: collapse;
    border-color: #bbbbbb;
}

.offline
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

td.mdNavLeft
{
    text-align: left;
    vertical-align: middle;
    font-size: 85%;
    padding-bottom: 5px;
    border-top: 1px solid LightGray;
    border-bottom: 1px solid LightGray;
}

td.mdNavCenter
{
    text-align: center;
    vertical-align: middle;
    font-size: 85%;
    padding-bottom: 5px;
    border-top: 1px solid LightGray;
    border-bottom: 1px solid LightGray;
}

td.mdNavRight
{
    text-align: right;
    vertical-align: middle;
    font-size: 85%;
    padding-bottom: 5px;
    border-top: 1px solid LightGray;
    border-bottom: 1px solid LightGray;
}

.AutoCenter
{
    margin-left: auto;
    margin-right: auto;
}

.fullWidth
{
    width: 100%;
}

.topBorder
{
    border-top: 1px solid LightGray;
    vertical-align: middle;
}

p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p.noPaddingLeft
{
    text-align: left;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

p.noPaddingRight
{
    text-align: right;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

p.indent
{
    margin-left: 1.5em;
    margin-right: 1.5em;
}

img
{
    border: 0px;
    max-width: 100%;
    height: auto;
}

h1
{
    font-size: 1.4em;
    font-weight: bold;
    color: #00008b;
}

h2
{
    font-size: 1.25em;
    font-weight: bold;
    color: #00008b;
}

h3
{
    font-size: 1.1em;
    font-weight: bold;
    color: #00008b;
}

ol.number
{
    list-style: decimal;
    list-style-position: outside;
}

ol.letter
{
    list-style: upper-alpha;
    list-style-position: outside;
}

hr
{
    color: LightGray;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 100;
}

.aLeft
{
    text-align: left;
    vertical-align: top;
}

.aLeft50
{
    text-align: left;
    vertical-align: top;
    width:50%;
}

.aCenter
{
    text-align: center;
    vertical-align: top;
}

.aRight
{
    text-align: right;
    vertical-align: top;
}

.aLeftBottom
{
    text-align: left;
    vertical-align: bottom;
}

.aLeftMiddle
{
    text-align: left;
    vertical-align: middle;
}

.aRightBottom
{
    text-align: right;
    vertical-align: bottom;
}

.aRightMiddle
{
    text-align: right;
    vertical-align: middle;
}

.bold
{
    font-weight: bold;
}

.large12
{
    font-size: 1.2em;
}

.small
{
    font-size: 0.85em;
}

.smallLine
{
    font-size: 0.85em;
    border-top: 1px solid Gray;
    padding-top: 5px;
}

.smallLineRight
{
    font-size: 0.85em;
    border-top: 1px solid Gray;
}

.underline
{
    text-decoration: underline;
}

.UnderBold
{
    text-decoration: underline;
    font-weight: bold;
}

.warn
{
    font-size: 0.85em;
    font-weight: bold;
    color: Navy;
}

.header
{
    background-color: #eeeeee;
    font-weight: bold;
}

.headerDark
{
    background-color: #dddddd;
    font-weight: bold;
}

textarea
{
    font-family: inherit;
    font-size: inherit;
}

.ddlNormal{
    font-size: 1em;
}

.ddlSmall {
    font-size: 0.75em;
    max-width:80%;
}

.textbox-flex {
  display:flexbox;
  justify-content:flex-start;
}