#ps_core_header{background:#004f9a;}
#ps_core_header a{background:#004f9a;}
.toolbar{background:#004f9a;}
.tabcontent a{background:#00adef;}
.tabcontent a:hover{background:#00adef;color:#000;}
.tabcontent a.active{background:#00adef;color:#757575;}
.tabcontent a:hover{background:#004f9a;color:#fff;}
#doc-location{background:#004f9a;color:#fff;}
#doc-location a{background:#004f9a;color:#fff;}
#doc-location a:hover{background:#00adef;color:#fff;}
.popup{border:3px solid #00adef;}
h1{background:#fff;color:#004f9a;}
h2{background:#e8f8ff;color:#004f9a;border-bottom:2px solid #004f9a;}
h2 button, h2 input{color:#004f9a;background:none;border:none;}
h3{border-bottom:1px solid #a9a9a9;color:#004f9a}
button{color:#004f9a;}
button:hover{color:#00adef;}
input[type="submit"], input[type="button"]{color:#004f9a;}
input[type="button"]:hover, input[type="submit"]:hover{color:#000;text-decoration:underline;}
.select{border:solid 1px #004f9a;}
input[type]:focus, textarea:focus, select:focus{outline:2px solid #004f9a;}
.ajaxSearch input[type="text"]:focus{outline:solid 2px #004f9a;}
.ajaxResults{border:solid 2px #004f9a;border-top:none;}
#tabmenu{border-bottom:2px solid #004f9a;}
#tabmenu a.active{background:#004f9a;}
#tabmenu div{border:1px solid #004f9a;}
#tabmenu div.active{background:#004f9a;color:#fff;}
@media (prefers-color-scheme: dark) {
    #ps_core_header{background:#002f5a;}
    #ps_core_header a{background:#002f5a;}
    .toolbar{background:#002f5a;}
    .tabcontent a{background:#004f9a;}
    .tabcontent a:hover{background:#004f9a;color:#000;}
    .tabcontent a.active{background:#004f9a;color:#757575;}
    .tabcontent a:hover{background:#002f5a;color:#fff;}
    #doc-location{background:#002f5a;color:#fff;}
    #doc-location a{background:#002f5a;color:#fff;}
    #doc-location a:hover{background:#004f9a;color:#fff;}
    .popup{border:3px solid #004f9a;}
    h1{background:#fff;color:#002f5a;}
    h1 button{color:#fff;}
    h2{background:#004f9a;color:#fff;border-bottom:2px solid #002f5a;}
    h2 button, h2 input{color:#fff;background:none;border:none;}
    h3{border-bottom:1px solid #a9a9a9;color:#002f5a}
    button{color:#002f5a;}
    button:hover{color:#004f9a;}
    input[type="submit"], input[type="button"]{color:#002f5a;}
    input[type="button"]:hover, input[type="submit"]:hover{color:#000;text-decoration:underline;}
    .select{border:solid 1px #002f5a;}
    input[type]:focus, textarea:focus, select:focus{outline:2px solid #002f5a;}
    .ajaxSearch input[type="text"]:focus{outline:solid 2px #002f5a;}
    .ajaxResults{border:solid 2px #002f5a;border-top:none;}
    #tabmenu{border-bottom:2px solid #002f5a;}
    #tabmenu a.active{background:#002f5a;}
    #tabmenu div{border:1px solid #002f5a;}
    #tabmenu div.active{background:#002f5a;color:#fff;}
}