﻿.HeaderLabel
{
    text-align:center;
	display: block;
	text-transform: uppercase;
	width: 100%;
	color: white;
	background-color: #404040;
	letter-spacing:5px;
}

.FooterLabel
{
    text-align:center;
	display: block;
	text-transform: uppercase;
	font-size:7pt;
	width: 100%;
	color: white;
	background-color: #404040;
	letter-spacing:3px;
}

.SubHeaderLabel
{
	display: block;
	text-transform: capitalize;
	width: 100%;
	color: white;
	font-style: italic;
	padding-left: 4px;
}

.RicercaHeaderLabel
{
	display: block;
	font: bold;
	text-transform: capitalize;
	width: 98%;
	padding-left: 4px;
	background-color: #ff4500;
	color: #ffffff;
}

.MessageLabel
{
	display: block;
	text-transform: uppercase;
	width: 100%;
	padding-left: 4px;
	background-color: #ff0000;
	color: #ff4500;	
}

.EmptyLabel
{
	display: block;
	text-transform: uppercase;
	width: 100%;
	padding-left: 4px;
	color: #ff4500;
}