/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
}
table.sortable th, table.sortable td.header {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #444;
	padding: 0px 5px;
	background-image:url(../images/buttons/download_table_title.jpg);
	background-repeat:repeat-x;
	line-height: 40px;
}
table.sortable td {
	border-width: 0px 1px;
}
table.sortable tr.odd td {
	background:#EDEDED;
	font-size:85%;
}
table.sortable tr.even td {
	font-size:85%;
}
table.sortable tr.odd:hover td {
}
table.sortable tr.even:hover td {
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
table.sortable a, table.sortable a:hover{
	text-decoration: none;
}
table.sortable td.dlcell, table.sortable th.dlcell{
	padding: 0px;
}
table.sortable td{
	padding: 0px 3px;
	line-height: 30px;
}
table.sortable th a, table.sortable td.header, table.sortable td.header a {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.05em;
}
