/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

body {
  background: #000000; align: center;
}

DIV.banner {
  border: none; float: left; margin: 10px; padding: 0px;
  vertical-align:middle;
}

DIV.base-layer {
  background: none #000000; border: #000000;
  margin: 0.5em 12px 0.5em 12px; padding: 0px; text-align: center; width: 900px;
}


DIV.table-rowg {
  background: none #1b1a06; border: solid #000000 1px; color: #FFFFFF;
  margin-top: 0; margin-right: 0px; margin-bottom: 0; margin-left: 0px;
  padding: 0; text-align: left; width: 880px;
}

DIV.table-rowb {
  background: none #000000; border: solid #000000 1px; color: #FFFF00;
  margin-top: 0; margin-right: 0px; margin-bottom: 0; margin-left: 0px;
  padding: 0; text-align: left; width: 880px;
}

/* Style rules for the 3 x 2 table example */

DIV.left-container2 {
  border: none; float: left; margin: 0px; padding: 0px; width: 160px;
  vertical-align:middle;
}

DIV.right-container2 {
  border: none; float: right; margin: 0px; padding: 0px; width: 600px;
  vertical-align:middle;
}

DIV.microsoftsux {
  border: none; float: left; margin: 0px; padding: 0px; width: 160px;
  vertical-align:middle;
}

/* Rules in detail that is used to suggest rendering for the */
/* Nobel price winner table example. I still use some of the */
/* generic rules as found above and below, but still..       */

DIV.left-container13 {
  border: none; float: left; margin: 0; padding: 0; width: 20%;
}

DIV.left-container23 {
  border: none; float: left; margin: 0; padding: 0; width: 35%;
}

DIV.right-container13 {
  border: none; float: right; margin: 0; padding: 0; width: 45%;
}

/* Rules in detail that is used to suggest rendering for the  10 by 5 int. */
/* product table example. I still use some of the generic rules as found   */
/* above and below, but still..                                            */

DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}

DIV.right-layer11 {
  border: none; float: right; margin: 0; padding: 0; width: 10%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

/* Some rules for captions, headers and running text */

/* FFCC00 */
H4.table-caption {
  background: transparent; color: #FFA000; font-family: sans-serif;
  font-size: 2em; font-style: italic; font-weight: bold; margin: 0;
  padding: 0.3em; text-align: center; width: auto;
}

H5.colhdr {
  background: none #ffffcc; border: solid #3333cc 1px; color: #993333;
  font-family: sans-serif; font-size: 1em; font-style: italic;
  font-weight: normal; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  text-align: center; width: auto;
}

P.text {
  border: solid #3333cc 1px; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  font-style: normal; font-size: 1em; text-align: center; text-indent: 0;
  width: auto;
}

/* End of layer specific style rule set */

