/*
----------------------------------------
Last update: 10-18-2023
----------------------------------------
*/
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;  
}
::-moz-placeholder {
    font-style: italic;  
}
:-ms-input-placeholder {  
    font-style: italic; 
}
a.autoref {
    text-decoration: none;
    color: #933; 
    font-family: Oxygen, Arial, Helvetica;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}
a.autoref:hover {
    color: black; 
    font-size: 0.9em;
    font-weight: bold;
}
a.menu {
    text-decoration: none;
}
a.reset {
    text-decoration: none;
    color: #a66; 
    font-family: Oxygen, Arial, Helvetica;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    text-shadow: -1px -1px grey;
}
div#blockleft {
    margin: 0;
    padding: 0;
}
div#blockmain {
    display: flex;
    justify-content: space-between;
}
div#blockright {
    margin: 0;
    padding: 0;
}
div#homecont {
    margin: 0.2em;
}
div#homespacer {
    float: left;
    width: 0;
    height: 0;
    border-bottom: 30em solid red;
    border-right: 30em solid transparent;
}
div#lstattends {
    margin: 0;
    padding: 0;
    overflow: visible;
    clear: both;
}
div#pagecontent {
    margin: 5px 20px 5px;
}
div#statblock {
    margin: 1.0em 2.0em;
    padding: 1.0em;
    border-left: 10em solid transparent;
    border-bottom: 10em solid silver;
    overflow: visible;
}
div#statblockmob {
    margin: 0.5em;
    padding: 0.3em;
    overflow: visible;
}
div.attendee {
    margin: 0 0 0.2em 0;
    font-family: Oxygen, Arial, serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    clear: both;
}
div.contact {
    float: left;
}
div.contactform {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 1.0em;
    padding: 0;
}
div.homeblock {
    margin: 0;
    padding: 0;
}
div.homeblock1 {
    margin: 0 0 0 1.0em;
    padding: 0 0.5em 0 0;
    border-left: 4em solid mistyrose;
    border-bottom: 2em solid silver;
    background-image: linear-gradient(to right, mistyrose , silver);
}
div.homeblock2 {
    margin: 0.2em 0 0.2em 1.0em;
    padding-right: 0.5em;
    border-left: 7em solid mistyrose;
    border-top: 2em solid silver;
    border-bottom: 2em solid silver;
    background-image: linear-gradient(to right, mistyrose , silver);
}
div.homeblock3 {
    margin: 0.2em 0 0.2em 1.0em;
    padding-right: 0.5em;
    border-left: 9em solid mistyrose;
    border-top: 2em solid silver;
    border-bottom: 2em solid silver;
    background-image: linear-gradient(to right, mistyrose , silver);
}
div.homeblock4 {
    margin: 0.2em 0 1.0em 1.0em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    border-left: 6em solid mistyrose;
    border-top: 2em solid silver;
    background-image: linear-gradient(to right, mistyrose , silver);
}
div.linerow {
    font-family: Arial, serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    margin: 0.3em;
}
div.listmeeting {
    font-family: Oxygen, Arial, serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    margin: 0.3em;
}
div.listmeetingmob {
    font-family: Oxygen, Arial, serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    margin: 0.3em;
}
div.listmeetingarch {
    font-family: Oxygen, Arial, serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    margin: 0.3em;
    color: #444444;
}
div.loginline {
    padding-bottom: 1.5em;
    text-align: center;
}
div.loginline2 {
    text-align: center;
}
div.loginresponse {
    width: 100px;
    height: 20px;
    clear: both;
}
div.loginrequest {
    margin-top: 10px;
    padding-left: 135px;
    font-weight: normal;
    font-style: italic;
    font-size: 10pt;
    clear: both;
}
div.prompt {
    margin-top: 1.0em;
    margin-right: 1.0em;
}
div.statusresult {
    font-style: italic;
    font-size: 1.5em;
    padding: 0.7em;
    margin: 0.5em;
    color: #a66;
    background-color: Silver;
    border-radius: 7px;
    text-align: center;
}
form.contact {
    margin: 1.5em 1.0em 0;
    padding: 0 0 1.0em;
}
form input {
    font-family: Oxygen, Arial, serif;
    font-size: 1.0em;
    border: 2px solid silver;
    border-radius: 4px;
    background-color: mistyrose;
}
form input:focus {
    border: white solid;  
    background-color: white;
}
form input.button {
    font-family: Oxygen, Arial, serif;
    font-size: 1.3em;
    border: 2px solid silver;
    border-radius: 8px;
    background-color: silver;
    padding: 0.2em 1.5em;
}
form input.button:hover {
    border: white solid;  
    background-color: white;
}
form label {
    display: block;
    color: black;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 0.2em 0;
    padding: 0;
}
form span {
    float: left;
    margin: 0 0.5em 1.0em 0;
    padding: 0;
}
form span label {
    display: block;
    color: black;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    margin: 0.1em 0 0 0.5em;
    padding: 0;
}
h1 {
    font-family: Oxygen, Arial, serif;
    font-size: 2.0em;
    font-style: normal;
    font-weight: bold;
}
h1.mob {
    font-family: Oxygen, Arial, serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}
h2 {
    font-family: Oxygen, Arial, serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
}
h2.contact {
    font-family: Oxygen, Arial, serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
}
h2.mob {
    font-family: Oxygen, Arial, serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}
img.meeting {
    width: 100%;
    height: auto;
}
input.orginput {
    font-family: Oxygen, Arial, serif;
    font-size: 1.1em;
    width: 15em;
    border: #baa solid;
    border-radius: 8px;
    background-color: silver;
}
input.orginput:hover {
    border: white solid;  
    background-color: white;
}
input.pinput {
    width: 140px;
    background: #ffc;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 34px;
    font-size: 14px;
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 10px 15px 10px;
    margin: 0 auto 5px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
p {
    font-family: Oxygen, Arial, serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
}
p.homeblock {
    font-family: Oxygen, Arial, serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    margin: 0 0.2em 0 1.2em;
    padding: 0.8em 0;
}
p.mob {
    font-family: Oxygen, Arial, serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
}
p.center {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 14pt;
    text-align: center;
}
p.leftlogtext {
    margin-left: 55%;
    margin-right: 2em;
    margin-top: 1.5em;
    font-family: Oxygen, Arial, serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal;
}
span.promptrefresh {
    margin: 0 0 0 1.0em;
}
span.prompttext {
    margin: 0 1.0em 0 0.5em;
}
span.stats {
    font-family: Palatino, Times, serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;
    color: #333388;
    margin: 0 0 0 0.5em;
}
