/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

DIV.base-layer {
  background: none #FFF; border: solid #CCCCCC 1px; color: #000000;
  margin: 0.5em 12px 0.5em 12px; padding: 0; text-align: center; width: 90%;
}

DIV#table-site {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color : #FFFFFF;	
	width: 50em;
}


/* Style rules for the 3 x 2 table example */

DIV.left-container0 {
  border: none; float: left; margin: 0; padding: 3px; width: 79%; 
}

DIV.left-container1 {
  border: none; float: left; margin: 0; padding: 0px; width: 22%;
}


DIV.left-container2 {
  border: none; float: left; margin: 0; padding: 0px; width: 50%;
}

DIV.left-container3 {
  border: none; float: left; margin: 0; padding: 0px; width: 27%;
}

DIV.left-container4 {
  border: none; float: left; margin: 0; padding: 0px; width: 50%;
}

DIV.left-container0 {
  border: none; float: left; margin: 0; padding: 3px; width: 100%; 
}

DIV.right-container1 {
  border: none; float: right; margin: 0; padding: 3px; width: 25%;
}

DIV.right-container2 {
  border: none; float: right; margin: 0; padding: 3px; 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-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 */

H4.table-caption {
  background: transparent; color: #000; font-family: sans-serif;
  font-size: 1em; font-style: normal; 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 {
  margin: 0;   
  font-weight: bold;
  font-size: 1em; 
  text-align: center; 
  text-indent: 0;
  width: auto;  	
}

/* End of layer specific style rule set */
