diff --git a/INTERFACE/WebLCP/Content/Site.css b/INTERFACE/WebLCP/Content/Site.css
index e093f02..9e2de94 100644
--- a/INTERFACE/WebLCP/Content/Site.css
+++ b/INTERFACE/WebLCP/Content/Site.css
@@ -23,4 +23,21 @@ textarea {
.body-content {
padding: 0;
}
+}
+.GridPager a,
+.GridPager span {
+ display: block;
+ height: 1.5em;
+ width: 1em;
+ text-align: center;
+ text-decoration: none;
+}
+.GridPager a {
+ background-color: #f5f5f5;
+ color: #969696;
+}
+.GridPager span {
+ background-color: #A1DCF2;
+ color: #000;
+ font-weight: bold;
}
\ No newline at end of file
diff --git a/INTERFACE/WebLCP/Content/Site.less b/INTERFACE/WebLCP/Content/Site.less
index c829795..e28e082 100644
--- a/INTERFACE/WebLCP/Content/Site.less
+++ b/INTERFACE/WebLCP/Content/Site.less
@@ -29,3 +29,23 @@ textarea {
padding: 0;
}
}
+
+
+.GridPager a, .GridPager span {
+ display: block;
+ height: 1.5em;
+ width: 1em;
+ text-align: center;
+ text-decoration: none;
+}
+
+.GridPager a {
+ background-color: #f5f5f5;
+ color: #969696;
+}
+
+.GridPager span {
+ background-color: #A1DCF2;
+ color: #000;
+ font-weight: bold;
+}
\ No newline at end of file
diff --git a/INTERFACE/WebLCP/Content/Site.min.css b/INTERFACE/WebLCP/Content/Site.min.css
index edb97c2..5a4ec93 100644
--- a/INTERFACE/WebLCP/Content/Site.min.css
+++ b/INTERFACE/WebLCP/Content/Site.min.css
@@ -1 +1 @@
-.body-content{padding-left:15px;padding-right:15px;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}
\ No newline at end of file
+.body-content{padding-left:15px;padding-right:15px;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}.GridPager a,.GridPager span{display:block;height:1.5em;width:1em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}
\ No newline at end of file
diff --git a/INTERFACE/WebLCP/Site.Master b/INTERFACE/WebLCP/Site.Master
index 568eb1f..1792791 100644
--- a/INTERFACE/WebLCP/Site.Master
+++ b/INTERFACE/WebLCP/Site.Master
@@ -44,7 +44,11 @@
-