Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 38259)
+++ trunk/ippMonitor/raw/ipp.php	(revision 38262)
@@ -304,4 +304,8 @@
   if ("$project" == "gpc2") { $bodyclass = "gpc2"; }
 
+  $tblclass = "page";
+  if ("$project" == "gpc1") { $tblclass = "page_gpc1"; }
+  if ("$project" == "gpc2") { $tblclass = "page_gpc2"; }
+
   echo "<html>\n";
   head($title);
@@ -314,5 +318,5 @@
 
   echo "<p style=\"font-size:50%\">host: $WWWHOST, db: $DBHOST</p>\n";
-  echo "<table class=page cellspacing=10px><tr><td valign=top>\n";
+  echo "<table class=$tblclass cellspacing=10px><tr><td valign=top>\n";
   echo "<table class=menu cellspacing=0px>\n";
 
