﻿

a:link       { color: #3300CC; text-decoration: none; font-weight: bold;
	}
a:visited    { color: #000080; text-decoration: none; font-weight: bold }
a:active     { color: red; text-decoration: none; font-weight: bold }
a:hover      { color: red; text-decoration: underline; font-weight: bold }
body {
    background: url(/includes/2025/images/backgio2000.gif);
    margin: 0;
}


.margincontent
{
margin-left: 30px; margin-right: 30px;
}



LI
{
	margin-left: 0px
}

.tdborder1
{
	border-width: 1;
	border: 1px solid #C0C0C0;
}
/* */

.tdhighlight
{
	background-color: silver;
	font-weight: bold
}


h6 { font-weight: bold; text-align: Center }


h5 { font-weight: bold; text-align: Center }


h4 { font-weight: bold; text-align: Center }


h3 { font-weight: bold; text-align: Center }


h2 { font-weight: bold; text-align: Center }


h1 { font-weight: bold; text-align: Center }
h1           { font-size: 16pt }
h2           { font-size: 14pt }
h3           { font-size: 12pt }
h4           { font-size: 11pt }
h5           { font-size: 10px }
h6           { font-size: 8pt }

hr           { color: silver; width: 50% }
INPUT
{
FONT-SIZE: 8pt;
FONT-STYLE: normal;
FONT-VARIANT: normal;
FONT-WEIGHT: bold;
LINE-HEIGHT: normal
}
SELECT
{
FONT-SIZE: 9pt;
FONT-STYLE: normal;
FONT-VARIANT: normal;
FONT-WEIGHT: bold;
LINE-HEIGHT: normal
}
UL{
line-height: 170%
}

.hidev {
	visibility: hidden;
}

.cred {
FONT-WEIGHT: bold;
color: #FF0000;
}



.imgresponsive {
  padding: 0 6px;
    width: 36px;
    height: 36px;
}



@media only screen and (min-width: 4000px){
  .imgresponsive {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 700px){
  table[width] {
    width: 100%;
  }

  table[width]:not(:has(thead)) {
    overflow: auto;
    display: block;
  }

	table[width]:not(:has(thead)) tbody {
    width: 100%;
    display: table;
	}

  img {
    max-width: 100%;
	height: auto;
  }

  .margincontent {
    margin: 0 15px;
    line-height: 1.5rem;
  }
}

.page-header-banner {
  background: url(/includes/2025/images/header1200.png);
  background-repeat: no-repeat;
  background-size: 100% 160px;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

.page-header-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 8.33%;
  padding-top: 6px;
}

.page-header-links a {
  border: solid 1px #00633D;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 2px 12px;
  color: #00633D;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

.page-header-links a[lang='zh'] {
  padding: 2px 12px;
}

.page-header-links a[lang='pt'] {
  padding: 5px 12px 2px 12px;
}

.page-header-links a:visited {
  font-weight: normal;
}

.page-header a:has(img):hover {
  text-decoration: none;
  font-weight: lighter;
}

.page-header-content {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
}

.page-header-content > div {   
  display: inline-flex;
  justify-content: center;
}

.page-header-content .logo {
  height: 100px;
  width: 100px;
}

.page-header-banner .title {
  display: flex;
  flex-direction: column;
  color: #00633d;
  font-weight: bold;
}

.page-header-banner .title div[lang='zh'] {
  text-align: center;
  font-size: 22px;
  letter-spacing: 6px
}

.page-header-banner .title div[lang='pt'] {
  text-align: center;
  font-size: 12px;
  letter-spacing: .5px
}

.page-header .home-btn {
  display: inline-block;
  margin: 15px;
}

@media screen and (max-width: 768px){
  .page-header-links {
    padding-right: 15px;
  }
}

@media screen and (max-width: 556px){
  .page-header-content {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .page-header-content .logo {
    height: 65px;
    width: 65px;
  }

  .page-header-banner {
    background: url(/includes/2025/images/header1200.png);
    background-repeat: no-repeat;
    background-size: 100% 120px;
    background-position: center top;
    background-attachment: fixed;
    min-height: 120px;
  }

  .page-header .home-btn {
    display: inline-block;
    margin: 10px;
  }

  .page-header-banner .title div[lang='zh'] {
    font-size: 12px;
    letter-spacing: 1px
  }

  .page-header-banner .title div[lang='pt'] {
    font-size: 8px;
  }
}

@media screen and (max-width: 364px){
  .page-header-content .logo {
    height: 55px;
    width: 55px;
  }

  .page-header-banner {
    background: url(/includes/2025/images/header1200.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center top;
    background-attachment: fixed;
    min-height: 100px;
  }

  .page-header-banner .title div[lang='zh'] {
    font-size: 10px;
    letter-spacing: 1px
  }

  .page-header-banner .title div[lang='pt'] {
    font-size: 6px;
  }
}
