﻿* {
  box-sizing: border-box;
  /* makes 100% widths ACTUALLY 100% */
  font-family: Arial, Tahoma, MS Sans Serif;
  font-size: 10pt;
}
body {
  margin: 0px 0px 0px 0px !important;
  background: url('../images/bg.png') repeat;
  border-top: solid 1px #7d8687;
}
code {
  font-family: Consolas, System, Fixedsys;
  background: #E5E5E5;
  padding: 1px 3px 1px 3px;
  display: inline-block;
}
table#tblMain {
  width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
  empty-cells: show;
  border: solid 2px #559;
  border-top: none 0px transparent;
}
select {
  border-radius: 3px;
  border: solid 1px #669ACC;
}
p {
  margin-top: 10px;
  margin-bottom: 0px;
}
p:first-child {
  margin-top: 0px;
}
.boxshadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.bgGood {
  background-color: lightgreen !important;
  background-image: none !important;
}
.bgBad {
  background-color: lightsalmon !important;
}
table#tblMain > tbody > tr:first-child > td:first-child {
  width: 10px !important;
  background: url('facebox/b.png') repeat-y;
}
table#tblMain > tbody > tr:first-child > td:first-child + td {
  background: #0447A7;
}
table#tblMain > tbody > tr:first-child > td:first-child + td + td {
  width: 10px !important;
  background: url('facebox/b.png') repeat-y;
}
table#tblMain > tbody > tr:first-child + tr {
  height: 10px !important;
}
table#tblMain > tbody > tr:first-child + tr > td:first-child {
  background: url('facebox/bl.png') no-repeat;
}
table#tblMain > tbody > tr:first-child + tr > td:first-child + td {
  background: url('facebox/b.png') repeat-x;
}
table#tblMain > tbody > tr:first-child + tr > td:first-child + td + td {
  background: url('facebox/br.png') no-repeat;
}
div#divHdr {
  height: 260px !important;
  width: 1024px !important;
  background: url('../images/headers/default.jpg');
  position: relative;
}
div#divBody {
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
}
div#divFtr {
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 9pt;
  border-top: solid 1px #D9E7F7;
  background: url('../images/footer-tile.png');
}
div#divFtr * {
  color: #fff !important;
}
table.follow {
  position: absolute;
  top: 5px;
  left: 5px;
  border: solid 1px #fff;
  background: #5DAFD8;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #444;
}
div#divHdr table#search {
  position: absolute;
  top: 5px;
  right: 5px;
  border: solid 1px #fff;
  background: #5DAFD8;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #444;
}
div#divHdr table#search td:first-child,
div#divHdr table#search td:first-child + td + td {
  font-style: italic;
  font-weight: bold;
  color: #009;
}
div#divHdr table#search td:first-child + td + td {
  padding: 0px 5px 0px 5px;
}
a {
  text-decoration: none !important;
  border: none 0px transparent !important;
}
a.link-rss {
  font-weight: bold;
  color: #CF7419;
  margin-top: 5px;
}
a.link-rss:hover {
  color: #000;
  text-shadow: 1px 1px 2px #C17F47;
}
a.donate {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 7001;
}
a.pages {
  display: inline-block;
  width: 35px;
  border: solid 1px #000472;
  text-align: center;
  background-color: rgba(219, 224, 239, 0.5);
}
a img {
  border: none 0px transparent !important;
}
input[type=text].required,
textarea.required {
  background: url(../images/required.png) top right no-repeat;
  background-color: Window;
}
input[type=button],
input[type=submit],
button {
  border: solid 1px gray;
  border-radius: 3px;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background-color: #92c4e9;
}
div#cornermenus {
  position: absolute;
  top: 45px;
  right: 5px;
  background-color: rgba(172, 152, 53, 0.75);
  border: solid 1px #64654D;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #444;
}
div#cornermenus span {
  font-size: 8pt !important;
}
div#cornermenus .rmRootGroup {
  width: 100% !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none 0px transparent !important;
}
div#cornermenus .rmRootGroup > .rmItem > a,
div#cornermenus .rmRootGroup > .rmItem > a > span {
  background-image: none !important;
}
div#cornermenus .rmRootGroup > .rmItem > .rmLink:hover,
div#cornermenus .rmRootGroup > .rmItem > .rmLink.rmExpanded,
div#cornermenus .rmRootGroup > .rmItem > .rmLink > .rmText:hover {
  color: #fff !important;
  text-shadow: 0px 0px 5px #fff;
}
div#menus {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(58, 78, 112, 0.75);
}
div#menus .rmRootGroup {
  width: 100% !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none 0px transparent !important;
}
div#menus .rmRootGroup > .rmItem > a,
div#menus .rmRootGroup > .rmItem > a > span {
  background-image: none !important;
}
div#menus .rmRootGroup > .rmItem > .rmLink {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
div#menus .rmRootGroup > .rmItem > .rmLink:hover,
div#menus .rmRootGroup > .rmItem > .rmLink.rmExpanded,
div#menus .rmRootGroup > .rmItem > .rmLink > .rmText:hover {
  color: #fff !important;
  text-shadow: 0px 0px 5px #fff;
}
.rotateText {
  width: 235px;
  height: 175px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rotateText .title {
  font-weight: bold;
  font-size: 12pt;
}
.rotateText .blurb {
  color: #1A5AC3;
}
.pager {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
}
div#currents div#current {
  padding: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#currents div#current:hover {
  background: #FFD79A !important;
}
div#currents div#current .title {
  display: block;
  font-weight: bold;
  color: #405579;
}
div#currents div#current .title + br {
  display: none;
}
div#currents div#current .subtitle {
  display: block;
  font-weight: bold;
  font-size: 95%;
  color: #3F7ABE;
  font-style: italic;
}
div#currents div#current .subtitle + br {
  display: none;
}
div#currents div#current .blurb {
  display: block;
  text-align: justify;
  padding-top: 3px;
  font-size: 85%;
  border-top: solid 1px #405579;
  margin-top: 3px;
  color: #000;
}
div#currents div#current .readmore {
  display: block;
  text-align: right;
  font-size: 90%;
  font-style: italic;
  padding-top: 5px;
  font-weight: bold;
  color: #3F7ABE;
}
div#content {
  text-align: left;
}
div#topic-links a {
  font-weight: bold !important;
  color: #2B3B58 !important;
  padding: 3px 3px 3px 3px !important;
  display: block !important;
}
div#topic-links a:hover {
  background: #BCC7D8 !important;
}
div#topic-links a {
  border-top: solid 1px #2B3B58;
  margin-top: 3px;
}
div#topic-links a:first-child {
  border-top: none;
  margin-top: 0px;
}
div#pleasewait {
  font-weight: bold;
  text-align: center;
}
div.pane {
  background: #FFFDDA;
  border-radius: 1px;
  padding: 1px 1px 1px 1px;
  box-shadow: -10px -10px 8px rgba(3, 3, 3, 0.5);
}
div.pane a {
  font-weight: bold;
  color: #363F6F;
}
div.pane a:hover {
  text-shadow: 0px 0px 3px #777;
}
input[type=text],
input[type=number],
input[type=date],
input[type=password],
textarea {
  border: solid 1px #669ACC;
  border-radius: 3px;
  font-size: 9pt;
  padding-left: 3px;
  padding-right: 3px;
}
.highlightedterm {
  background-color: #F29E1D;
  border: solid 1px #D58100;
  border-radius: 3px;
  padding-right: 3px;
  padding-left: 3px;
}
.headertext {
  font-weight: bold !important;
}
.errortext {
  font-weight: bold !important;
  color: #f00 !important;
}
.bgwhite {
  background-color: #fff;
}
.footnote {
  font-size: 8pt;
  font-style: italic;
}
.b {
  font-weight: bold !important;
}
.u {
  text-decoration: underline !important;
}
.i {
  font-style: italic !important;
}
.border {
  border: solid 1px #688CAF;
}
.noborder {
  border: none 0px transparent !important;
}
.block {
  display: block;
}
.hleft {
  text-align: left;
}
.hcenter {
  text-align: center;
}
.hjust {
  text-align: justify;
}
.hright {
  text-align: right;
}
.mcenter {
  margin-left: auto;
  margin-right: auto;
}
.vtop {
  vertical-align: top;
}
.vcenter {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.hidden {
  display: none;
}
.m0 {
  margin: 0px 0px 0px 0px !important;
}
.m5 {
  margin: 5px 5px 5px 5px !important;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.p0 {
  padding: 0px 0px 0px 0px !important;
}
.p5 {
  padding: 5px 5px 5px 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px 10px 10px 10px !important;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.p15 {
  padding: 15px 15px 15px 15px !important;
}
.p16 {
  padding: 16px 16px 16px 16px !important;
}
.p20 {
  padding: 20px 20px 20px 20px !important;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.w100 {
  width: 100% !important;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: bold !important;
}
.hand {
  cursor: pointer;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.clear {
  clear: both;
}
.infopanel {
  background: #92c4e9;
  color: #2B3B58;
  border: solid 1px #3F7ABE;
  padding: 5px 5px 5px 5px;
  line-height: 20px;
  font-weight: bold;
}
.permalink {
  color: #FFFDDA !important;
  font-size: 9pt;
  font-weight: bold;
  padding: 10px 5px 10px 5px;
  display: block;
  text-align: right;
}
.publication_forecolor {
  color: #260B5B;
}
.publications_header {
  /*color: #251057;*/
  color: #251057;
  font-weight: 900;
}
div.panetitle {
  background: #3F7ABE;
  color: #fff;
  border: solid 1px #2B3B58;
  padding: 3px 5px 3px 5px;
  line-height: 16px;
  font-weight: bold;
  width: 200px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.panetitle.commonside {
  background: #1E5800;
}
div.panetitle + div {
  margin-top: 1px;
  padding: 3px 5px 5px 5px;
  border: solid 1px #2B3B58;
  border-top: none 0px Transparent;
  width: 200px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
div#hometabs {
  background: transparent !important;
}
span#hometitle {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40pt;
  font-style: italic;
  text-shadow: 0px 0px 8px #000000;
}
#proposal .title {
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.blog .entries .entry {
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
}
.blog .entries .entry .title {
  font-size: 11pt;
  border-bottom: solid 1px #363F6F;
}
.blog .entry .title {
  color: #363F6F;
  font-weight: bold;
  font-size: 14pt;
  padding-bottom: 5px;
  border-bottom: solid 3px #363F6F;
  margin-bottom: 3px;
}
.blog .entry .authored {
  color: #414141;
  font-size: 10pt;
  margin-bottom: 25px;
  font-style: italic;
}
.blog .entry .content {
  margin-bottom: 20px;
  text-align: justify;
}
.blog .entry .permalink {
  color: #5977B6 !important;
  font-size: 9pt;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #363F6F;
}
.blog .entry .tags {
  padding-top: 5px;
}
.blog .entry .comments .title {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #363F6F;
  margin-bottom: 10px;
}
.blog .entry .comments .authored {
  margin-bottom: 0px;
  padding-top: 3px;
  border-top: solid 1px #79B7E7;
  margin-top: 5px;
}
@media print {
  body {
    background: none !important;
  }
  .noprint {
    display: none !important;
  }
}
::placeholder {
  font-style: italic;
  color: #606060;
  text-transform: lowercase;
}
.grid-rows {
  display: grid;
  grid-auto-flow: row;
  gap: 5px;
}
.grid-cols {
  display: grid;
  grid-auto-flow: column;
  gap: 5px;
}
dialog {
  border-radius: 5px;
  border: none 0px transparent;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
dialog::backdrop {
  background: rgba(0 0 0 / 0.5);
}
/* jQuery Styles */
.ui-widget-header {
  padding: 5px 5px 5px 5px !important;
  border-radius: 5px;
}
.ui-widget-content {
  padding: 5px 5px 5px 5px !important;
  border-radius: 5px;
}