/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.alternate_rows {
	border-spacing: 0;
	border: 1px solid #831D38;
	border-collapse: collapse;
}
table.alternate_rows th, table.alternate_rows td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #961f3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#720d23;
	
}
table.alternate_rows th {
	border-width: 0px 1px 1px 1px;
	background-color: #D74870;
}
table.alternate_rows td {
	border-width: 0px 1px 0px 1px;
	height:25px;
}
table.alternate_rows tr.odd td {
	background-color: #E17795;
}
table.alternate_rows tr.even td {
	background-color: #eb90bf;
}
table.alternate_rows td:nth-child(2) {
    color: #0033FF;
}
table.alternate_rows tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #CC6699;
	
}

