﻿@media print {
    .noprint {
        display: none;
    }

    body {
        background: white !important;
    }
}

@media screen and (max-width:360) {
}

html {
    font-size: 75%; /* =12px */
}

body {
    font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: black;
    max-width: 100%;
    margin: auto;
    margin: 0px;
    width: 100%;
    height: 100%;
    background: #555;
}

table.header {
    font-size: 1.5rem;
    font-weight: normal;
    color: #000000;
    /* background-color: #CCCCCC; */
    text-align: left;
    width: 100%;
    /* border: 1px solid green; */
    border-collapse: collapse;
}

table.header td, table.header th
{
    /* border: 1px solid green; */
}

.headerRight
{
    font-size: 0.7vw;
}

.headerNav {
    font-size: 1rem;
    color: #0000FF;
    text-align: left;
    font-weight: normal;
}
table.content
{
    width: 100%;
    /* border: 1px solid orange; */
    border-collapse: collapse;
}
table.LocationContact
{
    margin: 0.5em 5% 0 5%;
    /* border: 1px solid green; */
    border-collapse: collapse;
}
table.LocationContact th
{
    text-align:left;
    color: #0000FF;
    vertical-align: top;
    /* border: 1px solid green;*/
    border-collapse: collapse;
}
table.LocationContact td
{
    text-align:left;
    vertical-align: top;
    /* border: 1px solid green; */
    border-collapse: collapse;
}
.rightJustify
{
    text-align: right;
}
A:link.headerNav {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    color: black;
}
A:visited.headerNav {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    color: black;
}
A:hover.headerNav {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1rem;
    color: red;
}
A:link
{
    text-decoration: underline;
    color: blue;
}
A:visited
{
    text-decoration: underline;
    color: blue;
}
A:hover
{
    text-decoration: none;
    color: red;
}
address
{
    font-style:normal;
}
div.AddressBlock
{
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1
{
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    padding: 0px;
}
    h1.title {
        font-size: 2rem;
        text-align: center;
        color: Green;
        margin: 0px;
        padding: 0px;
    }
h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
}
    h2.title {
        font-size: 1.5rem;
        text-align: center;
        color: Green;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }
h3 {
    font-size: 1.25rem;
    text-align: center;
    font-weight: normal;
}
hr
{
    border-top: 1px solid #4884FF;
    border-bottom: 0px;
    margin: 0;
}
img
{
    max-width:100%;
}
p {
    font-size: 1rem;
    margin: 0.5em 0 0.5em 0;
}
ul
{
    margin: 0.5em 0 0.5em 0;
}
.footer {
    font-size: 0.75rem;
    color: #000000;
    text-align: center;
    width: 100%;
}
.navigation
{
    width: 200px;
    vertical-align: top;
    border-right-style: solid;
}
.centered
{
    text-align: center;
}
.DataEntryTableRowRequired {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    color: #FF0000;
}
.DataEntryTable
{
    padding: 1px;
    margin: 0px;
    width: 100%;
    color: #000000;
    text-align: left;
    margin: auto;
    /* border: thin inset #000000; */
    border-collapse: collapse;
}

.bluetitle {
    font-size: 1rem;
    font-weight: bold;
    color: blue;
    margin: 0.5em 0 0.5em 0;
}

.blue {
    font-size: 1rem;
    font-weight: bold;
    color: blue;
}

.black {
    font-size: 1rem;
    color: black;
}

.red {
    font-size: 1rem;
    color: red;
}
.OrderGridRow0
{
    BACKGROUND-COLOR: #f4f4f4
}
.OrderGridRow1
{
    BACKGROUND-COLOR: #ffffff
}
#txtAddressLine3, #txtLanguage
{
    /*display:none;*/
    width: 200px;
}
.warning {
    font-size: 1.25rem;
    color: red;
}