a img {
	border: 0;
}
table.sortable {
	border-collapse: collapse;
}
table.sortable th a,
table.sortable th {
	border: 0px solid #444000;
	background-color: Gray;
	font: bold 12px Arial;
	white-space: nowrap;
	color : White;
	text-decoration: none;
}

table.sortable td {
   font-size: 11px;
   padding-right: 4px;
}

table.sortable tr.odd td {
	background-color: #F0F8FF;
}

table.sortable tr.even td {
	background-color: white;
}

table.sortable td a.ve {
	padding-left: 4px;
   font-weight: bold;
   white-space: nowrap;
   cursor: pointer;
}

table.sortable td a.lo {
   white-space: nowrap
}

