/* CSS Document Div based Table Css */
/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

.div_table {
  background: none color: #000000; 
  margin: 0.5em 12px 0.5em 12px; padding: 0; text-align: center; width: auto;
  margin-left:100px;;
}

.div_row {
float:none;
  background: none ;color: #000000;
  margin-top: 0; margin-right: auto; margin-bottom: 10px; margin-left: auto;
  padding: 0; text-align:left;font-family:Verdana, Arial, Helvetica, sans-serif; width: 96%;
height:35px;
}
.div_row_textarea {
float:none;
  background: none ;color: #000000;
  margin-top: 0; margin-right: auto; margin-bottom: 10px; margin-left: auto;
  padding: 0; text-align:left;font-family:Verdana, Arial, Helvetica, sans-serif; width: 96%;

}

/* Style rules for the 3 x 2 table example */

.div_left-column {
  border: none; float: left; font-size:16px; margin: 0; padding: 0; width:40%; text-align:left; height:30px;
}

.div_right-column {
  border: none; float:left; margin: 0; width: 50%; height:30px;
}



/* 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..                                            */



/* Some rules for captions, headers and running text */

.div_table-caption {
  background: transparent; color: #3333cc; 
  font-size: 1em; font-style: italic; font-weight: bold; margin: 0;
  padding: 0.3em; text-align: center; width: auto;
}

.div_colheader {
  background: none #ffffcc; border: solid #3333cc 1px; color: #993333;
   font-size: 1em; font-style: italic;
  font-weight: normal; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  text-align: center; width: auto;
}

.div_table_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 */


