﻿.HeaderLabel
{
	display: block;
	text-transform: uppercase;
	width: 100%;
	color: white;
	padding-left: 4px;
	background-color: #1e3c7b;
	text-align: center;
}

.SubHeaderLabel
{
	display: block;
	text-transform: capitalize;
	width: 100%;
	color: white;
	font-style: italic;
	padding-left: 4px;
	text-align: center;
}

.RicercaHeaderLabel
{
	display: block;
	font: bold;
	text-transform: capitalize;
	width: 98%;
	padding-left: 4px;
	background-color: #ff4500;
	color: #ffffff;
	text-align: center;
}

.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;
}