﻿h1 {
	text-align: center;
}

.alarmTable {
	border: 2px solid #000000;
	overflow-x: auto;
	width: auto;
}

/*tbody {
	display: block;
	height: 100px;
	overflow-y: auto;
}*/

.ackCol {
	min-width: 48px;
	text-align: center;
	white-space: nowrap;
}

.hackCol {
	min-width: 48px;
}

.dtCol {
	width: 170px;
	text-align: center;
	white-space: nowrap;
}

.hdtCol {
	min-width: 169px;
	text-align: center;
	white-space: nowrap;
}

.msgCol {
	width: 100%;
	white-space: nowrap;
}

.hmsgCol {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}

.unAck {
	background-color: red;
	color: white;
	font-weight: bolder;
}

.ack {
	color: red;
	font-weight: bolder;
}

.unAckNormal {
	background-color: yellow;
	color: red;
	font-weight: bolder;
}

.intrusion {
	border: 2px solid #000000;
	background-color: white;
}

#intrusionList {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	font-size:larger;
	font-weight: bolder;
}

.intrusionAlarm {
	color: white;
	background-color: red;
}
