/*Here are a number of predefined table styles for your use.
* Some of these could probably be optimized a bit.

Black & White styles*/
TABLE.tables-grid
{
	border-collapse: collapse;
}
TABLE.tables-grid TD
{
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-elegant
{
	border-collapse: collapse;
	border: 3px double #000000;
}
TABLE.tables-elegant TD
{
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-elegant TR.firstrow TD
{
	border-bottom: 2px solid #000000;
}
TABLE.tables-professional
{
	border-collapse: collapse;
	border: 2px solid #000000;
}
TABLE.tables-professional TD
{
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-professional TR.firstrow TD
{
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
}
/*3D styles.  These use '#ddd' for the background, '#eee' for highlight and '#888' for shadow*/
TABLE.tables-3d-effects-1
{
	background: #DDD;
	border-collapse: collapse;
}
TABLE.tables-3d-effects-1 TD
{
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-3d-effects-1 TR.firstrow TD
{
	border-bottom: 1px solid #888;
}
TABLE.tables-3d-effects-1 TD.firstcol
{
	border-right: 1px solid #888;
}
TABLE.tables-3d-effects-1 TR.firstrow TD.firstcol
{
	border: none;
}
TABLE.tables-3d-effects-2
{
	background: #DDD;
	border-collapse: collapse;
}
TABLE.tables-3d-effects-2 TD
{
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-3d-effects-2 TR.firstrow TD, TABLE.tables-3d-effects-2 TR.oddrow TD
{
	border-bottom: 1px solid #888;
}
TABLE.tables-3d-effects-2 TD.firstcol
{
	border-right: 1px solid #888;
}
TABLE.tables-3d-effects-2 TR.evenrow TD
{
	border-bottom: 1px solid #EEE;
}
TABLE.tables-3d-effects-3
{
	background: #DDD;
	border-collapse: collapse;
}
TABLE.tables-3d-effects-3 TD
{
	padding-left: 3px;
	padding-right: 3px;
}
TABLE.tables-3d-effects-3 TR.evenrow TD
{
	border-bottom: 1px solid #EEE;
}
TABLE.tables-3d-effects-3 TR.oddrow TD, TABLE.tables-3d-effects-3 TR.firstrow TD
{
	border-bottom: 1px solid #888;
}
TABLE.tables-3d-effects-3 TR.firstrow TD.evencol, TABLE.tables-3d-effects-3 TR.oddrow TD.evencol
{
	background: #BBB;
}
TABLE.tables-3d-effects-3 TR.evenrow TD.evencol
{
	border-bottom: 1px solid #EEE;
	background: #BBB;
}
TABLE.tables-3d-effects-3 TR.evenrow TD.firstcol, TABLE.tables-3d-effects-3 TR.oddrow TD.firstcol, TABLE.tables-3d-effects-3 TR.firstrow TD.firstcol
{
	background: #FFFFFF;
	border: none;
	border-right: 1px solid #888;
}
/*simple splashes of colour styles.  For no particular reason these use green as the highlight colour
* you can change the highlight to match your site
*/
TABLE.tables-simple
{
	border-top: 3px solid #008000;
	border-bottom: 3px solid #008000;
	border-collapse: collapse;
}
TABLE.tables-simple TD
{
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-simple TR.firstrow TD
{
	border-bottom: 1px solid #008000;
}
/*colour styles.
* Again these colours are coordinated for green.
* These use xxx as a light green xxx as a mid green and xxx as a dark green.
*/
TABLE.tables-colorful
{
	background: #CEC;
	border-collapse: collapse;
	border-bottom: 2px solid #000000;
}
TABLE.tables-colorful TD
{
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-colorful TR.firstrow TD
{
	background: #484;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}
TABLE.tables-colorful-columns
{
	background: #CEC;
	border-collapse: collapse;
	border-bottom: 2px solid #000000;
}
TABLE.tables-colorful-columns TD
{
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.tables-colorful-columns TR.firstrow TD
{
	background: #484;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}
TABLE.tables-colorful-columns TR.firstrow TD.firstcol, TABLE.tables-colorful-columns TR.firstrow TD.oddcol
{
	background: #8B8;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}
TABLE.tables-colorful-columns TR.evenrow TD.evencol, TABLE.tables-colorful-columns TR.oddrow TD.evencol
{
	background: #8B8;
}
TABLE.tables-colorful-list
{
	background: #EEE;
	border-collapse: collapse;
	border-bottom: 2px solid #000000;
}
TABLE.tables-grey-list
{
	background: #EEE;
	border-collapse: collapse;
	border-bottom: 2px solid #B8BDAF;
	border-top: 1px solid #B8BDAF;
	border-left: 1px solid #B8BDAF;
	border-right: 1px solid #B8BDAF;
}
TABLE.tables-colorful-list TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 8.5pt;
}
TABLE.tables-colorful-list TR.firstrow TD
{
	background: #EED top;
	background-image: url(navgreen.png);
	border-bottom: 2px solid #FEDD18;
	color: #FFFFFF;
	font-weight: bold;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
TABLE.tables-colorful-list TR.altfirstrow TD
{
	background: #666;
	/*[disabled]background-image:url(navgreen.png);*/
	border-bottom: 2px solid #191919;
	color: #FFFFFF;
	font-weight: bold;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	height: 25px;
	text-align: left;
	font-size: 8pt;
}
TABLE.tables-grey-list TR.firstrow TD
{
	background: #B8BDAF;
	color: #333333;
	font-weight: bold;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	height: 25px;
}
TABLE.tables-grey-list TR.toprow TD
{
	background: #0A1400;
	color: #FFFFFF;
}
TABLE.tables-grey-list TR.oddrow TD
{
	background: #BD8;
}
TABLE.tables-colorful-list TR.oddrow TD
{
	background: #BD8;
}
TABLE.tables-colorful-list TR.oddrow TD
{
	background: #BD8;
	border-bottom: 1px solid #000000;
}
TABLE.tables-colorful-list TR.altoddrow TD
{
	background: #DDD;
	font-size: 8pt;
}
TABLE.tables-colorful-list TR.specialrow TD
{
	background: #ABF;
	font-size: 8pt;
}
TABLE.tables-colorful-list TR.altevenrow TD
{
	background: #FFF;
	font-size: 8pt;
}
TABLE.tables-colorful-list TR.alttoprow TD
{
	background: #A3A3A3;
	color: #FFFFFF;
	border-bottom: 1px solid #939393;
	font-weight: bold;
	font-size: 8pt;
}
TABLE.tables-colorful-list TR.toprow TD
{
	background: #0A1400;
	color: #FFFFFF;
}
TABLE.tables-colorful-list TR.greyrow TD
{
	color: #FFFFFF;
	background: #B7BFB0;
}
TABLE.tables-grey-list TR.greyrow TD
{
	color: #FFFFFF;
	background: #B9BEB0;
}
TABLE.tables-grey-list tr:nth-child(odd) {
  background-color: #DDEEBB;
}
TABLE.tables-grey-list tr:nth-child(even) {
  background-color: #FFF;
}
TABLE.tables-colorful-list tr:nth-child(odd) {
  background-color: #DDEEBB;
}
TABLE.tables-colorful-list tr:nth-child(even) {
  background-color: #FFF;
}