Index: trunk/web-app/css/main.css
===================================================================
--- trunk/web-app/css/main.css	(revision 142)
+++ trunk/web-app/css/main.css	(revision 155)
@@ -279,6 +279,6 @@
 
 .paginateButtons {
-    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
-    border: 1px solid #ccc;
+    /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/
+   /*border: 1px solid #ccc;*/
     border-top: 0;
     color: #666;
@@ -379,4 +379,26 @@
   width: 1020px;
   height: 100px;
+}
+
+/* Overlay Pane and filterPane plugin*/
+div.overlayPane {
+    position: absolute;
+    width:70%;
+    left: 50%;
+    margin-left: -35%;
+    top: 50%;
+    margin-top: -15%;
+    border: 2px solid #666666;
+    background-color: white;
+    padding: 5px;
+    z-index: 1;
+}
+
+.overlayTable {
+    width: 100%;
+}
+
+a.remove img {
+    border:none;
 }
 
