<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document 

body {
	background-color: #ffffff repeat-y;
	font-family: Helvetica,Arial,sans-serif;
	vertical-align: top;
	overflow: inherit;
}

h1 {
	text-align:center;
}

h2 {
	text-align:center;
}

h3 {
	font-size: 14px;
	font-style: italic;
}

h5 {
	font-size: 12px;
	font-style: italic;	
}

h6 {
	font-size: 12px;	
}
*/

p { font-size: 16px;}
p.center {
	text-align: center;
}

.sublist h3 {
	font-size: 18px;
	font-style: italic;
}

#containermain h1, #containermain h2  {
    text-align: center;
}

/*
#container {
	background: #000000 repeat-y;
	margin-left: auto;
    margin-right: auto;
	width: 1220px;
	margin-top: -10px;
}
*/
#header {
	/*
	width: 1220px;
	
	height: 4em;
	*/
	padding: 1em;
	background-color: #000;
	/*
	float: left;
	vertical-align: central;
	background: #000000 repeat-y;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #6DD0FF;
	text-align: left;
	position: fixed;
	z-index: 4;*/
}

#header .first {
	color: #6DD0FF;
}
#header .first:hover {
	color: #ffffff;
} 
#header a {
	color: #E2DEDE;
	text-decoration: none;
}
#header a:hover {
	color: #6dd0ff;
}

ul.drop {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
	padding-inline-start: 0px;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
ul.drop li {
  font: 'Lato', sans-serif;
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 3px 1em;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  /*-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/
  z-index: 5;
}
ul.drop li:hover {
  color: #6dd0ff;
}
ul.drop li.list {
	padding: 1em 1em 3px 1em;
}
ul.drop ul {
	position: absolute;
	display: none;
}
ul.drop li:hover ul {
	display: block;
}
ul.drop li ul {
  padding: 0;
  position: absolute;
  top: auto;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 5;
}
ul.drop li ul li { 
  background: #000000; 
  display: block; 
  color: #ffffff;
  text-shadow: 0 -1px 0 #000;
}
ul.drop li ul li:hover {  
	color: #6DD0FF;
}
ul.drop li:hover &gt; ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.drop ul ul {
	left: 100%;
	top: 0;
}

li.list {
	padding: 2em 0em;
}

li.sublist {
	padding: 1em 0em;
}

#containermain {
	background: #ffffff;
	vertical-align: central;
	float: left;
}

#left {
	background: #ffffff repeat-y;
	width: 150px;
	float: left;
}

#content {
	margin: 10px auto;
	width: 900px;
	background: #ffffff repeat-y;
	text-align: left;
	font-size: 18px;
	vertical-align: top;

}

.maintable {
	border: 2em red;
}

table, th, td {
	border: 1em;
	border-collapse: collapse;
	/*background-color: #e7e7e7*/
}

th, td {
	padding: 2px 0;
}

#centertab {
	text-align: center;
}

.tabs { 
    list-style: none; 
    margin: 50px auto 0; 
	font-size: 16px;
	text-align: center;
	vertical-align: central;
	word-wrap: normal;
}

.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}

.tabs a:hover {
	color: #ffffff;
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 25px; 
  text-decoration: none;
  height: 60px;
  width: 160px;

  /* Default colors */ 
  color: black;
  background: #6dd0ff; 
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: white; 
  color: #6DD0FF; 
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  outline: none;
}
.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: white; 
}

.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}

.tabs .active a:after, .tabs .active a:before {
  background: #6DD0FF;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.select a:before,
.tabs li:last-child.select a:after {
  background: #FFFFFF;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}

#tab01, #tab02, #tab03, #tab04, #tab05 {
	margin-left: 40px;
}

div#dataform {
    padding-top: 20px;
}

div#dataform legend {
  font-size: 18px;
	width: 90%;
}


div#dataform input[type=radio] {
	margin-right: 10px;
}

#right {
	background: #ffffff repeat-y;
	width: 150px;
	float: left;
}

#hgai-footer {
	padding: 5px 1em 1em 1em;
	height: 120px;
	float: left;
	background: #000000 repeat-y;
	font-size: 14px;
	color: #6DD0FF;
	text-align: center;
	vertical-align: central;
}

#footer a {
	color: #6DD0FF;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.row {
	text-align: center;
}

.column {
	width: 380px;
	float: left;
	height: 110px;
	padding: 5px;
}

.column-center {
	width: 410px;
	float: left;
	height: 110px;
	padding: 20px 5px 5px 5px;
	vertical-align: central;
}

.hidden {
    display: none;
}
.result {
    margin: 1em;
}

.result img {
	max-width: 100%;
}

li.header { 
	display:inline;
	border-style: groove; 
	float: left; 
	width:100px; 
	text-align:center;
} 

#OFC1-submit, #OFC1-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#OFC2-submit, #OFC2-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#OFC3-submit, #OFC3-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#OFC4-submit, #OFC4-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#OFC5-submit, #OFC5-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#DENT3-submit, #DENT3-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#DENT2-submit, #DENT2-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#DENT1-submit, #DENT1-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#FV1-submit, #FV1-reset {
	width: 5em;
	height: 3em;	
	background-color: #6DD0FF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#locus-zoom {
	display: none;
}


</pre></body></html>