/***** Table Standardized Anomaly Colors *****/

.tba-p8 {
        background:rgb(255,170,170);
}
.tba-p7 {
        background: rgb(255,0,0);
}
.tba-p6 {
        background: rgb(170,0,0);
}
.tba-p5 {
        background: rgb(100,0,0);
}
.tba-p4 {
        background: rgb(180,140,30);
}
.tba-p3 {
        background: rgb(240,200,40);
}
.tba-p2 {
        background: rgb(255,255,20);
}
.tba-p1 {
        background: rgb(245,255,160);
}
.tba-z {
        background: rgb(255,255,255);
}
.tba-m1 {
        background: rgb(235,235,255);
}
.tba-m2 {
        background: rgb(180,180,255);
}
.tba-m3 {
        background: rgb(100,100,255);
}
.tba-m4 {
        background: rgb(0,50,255);
}
.tba-m5 {
        background: rgb(90,0,80);
}
.tba-m6 {
        background: rgb(120,0,200);
}
.tba-m7 {
        background: rgb(200,40,160);
}
.tba-m8 {
        background: rgb(240,140,250);
}

.tba-qpw-p8 {
        background:rgb(235,235,255);
}
.tba-qpw-p7 {
        background: rgb(180,180,255);
}
.tba-qpw-p6 {
        background: rgb(100,100,255);
}
.tba-qpw-p5 {
        background: rgb(0,50,255);
}
.tba-qpw-p4 {
        background: rgb(0,90,0);
}
.tba-qpw-p3 {
        background: rgb(30,160,30);
}
.tba-qpw-p2 {
        background: rgb(80,255,80);
}
.tba-qpw-p1 {
        background: rgb(180,255,180);
}
.tba-qpw-z {
        background: rgb(255,255,255);
}
.tba-qpw-m1 {
        background: rgb(245,255,160);
}
.tba-qpw-m2 {
        background: rgb(255,255,20);
}
.tba-qpw-m3 {
        background: rgb(240,200,40);
}
.tba-qpw-m4 {
        background: rgb(180,140,30);
}
.tba-qpw-m5 {
        background: rgb(100,0,0);
}
.tba-qpw-m6 {
        background: rgb(170,0,0);
}
.tba-qpw-m7 {
        background: rgb(255,0,0);
}
.tba-qpw-m8 {
        background: rgb(255,170,170);
}


/***** Table Percentile Colors *****/

.tbp-minall {
	background:rgb(240,140,250);
}
.tbp-minhr {
	background: rgb(160,40,160);
}
.tbp-l05 {
	background: rgb(0,50,255);
}
.tbp-l1 {
	background: rgb(100,100,255); 
}
.tbp-l25 {
	background: rgb(180,180,255);
}
.tbp-l10 {
	background: rgb(235,235,255);
}
.tbp-avg {
	background: rgb(255,255,255);
}
.tbp-g90 {
	background: rgb(245,255,160);
}
.tbp-g975 {
	background: rgb(255,255,20);
}
.tbp-g99 {
	background: rgb(240,200,40);
}
.tbp-g995{
	background: rgb(180,140,30);
}
.tbp-maxhr {
	background: rgb(150,0,0);
}
.tbp-maxall {
	background: rgb(255,0,0);
}

.tbp-qpw-minall {
	background:rgb(255,0,0);
}
.tbp-qpw-minhr {
	background: rgb(140,0,0);
}
.tbp-qpw-l05 {
	background: rgb(180,140,30);
}
.tbp-qpw-l1 {
	background: rgb(240,200,40); 
}
.tbp-qpw-l25 {
	background: rgb(255,255,20);
}
.tbp-qpw-l10 {
	background: rgb(245,255,160);
}
.tbp-qpw-avg {
	background: rgb(255,255,255);
}
.tbp-qpw-g90 {
	background: rgb(180,255,180);
}
.tbp-qpw-g975 {
	background: rgb(80,255,80);
}
.tbp-qpw-g99 {
	background: rgb(30,160,30);
}
.tbp-qpw-g995{
	background: rgb(0,90,0);
}
.tbp-qpw-maxhr {
	background: rgb(0,0,255);
}
.tbp-qpw-maxall {
	background: rgb(100,255,255);
}

/***** Table Return Interval Colors *****/

.tbf-never {
	background: rgb(255,0,0);
}
.tbf-neverhr {
	background: rgb(150,0,0);
}
.tbf-g10 {
	background: rgb(180,140,30);
}
.tbf-g5 {
	background: rgb(240,200,40);
}
.tbf-g2 {
	background: rgb(255,255,20);
}
.tbf-g1 {
	background: rgb(245,255,160);
}
.tbf-avg {
	background: rgb(255,255,255);
}

.tbf-qpw-never {
	background: rgb(255,0,0);
}
.tbf-qpw-neverhr {
	background: rgb(150,0,0);
}
.tbf-qpw-g10 {
	background: rgb(180,140,30);
}
.tbf-qpw-g5 {
	background: rgb(240,200,40);
}
.tbf-qpw-g2 {
	background: rgb(255,255,20);
}
.tbf-qpw-g1 {
	background: rgb(245,255,160);
}
.tbf-qpw-avg {
	background: rgb(255,255,255);
}

/***** Table Probability Colors *****/

.tbpr-x90 {
        background:rgb(255,0,0);
}
.tbpr-x75 {
        background: rgb(100,0,0);
}
.tbpr-x50 {
        background: rgb(180,140,30);
}
.tbpr-x25 {
        background: rgb(255,255,20);
}
.tbpr-x10 {
        background: rgb(245,255,160);
}
.tbpr-z {
        background: rgb(255,255,255);
}
.tbpr-n10 {
        background: rgb(180,180,255);
}
.tbpr-n25 {
        background: rgb(100,100,255);
}
.tbpr-n50 {
        background: rgb(0,50,255);
}
.tbpr-n75 {
        background: rgb(120,0,200);
}
.tbpr-n90 {
        background: rgb(200,40,160);
}

.tbpr-qpw-x90 {
        background:rgb(0,50,255);
}
.tbpr-qpw-x75 {
        background: rgb(0,90,0);
}
.tbpr-qpw-x50 {
        background: rgb(30,160,30);
}
.tbpr-qpw-x25 {
        background: rgb(80,255,80);
}
.tbpr-qpw-x10 {
        background: rgb(180,255,180);
}
.tbpr-qpw-z {
        background: rgb(255,255,255);
}
.tbpr-qpw-n10 {
        background: rgb(245,255,160);
}
.tbpr-qpw-n25 {
        background: rgb(255,255,20);
}
.tbpr-qpw-n50 {
        background: rgb(240,200,40);
}
.tbpr-qpw-n75 {
        background: rgb(100,0,0);
}
.tbpr-qpw-n90 {
        background: rgb(255,0,0);
}

/***** QPF M-Climate Colors *****/

.qpf-na {
	background: rgb(255,255,255);
}
.qpf-l90 {
	background: rgb(255,255,255);
}
.qpf-g90 {
	background: rgb(245,255,160);
}
.qpf-g95 {
	background: rgb(180,255,180);
}
.qpf-g97 {
	background: rgb(80,255,80);
}
.qpf-g99 {
	background: rgb(30,160,30);
}
.qpf-g995 {
	background: rgb(0,90,0);
}
.qpf-g998 {
	background: rgb(0,0,255);
}
.qpf-max {
	background: rgb(100,255,255);
}

/***** EPFT Colors *****/

.epft-l25 {
        background: rgb(255,255,255);
}
.epft-g25 {
        background: rgb(0,205,0);
}
.epft-g50 {
        background: rgb(255,255,0);
}
.epft-g75 {
        background: rgb(255,165,0);
}
.epft-g100 {
        background: rgb(255,69,0);
}
.epft-g125 {
        background: rgb(205,0,0);
}
.epft-g150 {
        background: rgb(160,32,240);
}
