/* table.css

Author: Travis Fischer
Contact: fisch0920@gmail.com
Began: 7/18/07
Last Update: 7/18/07

*/

/* ------------
 * Table Styles
 * ------------ */

caption { display: none; }

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
   color: #555;
   margin: 8px 0 0;
}

th, td { padding: 4px; }

th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
   font-weight: bold !important;
}

th.tableHeader {
   font-size: 120% !important;
	border-bottom: 2px solid #D4E0EE;
}

th.spec, th.specialRate, th.specAlt {
	border-right: 2px solid #D4E0EE;
}

th.specAlt { background: #EBF1F7; }
