/* General CSS settings */

h1 { font-size: medium;
       font-weight: bold;
       text-align: left
}

h2 { font-size: medium }

#mainpanel { width: 855px;
                     padding: 4px;
                     background-image: url(../images.system/backgrnd.jpg);
}

#bigpanel { width: 900px;
                     padding: 4px;
                     background-image: url(../images.system/backgrnd.jpg);
}

#panelbody { color: #000000;
          background: #C0C0C0;
          background-image: url(../images.system/weave.gif);
}

body { color: #000000;
          background: #C0C0C0;
          background-image: url(../images.system/backgrnd.jpg);
}
        
#textblock { width: 100% }
        
/* Underline for links */
a:link {color: #0000FF; text-decoration: underline; font-style: normal; font-weight: normal }
/* Visited link */
a:visited {color: #000080; text-decoration: underline; font-style: normal; font-weight: normal }
/* Embolden and remove underline for hover */
a:hover {text-decoration: none; font-style: normal; font-weight: bold}

/* Background was #9FA4BD */
table.pageheader {background-color: #767676;  font-size: 14pt; font-style: normal; font-weight: normal}
tr.hseparator {background-color: #FFFFA0;}
/* Background was #9FA4BD */
table.pagefooter {background-color: #767676; font-size: 14pt; font-style: normal; font-weight: normal}

/* Background was #9FA4BD */
table.copyright   {color: #000000; background-color: #767676; font-size: x-small}

/* Navigation bar */
/* Background was #9FA4BD */
table.navbar  {color: #000000; background-color: #999999 }
table.navbar a {color: #0000FF; text-decoration: underline; font-style: normal; font-weight: normal}
table.navbar a:visited {color: #000080; text-decoration: underline; font-style: normal; font-weight: normal }
table.navbar a:hover {text-decoration: none; font-style: normal; font-weight: bold}

table.externallist a { text-decoration: underline; font-style: italic; font-weight: normal }
table.externallist a:hover { text-decoration: none; font-style: italic; font-weight: bold }

tr.externallist a { text-decoration: underline; font-style: italic; font-weight: normal }
tr.externallist a:hover { text-decoration: none; font-style: italic; font-weight: bold }

a.external { text-decoration: underline; font-style: italic; font-weight: normal }
a:hover.external { text-decoration: none; font-style: italic; font-weight: bold }

span.important { color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-size: x-small }
span.osgridref { color: #990000; background-color: transparent; font-weight: bold; font-style: normal; font-size: small }

/* Picture index */
div.index-level1 { color: #000000; background-color: #FFFFFF; text-indent: 1em; border: groove; width: 55%}
div.index-sublevel1 { color: #000000; background-color: #FFFFA0; text-indent: 1em; width: 53%; margin-left: 2% }

div.index-level2 { background-color: #FFFFFF; text-indent: 1em; border: groove; width: 55%; margin-left: 4% }
div.index-sublevel2 { background-color: #FFFFA0; text-indent: 1em; width: 53%; margin-left: 6% }

div.index-level3 { background-color: #FFFFFF; text-indent: 1em;  border: groove; width: 55%; margin-left: 6% }
div.index-sublevel3 { background-color: #FFFFA0; text-indent: 1em;  width: 53%; margin-left: 8% }

div.index-level4 { background-color: #FFFFFF; text-indent: 1em;  border: groove; width: 55%; margin-left: 8% }
div.index-sublevel4 { background-color: #FFFFA0; text-indent: 1em;  width: 53%; margin-left: 10% }

td.linkbody { background-color: #FFFFA0 }
td.credit1 { font-size: small }

td.currentpage {color: #FFFFFF; background-color: #767676; font-size: x-small}

/* img.frame { border-style: solid; border-width: 1; border-color: black } */
