addCSSClass(document.documentElement,'PATRON_INACTIVE');
}
+ try { addCSSClass(document.documentElement,'PATRON_NET_ACCESS_' + patron.net_access_level()); } catch(E) {}
+
var now = new Date();
now = now.getTime()/1000;
.PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
.PATRON_HAS_OVERDUES .patronNameLarge { background-color: #FF9900; }
-.PATRON_HAS_OVERDUES label.items_overdue { color: #FF9900; }
+.PATRON_HAS_OVERDUES label.items_overdue { color: #AA4400; }
/* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
.PATRON_HAS_OVERDUES label.items_overdue.value { }
.PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
.PATRON_BARRED .patronNameLarge { background-color: red; color: white; }
.PATRON_BARRED label.barred_indicator { display: inline; color: red; }
+.PATRON_NET_ACCESS_1 .net_access { color: #AA4400; } /* Filtered */
+.PATRON_NET_ACCESS_2 .net_access { color: green; } /* Unfiltered */
+.PATRON_NET_ACCESS_3 .net_access { color: red; } /* No Access */