/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border-collapse: collapse;
}
table.sortable th{
	text-align: left;
	padding: 2px 4px 2px 4px;
}

table.sortable td {
	text-align: left;
	padding: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
}

table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #003366;
}

table.sortable th a:link, table.sortable th a:visited, table.sortable th a:active, table.sortable th a:hover{
font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
font-size: 11px; 
line-height:14px;
font-weight: normal; 
color: #FFFFFF; 
text-decoration:none;
text-align: center; 
vertical-align: bottom;
padding-top:10px;
padding-bottom:5px;
}

table.sortable th.unsortable {
font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
font-size: 11px; 
line-height:14px;
font-weight: normal; 
color: #FFFFFF; 
text-decoration:none;
text-align: center; 
vertical-align: bottom;
padding-top:10px;
padding-bottom:5px;	
}



table.sortable td {
	border-width: 1px 1px 0px 1px;
}
/*table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}*/
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
