/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
a { text-decoration: none; }
th a {color: #fff}
table.directory, table.sortable {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: Arial, Helvetica, san-serif; font-size: 10pt; 
}

table.directory th, table.directory td, table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
	border-bottom: 1px solid #ccc; vertical-align: top; padding: 4px 10px;
}
table.directory th, table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #A69F5C;
	color: #A69F5C; font-family: "Arial Black"; text-transform: uppercase; font-size: 10px; letter-spacing: .2em; white-space: nowrap;
}
table.directory td, table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #eee;
}
table.directory tr.odd td {
	background-color: #eee;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.directory tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
