/* OBTIDO A 2009.02.05 EM [http://www.dev-archive.net/articles/table-in-css.html] */
/* ORIGINAL E README ARQUIVADOS EM [X:\RECURSOS\CSS, SKINS E TEMAS\CSS In Table\] */

/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

/*DIV.base-layer {
  background: none;
  border: none #333333 1px;
  color: #000000;
  margin: 0.5em 12px 0.5em 12px;
  padding: 0px;
  text-align: right;
  width: auto;
}

DIV.table-row {
  background: none;
  border: none #000000 1px;
  color: #000000;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0;
  text-align: center;
  width: 96%;
}*/

/* Style rules for the 3 x 2 table example */
DIV.left-container {
    border: none; float: left; margin: 0; padding: 0; width: 49.99%;
}

DIV.right-container {
    border: none; float: right; margin: 0; padding: 0; width: 49.99%;
}

/* RECEPTÁCULO PARA AS DIVS ACIMA - CRIADO POR MIM */
DIV.table-container {
    width: 100%
}
