@charset "utf-8";

.oneColFixCtrHdr #mainContent {
	width: 860px;
	padding: 20px;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.oneColFixCtrHdr #mainContentBianco {
	width: 860px;
	padding: 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#3965AE;
}

/*.oneColFixCtrHdr #header {
	padding: 20px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	background-color: #FFF;
}*/

h2 {
	margin: 0;
	padding: 10px 0 10px 5px;
	font-size: 1.3em;
	color: #F5A003;
}

.pannelloErrore
{
	padding: 5px;
	border: solid 1px #ff0000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#FFFFFF;
	color:#ff0000;
}

.arancione {
	color: #F5A003;
}

.bluTesto {
	color: #3965AE;
}