<!--
* {
    font-family: inherit;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: left;
    color: inherit;
}
#loading {
   filter: alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
/* headings */
h1, h2 {
    font-weight: normal;
    color: #003;
    margin: 5px;
    margin-top: 10px;
}
h1 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 3px;
}
h2 {
    font-size: 16px;
    font-weight: normal;
    color: #89a;
}
h2.obvious {
   color: #003;
   margin: 20px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
}
h4 {
    color: inherit;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}
h5 {
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px;
}
h3.news {
    margin-top: 0px;
}
h4.news {
    font-size: 10px;
    font-weight: normal;
    margin-top: 10px;
}
h3.acronym {
    margin-top: 0px;
    text-transform: none;
}
/* em tag */
em {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    color: inherit;
}
/* paragraphs */
p {
    font-size: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
p.noheading {
    font-size: inherit;
    margin: 0px;
    margin-bottom: 5px;
}
p.note {
    font-size: 12px;
    padding-left: 70px;
    padding-right: 70px;
}
p.caution, div.caution {
    font-size: inherit;
    font-weight: normal;
    color: #300;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fcc;
}
p.definition {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
}
p.edc {
    color: #557;
    letter-spacing: +5.2px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-left: 7px;
    text-align: left; 
    font-size: 11px; 
    font-weight: bold;
    text-decoration: overline;
    text-transform: uppercase; 
    width: auto;
}
p.date {
    font-weight: bold;
    display: inline;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
p.report {
    font-weight: bold;
    font-size: 11px;
    color: #300;
    margin: 0px;
    padding: 0px;
}
/* unassigned classes */
.asterisk {
    color: #600;
    font-size: 24px;
    font-weight: bold;
}
.or {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.branch {
    position: relative;
    clear: left;
}
.pseudonym {
    color: red;
}
.expand {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
}
.showHide {
    background-color: transparent;
    margin: 2px;
    border: 0px;
    padding: 0px;
}
.check {
    margin-bottom: 3px;
}
.completed {
   color: #669;
   border: 1px solid #99c;
   background-color: #eee;
   padding: 2px;
   padding-left: 5px;
   padding-right: 5px;
   margin-left: 5px;
}
.quote {
   font-weight: bold;
   font-style: italic;
}
span.latin {
   color: #900;
   font-style: italic;
   font-weight: bold;
}
a.gmap {
   margin: 1px;
   padding: 1px;
   border-width: 1px;
   border-style: solid;
}
a.gmap:link, a.gmap:visited {
   border-color: #ccc;
}
a.gmap:hover, a.gmap:active {
   border-color: #003;
}
a.latin:link, a.latin:visited {
   color: #600;
   font-style: italic;
   font-size: normal;
   text-decoration: none;
}
a.latin:hover, a.latin:active {
   color: #c33;
   font-style: italic;
   font-size: normal;
   text-decoration: underline;
}
/* multiple */
ul.explanation, p.explanation, table.explanation, div.explanation {
    font-size: inherit;
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
}
/* table formatting */
table {
    border: 0px;
    text-align: left;
    margin-left: 3px;
}
th {
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: bold;
    font-size: 11px;
    padding: 1px;
}
th.left {
    width: 120px;
    padding: 3px;
}
td {
    font-weight: normal;
    text-align: inherit;
    padding: 3px;
}
table.options {
    border-style: solid; 
    border-width: 1px; 
    border-color: #99c; 
    padding: 5px; 
    background-image: url("./images/paleblock2-background.gif");
    background-position: left top;
    margin: 5px;
    margin-bottom: 10px;
}
th.day {
    text-align: center;
    width: 40px;
}
td.day {
    text-align: center;
    color: white;
    width: 40px;
    background-color: #679;
}
td.today {
    text-align: center;
    color: #336;
    background-color: white;
    font-weight: bold;
}
td.select {
    text-align: center;
    color: white;
    background-color: #336;
    font-weight: bold;
}
tr.tableRecord {
    font-weight: normal;
    color: white;
    background-color: #679;
    padding: 0px;
}
td.tableRecord {
    font-weight: inherit;
    color: white;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
tr.select {
    background-color: #336;
    font-weight: bold;
}
td.explanation {
    text-align: center;
}


table.gsquare {
	padding: 10px;
	text-align:center;
}
td.gsquare {
    padding: 0px;
	border: 1px solid #036;
	color: #003;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
}
table.lined, td.lined, th.lined {
   border: 1px solid #ccc;
   text-transform: none;
}
/* img tag */
img.logos {
    height: 90px;
    width: auto;
}
img.news {
    height: auto;
    width: 140px;
    padding: 0px;
    border: solid #99c 2px;
    display: inline;
    margin-right: 5px;
}
img.acronyms {
    float: right;
    height: auto;
    width: auto;
    padding: 0px;
    border: solid #fff 0px;
    display: inline;
    margin-right: 5px;
}
img.banner {
    position: relative;
    top: 0px; 
    left: 0px;
    height: 110px;
    width: auto;
    outline: none;
    margin: 0px;
    padding: 0px;
    border-width: 5px;
    border-left-width: 0px;
    border-right-width: 10px;
    border-style: solid;
    border-color: white;
    vertical-align: top;  
}
img.srthumb {
   float: right;
   width: 140px;
   height: auto;
   padding: 2px;
   border: 1px solid #003;
   background-color: white;
}
img.thumbnail {
   height: 70px;
   width: auto;
   margin:0;
   padding:0;
}
/* inputs buttons selects text areas */
button.calendar {
    width: 35px;
    padding: 2px;
    margin: 1px;
}
input.radio {
    margin: 5px;
}
input, select {
    text-align: center;
    border: 2px #669 solid;
    background-color: #bcd;
    color: #336;
    margin-right: 5px;
    padding: 1px;
}
button, input.button, p.pseudoButton {
    text-transform: uppercase;
    text-align: center;
    text-indent: 0px;
    font-size: 10px;
    font-weight: bold;
    border: 2px #669 solid;
    background-color: #bcd;
    padding: 5px;
    margin: 3px;
    margin-bottom: 0;
    color: #336;
    display: inline;
    cursor: pointer;
}
p.pseudoButton {
   padding: 6px;
}
button:hover, button.over {
    border: 2px #336 solid;
    background-color: #fff;
    color: #006;
}
button.disabled {
   text-transform: uppercase;
   text-align: center;
   text-indent: 0px;
   font-size: 10px;
   font-weight: bold;
   border: #666 2px solid;
   background-color: #ccc;
   color: #666; 
   padding: 5px;
   margin: 3px;
}
button.disabled:hover {
   border: #666 2px solid;
   background-color: #ccc;
   color: #666; 
}

.search button:hover, input.button:hover, p.pseudoButton:hover {
    text-transform: uppercase;
    text-indent: 0px;
    font-size: 10px;
    border: 2px #336 solid;
    background-color: #fff;
    color: #006;
    display: inline;
    cursor: pointer;
}
button.zoom {
	font-size: 10px; 
	font-weight: normal;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	/*width: 80px;*/
}
button.pan {
   padding: 0px;
   padding-top: 1px;
	padding-bottom: 1px;
}
button.tool {
   padding: 0px;
   padding-top: 1px;
	padding-bottom: 1px;
}
button.active {
    background-color: #eff; 
    color: #003;
}
table button {
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
}
button.bsk {
   opacity: 0.5;
   width:40px; 
   height:30px;
   margin-left: 7px; 
   margin-bottom: 0px; 
   display: block;
}
button.bsk:hover {
   opacity: 1;
}
select {
    text-align: left;
    width: 130px;
    text-transform: uppercase;
    font-size: 10px;
}
input.cbox {
    padding: 0px;
    margin: 5px;
    border: 0px;
    background-color: white;
}
textarea,input.text,select.text {
   font-family: Helvetica, sans-serif;
   border: 1px #000 solid;
   background-color: #fff;
   color: #003;
   margin-left: 5px;
   padding: 2px;
   padding-left: 5px;
   text-align: left;
}
input.grid {
   border: 1px #000 solid;
   background-color: #fff;
   color: #003;
   margin-left: 5px;
   padding: 2px;
   padding-left: 5px;
   text-align: left;
   width: 60px;
}
input.date {
    font-family: Helvetica, sans-serif;
    width: 70px;
    border: 1px #000 solid;
    background-color: #fff;
    color: #003;
    margin-left: 5px;
    padding: 2px;
    padding-left: 5px;
    text-align: left;
}
option.text {
    font-family: Helvetica, sans-serif;
    background-color: #fff;
    color: #003;
    padding: 2px;
    padding-left: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
}
select#layers {
   width: 450px;
}
textarea.meta {
   width: 400px;
   height: 40px;
}
 
input.disabled {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    border: 1px #ccc solid;
    background-color: #ffc;
    color: #99c;
    margin-left: 5px;
    padding: 2px;
    padding-left: 5px;
    text-align: left;    
}
textarea {
    width: 98%;
}
input.link {
    text-align: left;
    color: #336;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    border: 0;
    margin-left: 5px;
    background-color: transparent;
}
input.link:hover { color: #003; }
img.traffic {
   border: none;
   width: 20px;
   height: 20px;
   background-color: #f66;
}
/* lists */
li {
    list-style-type: none;
    vertical-align: top;
}
ul.text, ol.text {
    font-size: inherit;
    margin: 10px;
    margin-left: 40px; 
    margin-right: 30px;
}
li.text {
    list-style-type: square;
    font-size: inherit;
    font-weight: normal;
    padding: 2px;
    padding-left: 10px;
}
li.number {
    list-style-type: decimal;
    font-size: inherit;
    font-weight: bold;
    list-style-position: inside;
    padding: 2px;
    padding-left: 10px;
    padding-top: 4px;
    border: 1px solid transparent;
    margin: 1px;
    vertical-align: middle;
}
li.number:hover {
    list-style-type: decimal;
    font-size: inherit;
    font-weight: bold;
    list-style-position: inside;
    padding: 2px;
    padding-left: 10px;
    padding-top: 4px;
    border: 1px solid #003;
    background-color: #fff;
    margin: 1px;
    vertical-align: middle;
}
li.nav {
    list-style-type: square;
    list-style-position: inside;
    padding: 2px;
    padding-left: 10px;
    padding-top: 4px;
    border: 1px solid transparent;
    margin: 1px;
    vertical-align: middle;
}
li.nav:hover {
    list-style-type: square;
    list-style-position: inside;
    padding: 2px;
    padding-left: 10px;
    padding-top: 4px;
    border: 1px solid #003;
    background-color: #fff;
    margin: 1px;
    vertical-align: middle;
}
ul.related {
    display: inline;
}
li.related {
    list-style-type: square;
    margin-left: 5px;
    width: 80px;
    display: inline;
}
li.related:before {
	content: "\0020 \0020 \0020 \00D7 \0020";
}
ul.links {
    margin-top: 20px;
}
/*
li.related:after {
	content: "\0020 \0020 \0020 \00BB \0020";
}
*/
li.explanation {
    font-size: 11px;
}
div.navsection li {
    color: #999;
}
/* links */
a {
    text-align: left;
    color: #336;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 0;
    margin-left: 0px;
    background-color: transparent;
}
a.current   { color: #003; }
a:link      { color: #336; }
a:visited   { color: #336; }
a:hover     { color: #003;text-decoration:underline; }
a:active    { color: #003; }
a.anchor    { height: 0px; }
a.visibleAnchor {
    font-size: 16px;
    font-weight: bold;
    color: #003;
    margin-left: 1px;
    display: block;
    text-transform: uppercase;
}
a.alphabetAnchor {
    font-size: 11px;
    font-weight: bold;
    margin-left: 4px;
    display: inline;
    text-transform: uppercase;
}
a.tlink:link {font-weight: bold;color: white;}
a.tlink:visited {font-weight: bold;color: white;}
a.tlink:active {font-weight: bold;color: white;}
a.tlink:hover {font-weight: bold;color: white;text-decoration:underline;}
a.thumbnail { 
   margin: 0;
   padding: 0;
}
div#legendTitle {
   font-size: smaller;
   width: 170px;
}
img#legendImage {
   border: 1px solid #99c;
   padding: 5px;
}
img.fp {
   margin: 5px;
   border: 1px solid #003;
   background-color: #ffc;
   padding: 5px;
   width: 200px;
   height: auto;
}
*[disabled='disabled'] {
   font-family: Arial;
   text-decoration: none;
}
-->
