/*
** $Id: color-table.css,v 1.3 2002-02-06 03:25:02 davidw Exp $

** Color styles for tables.

** This had to be separated out because transparent doesn't seem to work
** for table items in Netscape 4.0x. POS. To get transparent background
** table cells, simply don't link this file.

** Why would you want transparent backgrounds when other tables are not?
** You're probably relying on <table> as a layout crutch. How shameful.
** :-)
*/

td {
	    background-color:	#cccca3;
	    color:		#000000;
	}
th,
.highlight {
	    background-color:	#63634f;
	    color:		#cccca3;
	}

th a:link,
.highlight a:link
	/* { color: #bfbf5f;	background-color: transparent; } /**/
	{ color: #cf4f00;	background-color: transparent; } /**/

th a:visited,
.highlight a:visited
	{ color: #9f9f7f;	background-color: transparent; }

th img,
td img
	{ text-align: center;	vertical-align: middle; }


/* Vertical sub-table */
th.vsubtable,
td.vsubtable	{
		    background-color:	#C0C0C0;
		    color:		#000000;
		}

td.subtable,
th.subtable	{
		    background-color:	#C0C0C0;
		    color:		#000000;
		}
