/* EFFECTS FOR STRIPES.JS */


table.stripes {
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 1em;
	margin-top: 1px;
	background-color: #fff;
}

table.stripes th {
	background: #eee;
	color: #000;
	font-weight: bold;
	padding: .5em .5em .5em 1em;
	text-align: left;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	white-space: nowrap;
}

table.stripes td {
	padding: .5em 0 .5em 1em;
	border: 1px solid #999;
	vertical-align: top;
	font-size: 85%;
}

table.stripes tr.alt td {
	background: #f7edd4; /* Cream */
}

table.stripes tr.over td {
	background: #fed79f; /* 60% Harvest Gold */ /* Light Khaki #e8d3a2*/
}
