table.sortable {
  width:507px;
  margin:0 auto;
	border-collapse: collapse;
}
table.sortable td,
table.sortable th {
	padding:3px 6px;
	border: 1px solid #ccc;
  font-size:11px;
}
table.sortable thead,
table.sortable tfoot {
	background-color: #083491;
  color:#ccc;
}
table.sortable tr {
  vertical-align:top;
}
table.sortable tr.rowodd {
	background-color: #fff;
}
table.sortable tr.roweven {
	background-color: #fff;
}
table.sortable tr.highlight {
	background-color: #d4efff;
}
table.sortable .sortcol {
	cursor: pointer;
  padding-right: 12px;
	background-repeat: no-repeat;
	background-position: 96% center;
}
table.sortable .sortasc {
  color:#f00;
	background-color: #083491;
	background-image: url(/images/sort_up.gif);
}
table.sortable .sortdesc {
  color:#f00;
	background-color: #083491;
	background-image: url(/images/sort_dn.gif);
}
table.sortable .nosort {
	cursor: default;
}
table.sortable .caption {
	color:#c00;
}

