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

HTML {
  height: 100% ;
}
BODY {
  height: 100% ;
  margin: 0px ;
  padding: 0px ;
  font-family: "Arial", "Helv", "Helvetica", "sans-serif" ;
  color: #000000 ;
  background: #FFEFDE ;
}
P {
  text-align: justify ;
}
IMG {
  padding: 0px ;
  border-style: none ;
}
FORM {
  margin: 0px ;
}

/* logo table */
TABLE.logo {
  height: 157px ;
  width: 100% ;
  margin: 0px ;
  padding: 0px ;
}
TABLE.logo TD.l {
  background: url(../images.site/logo_left_bg.gif) top left no-repeat ;
}
TABLE.logo TD.c {
  width: 99% ;
  text-align: center ;
  vertical-align: top ;
  background: url(../images.site/logo_bg.gif) top left repeat-x ;
}
TABLE.logo TD.c IMG {
  margin: 0px 0px 0px 0px ;
  border-style: none ;
}

/* Main layout TABLE and global TD layout. */
TABLE.sys-main {
  width: 100% ;
  margin: 0px ;
}
TABLE.sys-main TD {
  padding: 0px 0px 0px 0px ;
  border-style: none ; /* usually only set for testing/debugging */
  border-width: 1px ;
  border-color: #0000ff ;
}

/* main menu cell */
TABLE.sys-main TD.menu {
  width: 1% ;
  padding: 0px 0px 0px 0px ;
  vertical-align: top ;
  background: url(../images.site/menu_bg.gif) top left repeat-y ;
}
TABLE.sys-main TD.menu-vert {
  width: 12px ;
  padding: 0px 0px 0px 0px ;
  background: url(../images.site/menu_vert_bg.gif) top left no-repeat ;
}

/*
   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: 20px 20px 20px 10px ;
  vertical-align: top ;
}

/* START copyright */
TABLE.sys-main TD.copyright {
  height: 1px ;
  margin: 0px 0px 0px 0px ;
  padding: 8px 5px 8px 5px ;
  background: #ffffe7 ;
  font-size: 12px ;
  font-weight: normal ;
  color: #999999 ;
  text-align: center ;
  vertical-align: top ;
  white-space: nowrap ;
  border-style: solid ;
  border-width: 1px 0px 0px 0px ;
  border-color: #B5DEF7 ;
  background: url(../images.site/menu_bg.gif) top left repeat-y ;
}
TABLE.sys-main TD.copyright IMG {
  margin: 0px 0px -4px 0px ;
  border-style: none ;
}
/* END copyright */

/* START miscellaneous */
SPAN.error {
  padding: 2px 5px 2px 5px ;
  font-weight: bold ;
  color: #ffffe7 ;
  background: #cc0000 ;
}
TD.topofpagebg {
  background: #ffffe7 url(../images.site/menu_bg.gif) top left repeat-y ;
}
DIV.topofpage {
  padding: 2px 0px 5px 10px ;
  font-size: 75% ;
  color: #999999 ;
  text-align: left ;
}
/* END miscellaneous */
/* START PSCDS */
TABLE.cds-info {
  width: 100% ;
  margin-bottom: 1px ;
  background: #00bbaa ;
  font-size: 12px ;
  color: #ffffe7 ;
}
TABLE.cds-info TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.cds-info TD.note {
  padding: 1px 5px 2px 0px ;
}
TABLE.cds-warning {
  width: 100% ;
  margin-bottom: 1px ;
  background:#E9890D;
  font-size: 12px ;
  color: #ffffe7 ;
}
TABLE.cds-warning TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.cds-warning TD.note {
  padding: 1px 5px 2px 0px ;
}
TABLE.cds-error {
  width: 100% ;
  margin-bottom: 1px ;
  background:#ff5500;
  font-size: 12px ;
  color: #ffffe7 ;
}
TABLE.cds-error TD.heading {
  width: 1px ;
  padding: 1px 5px 2px 5px ;
  font-weight: bold ;
  vertical-align: top ;
}
TABLE.cds-error TD.note {
  padding: 1px 5px 2px 0px ;
}
/* END PSCDS */

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: #ffffe7 ;
  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: #ffffe7 ;
  background: #000000 ;
}
.const-type {
  font-style: italic ;
  color: #6666ff ;
}
/* END debug/var collection */
