/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.alternate_rows {
	border-spacing: 0;
	border: 0px solid #000;
	border-collapse: collapse;
}
table.alternate_rows th, table.alternate_rows td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #fff;
}
table.alternate_rows th {
	border-width: 0px 0px 0px 0px;
	background-color: #ffff99;
}
table.alternate_rows td {
	border-width: 0px 0px 0px 0px;
}
table.alternate_rows tr.odd td {
	background-color: #ffff99;
}
table.alternate_rows tr.even td {
	background-color: #fff;
}
table.alternate_rows tr.sortbottom td {
	border-top: 0px solid #444;
	background-color: #ffff99;
	font-weight: bold;
}
