/* tables */
#univ-table-01, #univ-table-02, #dissertation-table, table.tablesorter {
	width: 100%;
}
#univ-table-01 thead tr th, #univ-table-02 thead tr th, #dissertation-table thead tr th, #member-table thead tr th,table.tablesorter tfoot tr th {
	background-color: #CFCFCF;
	padding: 4px;
}
#univ-table-01 thead tr .header, #univ-table-02 thead tr .header, #dissertation-table thead tr .header, #member-table thead tr .header, table.tablesorter thead tr .header{
	background:#8C8C67;
    color:#FFFF80;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
    padding:8px 4px;
}
#univ-table-01 tbody td, #univ-table-02 tbody td, #dissertation-table tbody td, #member-table tbody td, table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}

#univ-table-01 tbody tr.odd td, #univ-table-02 tbody tr.odd td, #dissertation-table tbody tr.odd td, #member-table tbody tr.odd td, table.tablesorter tbody tr.odd td {
    background:#D4CEB3;
}

#univ-table-01 thead tr .headerSortUp, #univ-table-02 thead tr .headerSortUp, #dissertation-table thead tr .headerSortUp, #member-table thead tr .headerSortUp, table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
#univ-table-01 thead tr .headerSortDown, #univ-table-02 thead tr .headerSortDown, #dissertation-table thead tr .headerSortDown, #member-table thead tr .headerSortDown, table.tablesorter thead tr .headerSortDown  {
	background-image: url(desc.gif);
}
#univ-table-01 thead tr .headerSortDown, #univ-table-02 thead tr .headerSortDown, #dissertation-table thead tr .headerSortDown, #member-table thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #D38A2D; color: #fff;
}

/* pager section */
div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}
