
/* Box for Glossary entry */
.gbox {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  border-radius: 25px;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: white;
  margin: 20px;
  padding: 0px 20px;
  border: 1px solid #888;
  overflow: auto; /* Enable scroll if needed */
  font: normal 13pt sans-serif;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 10px;
  max-width: 700px;
}

/* Highlight special words */
.b {
  color:#a72;
  font-weight: bold;
}

button {
  color:#a72;
  background-color: white;
  border-style: none;
  font: inherit;
  font-weight: bold;
  padding: 0px;
}

.c {
  color:#641;
}

ul { list-style: none;
     margin-left:1em;
     padding-left:0em;
}

#content {
    margin-left: 200px;
    margin-top:    0px;
    width: 900px;
    height: auto;
}

.main {
  clear: both;
  background-color: white;
  padding: 5px 5px 5px 5px;
  font: normal 13pt sans-serif;
  border: 1px solid gray;
  z-index:2;
}

#mainhead {
  text-align:left;
  font: bold 14pt Sans,sans-serif;
  color: #287bbf;
}

#subhead {
  text-align:left;
  font: bold 10pt Sans,sans-serif;
  margin: 10px 3px 3px 3px;
}


#footer {
  text-align:center;
  font: normal 9pt Sans,sans-serif;
  color: gray;
  margin: 1px 1px 1px 1px;
}

table
{
border-collapse:collapse;
border: 2px solid #aaa;
background-color:#fff;
margin: 3px 3px 3px 3px;
}

#table2
{
border-collapse:collapse;
background-color:#fff;
margin: 3px 3px 3px 3px;
border: 0px solid #fff;
}

.th3, .td3
{
border: 1px solid #bbb;
text-align:left;
}

th, td {
    border: 1px solid #aaa;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

h1, h2 {text-align:center; color: #060}
h3 {color: #555;}

.style33 {color: #663300}
.style28 {font-size: 12px}
.style55 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #006600; }

.i1 {
border-radius: 9px;
border: 0px solid;
box-shadow: 10px 10px 5px #888;
margin: 8px 8px 8px 8px;
border: 1px solid black;
width: 90%;
max-width: 400px;
height: auto;
}

.i2 {
    border-radius: 9px;
    box-shadow: 10px 10px 5px #888, 0px 0px 20px #aaa;
    margin: 8px 8px 8px 8px;
    border: 1px solid black;
}

.i3 {
border-radius: 9px;
}

.ct {
font: normal 14pt "Times New Roman", Times, serif;
text-align: left;
margin:0px 10px 0px 10px;
}

.cx {
font: normal 11pt "Times New Roman", Times, serif;
text-align: left;
margin:0px 10px 0px 10px;
}

#test {
	max-width: 800px;
}
