/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  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; 
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #167BBE /*{a-bar-background-start}*/), to( #074A77 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#167BBE /*{a-bar-background-start}*/, #074A77 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#167BBE /*{a-bar-background-start}*/, #074A77/*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#167BBE /*{a-bar-background-start}*/, #074A77/*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#167BBE /*{a-bar-background-start}*/, #074A77/*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#167BBE /*{a-bar-background-start}*/, #074A77/*{a-bar-background-end}*/);
}
thead th {		 }
  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; }

