/* CSS SUBPAGES*/
/* +++++++++++++ PNG FIX FOR IE 5.5 & 6 ++++++++++++++*/
/*img, div, a{ behavior: url(iepngfix.htc);*/

DIV.base-layer {
  background: none #45799e; 
  border: solid #000 1px; 
  color: #000000;
  margin: 0em 12px 1em 12px; 
  padding: 0; 
  text-align: center; 
  width: auto;
}

DIV.table-row {
  background: none #FFF; 
  border-left: solid #CCC 1px; 
  border-right: solid #CCC 1px; 
  border-bottom: solid #CCC 1px; 
  color: #000000;
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: center; 
  width: 98%;
}

/* Style rules for the 3 x 2 table example */

DIV.left-container2 {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 50%;
}

DIV.right-container2 {
  border: none; 
  float: right; 
  margin: 0; 
  padding: 0; 
  width: 50%;
}

/* 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-container {
  border: none; 
  float: left; 
  margin: 0; 
  padding-top: 0; 
  width: 33.3%;
  vertical-align:20;
}

DIV.middle-container {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 33.3%;
  vertical-align:baseline;
}

DIV.right-container {
  border: none; 
  float: right; 
  margin: 0; 
  padding: 0; 
  width: 33.3%;
  vertical-align:-100%;
}

/* 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 */

H4.table-caption {
  background: transparent; 
  color: #FFF; 
  font-family: sans-serif;
  font-size: 1.25em; 
  font-style: italic; 
  font-weight: bold; 
  margin: 0;
  padding: 0.3em; 
  padding-left: 1em;
  text-align: left; 
  width: auto;
}

H5.table-caption {
  background: transparent; 
  color: #FFF; 
  font-family: sans-serif;
  font-size: 1.25em; 
  font-style: italic; 
  font-weight: bold; 
  margin: 0;
  padding: 0.3em; 
  padding-left: 1em;
  padding-top: 1em;
  text-align: center; 
  width: auto;
}

H5.colhdr {
  background: none #FFF; 
  border: solid #3333cc 0px; 
  color: #000;
  font-family: sans-serif; 
  font-size: 1em; 
  font-style: italic;
  font-weight: bold; 
  margin: 0; 
  padding: 0.3em 0.3em 0 0.3em;
  text-align: center; 
  width: auto;
}

P {
  border: solid #3333cc 0px; 
  margin: 0; 
  padding: 0.3em 0.3em 0 0.3em;
  font-style: normal; 
  font-size: .85em; 
  text-align: center; 
  text-indent: 0;
  width: auto;
  line-height:1em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
