Index: binary-improvements/webserver/css/style.css
===================================================================
--- binary-improvements/webserver/css/style.css	(revision 274)
+++ binary-improvements/webserver/css/style.css	(revision 279)
@@ -6,5 +6,5 @@
 	margin: 0;
 	padding: 0;
-	background-image: url('/static/img/background.jpg');
+	background-image: url('../img/background.jpg');
 	background-repeat: no-repeat;
 	background-attachment: fixed;
@@ -415,2 +415,38 @@
 
 
+
+
+/*========================================
+-   Player list
+*/
+
+#tab_players {
+	padding: 10px;
+	padding-left: 20px;
+}
+
+.adminplayers .players_tablesorter thead .tablesorter-header {
+	background-image: url('../js/tablesorter/css/images/ice-unsorted.gif');
+	background-position: center right;
+	background-repeat: no-repeat;
+	font-weight: bold;
+}
+
+.adminplayers .players_tablesorter thead .tablesorter-headerDesc {
+	background-image: url('../js/tablesorter/css/images/ice-desc.gif');
+}
+
+.adminplayers .players_tablesorter thead .tablesorter-headerAsc {
+	background-image: url('../js/tablesorter/css/images/ice-asc.gif');
+}
+
+.tablesorter-pager .disabled {
+	opacity: .4;
+	filter: alpha(opacity=40);
+	cursor: default;
+}
+
+.tablesorter-pager img {
+	cursor: pointer;
+}
+
