.gasEvent1{ /*Alarm Active*/
    background: red !important;
	color: white;
}

.gasEvent2{ /*Alarm Clear*/
    background: #7F0000 !important;
	color: white;
}

.gasEvent3{ /*Fault Active*/
    background: yellow !important;
	color: black;
}

.gasEvent4{ /*Fault Clear*/
    background: #7F7F00 !important;
	color: white;
}

.gasEvent5{ /*Isolation Active*/
    background: blue !important;
	color: white;
}

.gasEvent6{ /*Isolation Clear*/
    background: #00007F !important;
	color: white;
}

.gasEvent7{ /*Alarm Ack*/
    background: #00FF00 !important;
	color: black;
}

.gasEvent8{ /*Reset*/
    background: #00FF00 !important;
	color: black;
}

.gasEvent9{ /*Inhibited*/
    background: #00FFFF !important;
	color: black;
}

.gasEvent10{ /*Inhibited Clear*/
    background: #008B8B !important;
	color: white;
}

.gasEvent11{ /*Healthy*/
    background: #00FF00 !important;
    color: black;
}

.gasEvent12{ /*amber*/
    background: #ffbf00 !important;
    color: black;
}

.gasEvent13{ /*amber clear*/
    background: #cc9900  !important;
    color: white;
}

