a img { border:0px; }

table.sortable {
	border-spacing: 0;
	border: 1px solid #BEDFE3;
	border-collapse: collapse;
	
/* 	white-space:nowrap; */
/* 	width:100%; */
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
/* 	width: 100px; */
	border-style: solid;
	border-color: #BEDFE3;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #C0E0E3;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #E6F2F2;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}


a.sortheader:link, a.sortheader:visited {
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color:#293D6B;
}
a.sortheader:hover { 
	text-decoration: underline;
	color: rgb(41, 61, 107);
	white-space: nowrap; 
}
