/*
----------------------------------------
Filename:    public.css
Last update: 12-28-2025
----------------------------------------
*/
a.menu {
  text-decoration: none;
}
div#homeblock {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  margin-left: 65%;
  margin-right: 1.0em;
  padding-top: 1.0em;
  padding-left: 1.0em;
  padding-right: 1.0em;
  padding-bottom: 1.0em;
  border-left: 10em solid transparent;
  border-bottom: 10em solid silver;
  overflow: visible;
  float: right;
}
div#homecont {
  margin: 0.2em;
}
div#homespacer {
  float: left;
  width: 0;
  height: 0;
  border-bottom: 30em solid red;
  border-right: 30em solid transparent;
}
div#pagecontent {
  margin: 5px 20px 5px;
}
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;
}
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: Arial, serif;
  font-size: 1.4em;
  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;
}
span.label {
  font-style: italic;
  font-weight: normal;
  font-family: Ubuntu, Arial;
  font-size: 0.5em;
  text-shadow: none;
  margin: 0 0 1.0em 2.0em;
  padding: 0.2em;
}