/*Styles used with jquery.js */

/*------------------------------------Striped tables with border lines--------------------------------------*/

table.stripeMe  { border-collapse:collapse;}

.stripeMe td, th{
	padding: 3px 3px 3px 10px;
	text-align: left;
	border: 1px solid #e3cb97;
	font-size: 100%;
}
.stripeMe th{
	background-color: #CAC2A7;
	color: #333333;
	font-size: 100%;
}
tr {
	background-color: #4C4C45
}

tr.alt td {
	background-color: #79786d;
}

td.player {
	background-color: #C9C9C4;
}

tr.alt td.player {
	background-color: #D6D5D1;
}

/*------------------------------------Striped tables with no border lines--------------------------------------*/

table.stripeMeNoLines  { border-collapse:collapse;}
.stripeMeNoLines td, th{
	padding: 3px 3px 3px 10px;
	text-align: left;
	font-size: 75%;
}

.stripeMeNoLines th{
	background-color: #BCCCDF;
	color: #333333;
}


