table.sortable
  { margin-left: auto;
	margin-right: auto;
	border: 1px solid #adadaf;
    background-color: #edf6f5;
    border-collapse: collapse; 
    font-size: 8pt;
	color: #000000;
	width: 100%;
    }
table.sortable td, table.sortable th
  { border: 1px solid #adadaf;
    padding: 4px;
    vertical-align: top;
	}

table.sortable th
  { background-color: #5e9e9e;
	border: 1px solid #adadaf;
	font-size: 8pt;
    font-weight: 600;
    color: #FFFFFF;
 
    }

table.sortable th.sort_header
  {	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	}

tr.odd
  { background-color: #fff;
    }

tr.over td
  { background-color:#dedede;
	}
	
table.sortable thead tr .headerSortUp {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/asc.gif);
}
table.sortable thead tr .headerSortDown {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/desc.gif);
}

table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
background-color: #999;
}


table.sortable2
  { margin-left: auto;
	margin-right: auto;
	border: 1px solid #adadaf;
    background-color: #edf6f5;
    border-collapse: collapse; 
    font-size: 8pt;
	color: #000000;
	width: 100%;
    }
table.sortable2 td, table.sortable2 th
  { border: 1px solid #adadaf;
    padding: 4px;
    vertical-align: top;
	}

table.sortable2 th
  { background-color: #5e9e9e;
	border: 1px solid #adadaf;
	font-size: 8pt;
    font-weight: 600;
    color: #FFFFFF;
 
    }

table.sortable2 th.sort_header
  {	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	}
	
table.sortable2 thead tr .headerSortUp {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/asc.gif);
}
table.sortable2 thead tr .headerSortDown {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/desc.gif);
}

table.sortable2 thead tr .headerSortDown, table.sortable2 thead tr .headerSortUp {
background-color: #999;
}

table.sortable3
  { margin-left: auto;
	margin-right: auto;
	border: 1px solid #adadaf;
    background-color: #edf6f5;
    border-collapse: collapse; 
    font-size: 8pt;
	color: #000000;
	width: 100%;
    }
table.sortable3 td, table.sortable3 th
  { border: 1px solid #adadaf;
    padding: 4px;
    vertical-align: top;
	}

table.sortable3 th
  { background-color: #5e9e9e;
	border: 1px solid #adadaf;
	font-size: 8pt;
    font-weight: 600;
    color: #FFFFFF;
 
    }

table.sortable3 th.sort_header
  {	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	}

	
table.sortable3 thead tr .headerSortUp {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/asc.gif);
}
table.sortable3 thead tr .headerSortDown {
	background-image: url(http://www.ebi.ac.uk/inc/table_sorter/desc.gif);
}

table.sortable3 thead tr .headerSortDown, table.sortable3 thead tr .headerSortUp {
background-color: #999;
}

