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

HTML {
  height: 100% ;
  margin: 0px ;
  padding: 0px ;
  background: #281E16 ;
}
BODY {
  margin: 0 ;
  padding: 0 ;
  font-family: "Arial", "Helv", "Helvetica", "sans-serif" ;
  font-size: 90% ;
  color: #FFE7AE ;
  background: #281E16 ;
  border-style: solid ; /* usually only set for testing/debugging */
  border-width: 0px ;
  border-color: #FFFFCD ;
}
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.outer {
  width: 980px ;
  margin: 10px auto 10px auto ;
  background-color: #100800 ;
  background-image: url(../images.site/outer_bg.gif) ;
  background-position: 230px 130px ;
  /* position tweaked for IE (see browser-ie.css) */
  background-repeat: repeat-y ;
/*  background-attachment: relative ; */
  border-style: solid ; /* usually only set for testing/debugging */
  border-width: 1px ;
  border-color: #443311 ;
}
DIV.outer2 {
  background: url(../images.site/logo_bg.gif) top left no-repeat ;
}
DIV.logo {
  float: left ;
  width: 230px ;
  vertical-align: top ;
  text-align: left ;
}
TABLE.sys-main {
  width: 750px ;
  height: 100% ;
  margin: 0 ;
  padding: 0 ;
}
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 {
  /*  WARNING: This is very closely tied to menu.css for positioning each
               menu line on top of the menu bg.
   */
  height: 130px ;
  padding: 18px 0px 0px 25px ;
  vertical-align: top ;
  background: url(../images.site/menu_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 {
  padding: 0px 45px 10px 20px ;
  vertical-align: top ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #ff0000 ;
}

DIV.credit {
  margin: 25px 0 5px 0 ;
  padding: 1px 0 2px 0 ;
  font-size: 12px ;
  text-align: center ;
  border-style: solid ;
  border-width: 1px 0px 1px 0px ;
  border-color: #bbbb77 ;
  border-color: #443311 ;
}
/* START copyright */
DIV.copyright {
  padding: 5px 0px 8px 0px ;
  border-style: solid ;
  border-width: 0px 0px 0px 0px ;
  border-color: #bbbb77 ;
  border-color: #666633 ;
}
DIV.copyright TABLE {
  width: 1% ;
  margin: 0px auto 0px auto ;
}
DIV.copyright TABLE TD.cl {
  font-size: 12px ;
  font-weight: normal ;
  color: #8C762A ;
  color: #776644 ;
  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 5px ;
  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 */
