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