/* Copyright 2004-2006, Page Step Web and Print Design - www.pagestep.com */

HTML {
  height: 100% ;
  margin: 0px ;
  padding: 0px ;
  background: #ffffff ;
}
BODY {
  margin: 0px ;
  padding: 0px ;
  font-family: "Arial", "Helv", "Helvetica", "sans-serif" ;
  color: #000000 ;
  background: #ffffff ;
  border-style: solid ; /* usually only set for testing/debugging */
  border-width: 0px ;
  border-color: #0000ff ;
}
P {
  text-align: justify ;
}
TD {
  text-align: justify ;
  vertical-align: top ;
}
IMG {
  padding: 0px ;
  border-style: none ;
}
FORM {
  margin: 0px ;
}

/* Main layout TABLE and global TD layout. */
TABLE.main {
  width: 100% ;
  border: solid 0px #ff0000 ;
}
TABLE.main TD.logomenu {
  width: 145px ;
  background: #00a500 ;
}
TABLE.main TABLE {
}
TABLE.main TD.logo1 {
  padding: 10px 0px 0px 0px ;
  text-align: center ;
}
TABLE.main TD.menu {
  padding: 10px 0px 15px 5px ;
}
TABLE.main TD.content {
  padding: 25px ;
}

TABLE.main TD.logo2 {
  padding: 25px 0px 25px 10px ;
  background: #00a500 ;
}

/* START adobe reader box(es) */
TABLE.adobereader {
  width: 100% ;
  margin: 8px 0px 0px 0px ;
  font-size: 80% ;
}
TABLE.adobereader TD {
  padding: 0px ;
  vertical-align: top ;
  text-align: justify ;
}
TABLE.adobereader TD.head {
  width: 1% ;
  padding: 0px 5px 0px 0px ;
  font-weight: bold ;
  white-space: nowrap ;
}
TABLE.adobereader TD.img {
  width: 1% ;
  padding: 0px 0px 0px 5px ;
  vertical-align: middle ;
}
/* END adobe reader box(es) */


/* START copyright */
DIV.copyright {
  padding: 8px 0px 8px 0px ;
  border-style: solid ;
  border-width: 2px 0px 0px 0px ;
  border-color: #00a500 ;
}
DIV.copyright TABLE {
  width: 1% ;
  margin: 0px auto 0px auto ;
}
DIV.copyright TABLE TD.cl {
  font-size: 12px ;
  font-weight: normal ;
  color: #999999 ;
  white-space: nowrap ;
}
DIV.copyright TABLE TD.cr {
  padding-left: 4px ;
}
DIV.copyright TABLE TD.crr {
  padding-left: 20px ;
  font-size: 12px ;
  font-weight: normal ;
  color: #bbbbbb ;
  white-space: nowrap ;
}
DIV.copyright TABLE TD.crr A:link    { color: #bbbbbb ; font-weight: normal ; text-decoration: none ; }
DIV.copyright TABLE TD.crr A:active  { color: #bbbbbb ; font-weight: normal ; text-decoration: none ; }
DIV.copyright TABLE TD.crr A:visited { color: #bbbbbb ; font-weight: normal ; text-decoration: none ; }
DIV.copyright TABLE TD.crr A:hover   { color: #9999bb ; font-weight: normal ; text-decoration: underline ; }
/* END copyright */

/* START miscellaneous */
SPAN.error {
  padding: 2px 5px 2px 5px ;
  font-weight: bold ;
  color: #ffffff ;
  background: #cc0000 ;
}
DIV.topofpage {
  padding: 2px 0px 5px 0px ;
  font-size: 75% ;
  color: #999999 ;
  text-align: left ;
}
/* pagination */
SPAN.pagenav {
  font-size: 85% ;
}
SPAN.pagenav SPAN.onpage {
  text-decoration: underline ;
}
/* END miscellaneous */
/* START PSWIDS */
TABLE.wids-info {
  width: 100% ;
  margin-bottom: 1px ;
  background: #00bbaa ;
  font-size: 12px ;
  color: #ffffff ;
}
TABLE.wids-info TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.wids-info TD.note {
  padding: 1px 5px 2px 0px ;
}
TABLE.wids-warning {
  width: 100% ;
  margin-bottom: 1px ;
  background:#E9890D;
  font-size: 12px ;
  color: #ffffff ;
}
TABLE.wids-warning TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.wids-warning TD.note {
  padding: 1px 5px 2px 0px ;
}
TABLE.wids-error {
  width: 100% ;
  margin-bottom: 1px ;
  background:#ff5500;
  font-size: 12px ;
  color: #ffffff ;
}
TABLE.wids-error TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.wids-error TD.note {
  padding: 1px 5px 2px 0px ;
}
/* END PSWIDS */

DIV.debug-loadtime {
  padding: 0px 0px 2px 6px ;
  font-family: monospace ;
  background: #666666 ;
  font-size: 90% ;
  color: #dddddd ;
}

/* START debug/var collection (gatherSiteVars()) */
.array-head {
  font-weight: bold ;
  font-size: 115% ;
  color: #000099 ;
}
.array-varvalue {
  font-weight: bold ;
  color: #ffffff ;
  background: #000000 ;
}
.array-type {
  color: #990000 ;
}
.array-vartype {
  font-style: italic ;
  color: #6666ff ;
}

.const-head {
  font-weight: bold ;
  font-size: 115% ;
  color: #000099 ;
}
.const-value {
  font-weight: bold ;
  color: #ffffff ;
  background: #000000 ;
}
.const-type {
  font-style: italic ;
  color: #6666ff ;
}
/* END debug/var collection */
