.style5 {
	font-size: 11px;
	font-weight: bold;
}

.clsWHITE, .clsINHIBITED, .clsND, .clsFALSE
{
	BORDER: #ccc 1px solid;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: White;
	width: 120px;
	background-image: url(../../images/sinoptic/sinottico_stato_white.gif);
	background-repeat: no-repeat;
}

.clsRED, .clsACTIVE__ALARM_, .clsLOCAL_ALARM, .clsNIGHT_HOLDUP, .clsALLARME_2, .clsFAILURE
{
	BORDER: 1px solid #ff0000;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: White;
	width: 120px;
	background-image: url(../../images/sinoptic/sinottico_stato_red.gif);
	background-repeat: no-repeat;
}

.clsGREEN, .clsTRUE, .clsNORMAL, .clsARMED, .clsRUN
{
	BORDER: 1px solid #006600;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: White;
	width: 120px;
	background-image: url(../../images/sinoptic/sinottico_stato_green.gif);
	background-repeat: no-repeat;
}
.clsORANGE, .clsTAMPER
{
	BORDER: 1px solid #ff9900;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: White;
	width: 120px;
	background-image: url(../../images/sinoptic/sinottico_stato_orange.gif);
	background-repeat: no-repeat;
}

.clsDISARMED
{
	BORDER: 1px solid #EBEB0B;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: White;
	width: 120px;
	background-image: url(../../images/sinoptic/sinottico_stato_yellow.gif);
	background-repeat: no-repeat;
}

.clsNONE 
{
	BORDER: 1px solid #cccccc;
	PADDING: 20px;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #efefef;
	width: 120px;
}

.clsLINEA 
{
	padding-top:25px;
	padding-bottom:25px;
}

.clsPopupInfo {
	BORDER: solid 1px #ff9900;
	WIDTH: 200px; 
	background: white;
	padding: 5px;
}
.clsPopupInfo TD {
	background: #FFFFFF;
	vertical-align: top;
}

.clsPopupInfo H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}
.clsPopupInfo H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.clsPopupInfo P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clsPopupInfo span {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.clsPopupInfo A {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.clsPopupInfo A:link {
	BORDER-TOP-COLOR: navy;
	BORDER-RIGHT-COLOR: navy;
	text-decoration: none;
}
.clsPopupInfo A:visited {
	text-decoration: none; 
	BORDER-TOP-COLOR: gray; 
	BORDER-RIGHT-COLOR: gray
}
.clsPopupInfo A:hover {
	COLOR: #ff6600;
}