/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  tables.css
  * Table format
  * Version: 	4.0 (2009/12/29)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*---------------------------------------------------------------
  Default 
---------------------------------------------------------------*/

table { 		width: 100%; margin-bottom: 15px; border: 1px solid #C0C0C0; padding: 2px; background: #ffffff; }
  table.simple { border: 0px; padding: 0; } 

th {			font-weight: bold; background: #167BBE; color: #ffffff; }
thead th {		 }
  #content th a {		font-weight: bold; color: #ffffff; text-decoration: none; }

th, td, 
caption {		padding: 4px 10px 4px 5px; border-bottom: 1px solid #eeeeee; }

  table.simple th,
  table.simple td,
  table.simple caption { padding: 2px 5px 2px 5px; border-bottom: 0; }

td.even {		 background: #e5ecf9; }
tfoot {			font-style: italic; }
caption {		background: #eeeeee; }

