﻿/* ///////////////////////////////////////////////////////////////////////
CSS 'Just Divs - XHTML' tables.css
Copyright 2006 by Roger Ledergerber - www.csspixels.com
IMPORTANT:
The Design and CSS are NOT templates.
You may NOT use JPG, GIF, HTML, JavaScript and CSS files.
You may NOT reproduce them elsewhere without permission.
/////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////
Tables
/////////////////////////////////////// */
div.table-container {text-align:center;margin:0 12px 0.5em 12px;padding:0;width:auto;/*color:#000;background-color:#e1e1e1;background:url("../IMG_YSS/bgleftshock.jpg") repeat-y top left;border:solid #333 1px;*/}
div.table-container70 {text-align:center;margin:0 15% 0.5em 15%;padding:0;width:auto;border:solid #333 1px;/**/}
div.table-container625 {text-align:center;margin:0 15% 0.5em 15%;padding:0;width:625px;border:solid #333 1px;/**/}

/* ///////////////////////////////////////
Table Rows
/////////////////////////////////////// */
div.table-row {text-align:center;margin-top:0;margin-right:auto;margin-bottom:0;margin-left:auto;padding:0;width:96%;/*border:solid #000 1px;*/}

/* ///////////////////////////////////////
Table Cells
/////////////////////////////////////// */
div.left-table-cell270 {float:left;border:none;margin:0;padding:0;width:32%;/*background: yellow;36%*/}
div.left-table-cell {float:left;border:none;margin:0;padding:0;width:16%;/*background: red;*/}
div.right-table-cell {float:left;border:none;margin:0;padding:0;width:16%;/*background: green;*/}
div.left-table-cell-30 {float:left;border:none;margin:0;padding:0;width:33%;/*background: red;*/}
div.right-table-cell-30 {float:left;border:none;margin:0;padding:0;width:33%;/*background: green;34%*/}
div.left-table-cell-70 {float:left;border:none;margin:0;padding:0;width:70%;/*background: green;70%*/}
div.left-table-cell-100 {float:left;border:none;margin:0;padding:0;width:100%;/*background: green;*/}

/* ///////////////////////////////////////
Clear Cell Floats
/////////////////////////////////////// */
div.clear-line {clear:both;margin:0;padding:0;width:auto;}

/* ///////////////////////////////////////
Table Captions
/////////////////////////////////////// */
h4.table-caption {font-family:sans-serif;font-size:1em;font-style:italic;font-weight:bold;text-align:center;margin:0;padding:0.3em;width:auto;/*color:#33c;background:#e1e1e1;*/}
div.table-caption {text-align:center;margin:0;padding:0;width:auto;/*color:#33c;background:#e1e1e1;*/}

/* ///////////////////////////////////////
Column Headers
/////////////////////////////////////// */
h5.column-header270 {font-family:verdana,sans-serif;font-size:10px;font-style:italic;font-weight:normal;text-align:center;margin:0;padding:0.3em 0.3em 3px 0.3em;width:auto;/*color:#933;background-color:#ffc;*/}
h5.column-header {color:#933;background-color:#e1e1e1;font-family:verdana,sans-serif;font-size:9px;font-style:italic;font-weight:normal;text-align:center;margin:0;padding:0.3em 0.3em 3px 0.3em;width:auto;}
h5.column-header a:active, h5.column-header a:visited {color:#f33;background-color:#e1e1e1;}

/* ///////////////////////////////////////
Table Cell Contents
/////////////////////////////////////// */
div.text-content270 {font-size:1em;font-style:normal;text-align:center;border:none;margin:0;padding:0;width:auto;/*36%*/}
p.text-content {font-size:1em;font-style:normal;text-align:center;border:none;margin:0;padding:0;width:auto;/*16%*/}