summaryrefslogtreecommitdiffstats
path: root/base/tps-client/apache
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps-client/apache')
-rwxr-xr-xbase/tps-client/apache/docroot/404.html2
-rwxr-xr-xbase/tps-client/apache/docroot/500.html2
-rwxr-xr-xbase/tps-client/apache/docroot/index.vm2
-rw-r--r--base/tps-client/apache/docroot/tokendb/addResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/auditAdmin.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/delete.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/deleteResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/doToken.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/doTokenConfirm.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/edit.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/editResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/editUser.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/error.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/index.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/indexAdmin.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/indexOperator.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/new.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/newUser.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/revoke.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/search.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchActivity.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchActivityAdmin.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchActivityAdminResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchActivityResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchAdmin.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchAdminResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchCertificate.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchCertificateResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchUser.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/searchUserResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/selfTest.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/selfTestResults.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/show.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/showAdmin.template3
-rw-r--r--base/tps-client/apache/docroot/tokendb/showCert.template3
-rwxr-xr-xbase/tps-client/apache/docroot/tokendb/userDelete.template3
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/config_addhsm.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/config_hsm.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/config_join.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/config_rootca.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/login.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/securitydomainloginpanel.vm2
-rw-r--r--base/tps-client/apache/docroot/tps/admin/console/config/wizard.vm2
45 files changed, 79 insertions, 45 deletions
diff --git a/base/tps-client/apache/docroot/404.html b/base/tps-client/apache/docroot/404.html
index 01a0832c9..c4aa02e9c 100755
--- a/base/tps-client/apache/docroot/404.html
+++ b/base/tps-client/apache/docroot/404.html
@@ -68,7 +68,7 @@ document.write('" alt="Dogtag" id="myLogo" /></a>');
</div>
</div>
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/500.html b/base/tps-client/apache/docroot/500.html
index 94ff29712..929ac3f89 100755
--- a/base/tps-client/apache/docroot/500.html
+++ b/base/tps-client/apache/docroot/500.html
@@ -68,7 +68,7 @@ document.write('" alt="Dogtag" id="myLogo" /></a>');
</div>
</div>
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/index.vm b/base/tps-client/apache/docroot/index.vm
index 438d014ef..5fb21cd38 100755
--- a/base/tps-client/apache/docroot/index.vm
+++ b/base/tps-client/apache/docroot/index.vm
@@ -28,7 +28,7 @@
#include ( "header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tokendb/addResults.template b/base/tps-client/apache/docroot/tokendb/addResults.template
index eca814f8b..b79209ece 100644
--- a/base/tps-client/apache/docroot/tokendb/addResults.template
+++ b/base/tps-client/apache/docroot/tokendb/addResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/auditAdmin.template b/base/tps-client/apache/docroot/tokendb/auditAdmin.template
index ff299530c..db700f181 100644
--- a/base/tps-client/apache/docroot/tokendb/auditAdmin.template
+++ b/base/tps-client/apache/docroot/tokendb/auditAdmin.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/delete.template b/base/tps-client/apache/docroot/tokendb/delete.template
index 4d3243db1..9369630b2 100644
--- a/base/tps-client/apache/docroot/tokendb/delete.template
+++ b/base/tps-client/apache/docroot/tokendb/delete.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/deleteResults.template b/base/tps-client/apache/docroot/tokendb/deleteResults.template
index 606e11bb0..8bb29b985 100644
--- a/base/tps-client/apache/docroot/tokendb/deleteResults.template
+++ b/base/tps-client/apache/docroot/tokendb/deleteResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/doToken.template b/base/tps-client/apache/docroot/tokendb/doToken.template
index 419a9a240..d4d380c1d 100644
--- a/base/tps-client/apache/docroot/tokendb/doToken.template
+++ b/base/tps-client/apache/docroot/tokendb/doToken.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/doTokenConfirm.template b/base/tps-client/apache/docroot/tokendb/doTokenConfirm.template
index 16bd2a191..c8c3015f8 100644
--- a/base/tps-client/apache/docroot/tokendb/doTokenConfirm.template
+++ b/base/tps-client/apache/docroot/tokendb/doTokenConfirm.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/edit.template b/base/tps-client/apache/docroot/tokendb/edit.template
index 163ae3bd1..b21bf92fa 100644
--- a/base/tps-client/apache/docroot/tokendb/edit.template
+++ b/base/tps-client/apache/docroot/tokendb/edit.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/editResults.template b/base/tps-client/apache/docroot/tokendb/editResults.template
index 783b065c3..781d2a604 100644
--- a/base/tps-client/apache/docroot/tokendb/editResults.template
+++ b/base/tps-client/apache/docroot/tokendb/editResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/editUser.template b/base/tps-client/apache/docroot/tokendb/editUser.template
index 55b587cbe..babda0927 100644
--- a/base/tps-client/apache/docroot/tokendb/editUser.template
+++ b/base/tps-client/apache/docroot/tokendb/editUser.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/error.template b/base/tps-client/apache/docroot/tokendb/error.template
index 8f629ff72..ee6e18423 100644
--- a/base/tps-client/apache/docroot/tokendb/error.template
+++ b/base/tps-client/apache/docroot/tokendb/error.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS Error!</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/index.template b/base/tps-client/apache/docroot/tokendb/index.template
index 4aa9f0cdd..4cfee59dd 100644
--- a/base/tps-client/apache/docroot/tokendb/index.template
+++ b/base/tps-client/apache/docroot/tokendb/index.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS Agent</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/indexAdmin.template b/base/tps-client/apache/docroot/tokendb/indexAdmin.template
index 97086257b..f95f0ea17 100644
--- a/base/tps-client/apache/docroot/tokendb/indexAdmin.template
+++ b/base/tps-client/apache/docroot/tokendb/indexAdmin.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS Admin</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/indexOperator.template b/base/tps-client/apache/docroot/tokendb/indexOperator.template
index 1b1902843..ecebeffde 100644
--- a/base/tps-client/apache/docroot/tokendb/indexOperator.template
+++ b/base/tps-client/apache/docroot/tokendb/indexOperator.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS Operator</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/new.template b/base/tps-client/apache/docroot/tokendb/new.template
index f4bf1475d..2672bc91d 100644
--- a/base/tps-client/apache/docroot/tokendb/new.template
+++ b/base/tps-client/apache/docroot/tokendb/new.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/newUser.template b/base/tps-client/apache/docroot/tokendb/newUser.template
index f1e7e6e35..e489ebd96 100644
--- a/base/tps-client/apache/docroot/tokendb/newUser.template
+++ b/base/tps-client/apache/docroot/tokendb/newUser.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/revoke.template b/base/tps-client/apache/docroot/tokendb/revoke.template
index 6a62ea116..1f7fa7803 100644
--- a/base/tps-client/apache/docroot/tokendb/revoke.template
+++ b/base/tps-client/apache/docroot/tokendb/revoke.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/search.template b/base/tps-client/apache/docroot/tokendb/search.template
index 305c9cd74..4dccc5046 100644
--- a/base/tps-client/apache/docroot/tokendb/search.template
+++ b/base/tps-client/apache/docroot/tokendb/search.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchActivity.template b/base/tps-client/apache/docroot/tokendb/searchActivity.template
index e831a2872..9c3d0262e 100644
--- a/base/tps-client/apache/docroot/tokendb/searchActivity.template
+++ b/base/tps-client/apache/docroot/tokendb/searchActivity.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchActivityAdmin.template b/base/tps-client/apache/docroot/tokendb/searchActivityAdmin.template
index da201d97f..858087dd2 100644
--- a/base/tps-client/apache/docroot/tokendb/searchActivityAdmin.template
+++ b/base/tps-client/apache/docroot/tokendb/searchActivityAdmin.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchActivityAdminResults.template b/base/tps-client/apache/docroot/tokendb/searchActivityAdminResults.template
index d8f6587aa..44ffac17c 100644
--- a/base/tps-client/apache/docroot/tokendb/searchActivityAdminResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchActivityAdminResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchActivityResults.template b/base/tps-client/apache/docroot/tokendb/searchActivityResults.template
index 1f97860a0..745614d25 100644
--- a/base/tps-client/apache/docroot/tokendb/searchActivityResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchActivityResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchAdmin.template b/base/tps-client/apache/docroot/tokendb/searchAdmin.template
index b0960f571..92b07bdf1 100644
--- a/base/tps-client/apache/docroot/tokendb/searchAdmin.template
+++ b/base/tps-client/apache/docroot/tokendb/searchAdmin.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchAdminResults.template b/base/tps-client/apache/docroot/tokendb/searchAdminResults.template
index ab0a471c2..b73129d7c 100644
--- a/base/tps-client/apache/docroot/tokendb/searchAdminResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchAdminResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchCertificate.template b/base/tps-client/apache/docroot/tokendb/searchCertificate.template
index 788491fbf..54bf1fa5b 100644
--- a/base/tps-client/apache/docroot/tokendb/searchCertificate.template
+++ b/base/tps-client/apache/docroot/tokendb/searchCertificate.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchCertificateResults.template b/base/tps-client/apache/docroot/tokendb/searchCertificateResults.template
index bb6dcabf3..3b29fd4a2 100644
--- a/base/tps-client/apache/docroot/tokendb/searchCertificateResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchCertificateResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchResults.template b/base/tps-client/apache/docroot/tokendb/searchResults.template
index f4644b355..4aeb82611 100644
--- a/base/tps-client/apache/docroot/tokendb/searchResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchUser.template b/base/tps-client/apache/docroot/tokendb/searchUser.template
index 57e3a5507..70dd76e2c 100644
--- a/base/tps-client/apache/docroot/tokendb/searchUser.template
+++ b/base/tps-client/apache/docroot/tokendb/searchUser.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/searchUserResults.template b/base/tps-client/apache/docroot/tokendb/searchUserResults.template
index bbb885f31..eda5039b0 100644
--- a/base/tps-client/apache/docroot/tokendb/searchUserResults.template
+++ b/base/tps-client/apache/docroot/tokendb/searchUserResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/selfTest.template b/base/tps-client/apache/docroot/tokendb/selfTest.template
index 163437d17..9f083b120 100644
--- a/base/tps-client/apache/docroot/tokendb/selfTest.template
+++ b/base/tps-client/apache/docroot/tokendb/selfTest.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme"">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/selfTestResults.template b/base/tps-client/apache/docroot/tokendb/selfTestResults.template
index aeb49d711..fb57e44e7 100644
--- a/base/tps-client/apache/docroot/tokendb/selfTestResults.template
+++ b/base/tps-client/apache/docroot/tokendb/selfTestResults.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/show.template b/base/tps-client/apache/docroot/tokendb/show.template
index a9dd39334..40a27d0a9 100644
--- a/base/tps-client/apache/docroot/tokendb/show.template
+++ b/base/tps-client/apache/docroot/tokendb/show.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/showAdmin.template b/base/tps-client/apache/docroot/tokendb/showAdmin.template
index fe3292011..8a103c32b 100644
--- a/base/tps-client/apache/docroot/tokendb/showAdmin.template
+++ b/base/tps-client/apache/docroot/tokendb/showAdmin.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/showCert.template b/base/tps-client/apache/docroot/tokendb/showCert.template
index 964035887..00b990567 100644
--- a/base/tps-client/apache/docroot/tokendb/showCert.template
+++ b/base/tps-client/apache/docroot/tokendb/showCert.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tokendb/userDelete.template b/base/tps-client/apache/docroot/tokendb/userDelete.template
index db4b226cd..cc1ea7db2 100755
--- a/base/tps-client/apache/docroot/tokendb/userDelete.template
+++ b/base/tps-client/apache/docroot/tokendb/userDelete.template
@@ -21,9 +21,10 @@
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
<HEAD>
<TITLE>TPS</Title>
+<link rel="stylesheet" href="/pki/css/pki-theme.css" type="text/css" />
</HEAD>
-<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#000080">
+<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pki-agent-theme">
<tr>
<td>
<table border="0" cellspacing="12" cellpadding="0">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_addhsm.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_addhsm.vm
index 90d2f0ea9..265ad014e 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/config_addhsm.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_addhsm.vm
@@ -37,7 +37,7 @@
<body onLoad="checkClose();"><div id="wrap"><div id="wrap">
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm
index ba40c7cee..db9718bb0 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm
@@ -41,7 +41,7 @@
<div id="wrap">
#include ( "admin/console/config/header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_hsm.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_hsm.vm
index 7ec82522c..b12a669b5 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/config_hsm.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_hsm.vm
@@ -37,7 +37,7 @@
<body onLoad="checkClose();"><div id="wrap">
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_join.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_join.vm
index 49e43fbc4..fb2789dc4 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/config_join.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_join.vm
@@ -40,7 +40,7 @@
#include ( "admin/console/config/header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_rootca.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_rootca.vm
index 7e17fef35..598458e8f 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/config_rootca.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_rootca.vm
@@ -40,7 +40,7 @@
#include ( "admin/console/config/header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/login.vm b/base/tps-client/apache/docroot/tps/admin/console/config/login.vm
index 73f53afa6..762e60d66 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/login.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/login.vm
@@ -31,7 +31,7 @@
#include ( "tps/admin/console/config/header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/securitydomainloginpanel.vm b/base/tps-client/apache/docroot/tps/admin/console/config/securitydomainloginpanel.vm
index a8c0c8079..27cc50181 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/securitydomainloginpanel.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/securitydomainloginpanel.vm
@@ -39,7 +39,7 @@
</div>
</div>
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">
diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/wizard.vm b/base/tps-client/apache/docroot/tps/admin/console/config/wizard.vm
index 31d395edf..d2385d5b7 100644
--- a/base/tps-client/apache/docroot/tps/admin/console/config/wizard.vm
+++ b/base/tps-client/apache/docroot/tps/admin/console/config/wizard.vm
@@ -52,7 +52,7 @@ function process(fop) {
#include ( "tps/admin/console/config/header.vm" )
-<div id="mainNavOuter">
+<div id="mainNavOuter" class="pki-ee-theme">
<div id="mainNav">
<div id="mainNavInner">