/* 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 ;
}
IMG {
  padding: 0px ;
  border-style: none ;
}
FORM {
  margin: 0px ;
}

/* Main layout TABLE and global TD layout. */
DIV.logo {
  margin: 0px 0px 10px 0px ;
  padding: 3px 15px 3px 15px ;
  border-style: solid ; /* usually only set for testing/debugging */
  border-width: 0px 0px 1px 0px ;
  border-color: #0000ff ;
}
TABLE.sys-main {
  width: 100% ;
  margin: 0px ;
}
TABLE.sys-main TD {
  padding: 0px ;
  border-style: none ; /* usually only set for testing/debugging */
  border-width: 1px ;
  border-color: #0000ff ;
}
TABLE.sys-main TD.logo {
  width: 99% ;
  text-align: center ;
  vertical-align: middle ;
  background: #ffffff ;
}

/* main menu cell */
TABLE.sys-main TD.menu {
  width: 1% ;
  padding: 2px 10px 0px 8px ;
  vertical-align: top ;
  background: #ffffff ;
}

/*
   Main cell for variable content.
   Note: This is where all custom content is placed. Refer to this page's .css
         file for its style definitions.
 */
TABLE.sys-main TD.content {
  width: 99% ;
  padding: 12px 25px 10px 25px ;
  vertical-align: top ;
}

/* START copyright */
DIV.copyright {
  padding: 8px 0px 8px 0px ;
  border-style: solid ;
  border-width: 0px 0px 0px 0px ;
  border-color: #ffeeee ;
}
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 ;
}
/* 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 */
