/***** CLASSI/OGGETTI *****/
.s_FFFFFF {
	height:12px
}
.so_FFFFFF {
	width:20px
}
/***** LAYOUT *****/
.noBR {
	display:none;
}
BODY {
	padding: 0;
	margin-top: 0px;
	text-align: center;
}
BODY, TD {
	font-family: Arial;
	font-size: 12px;
	color:#676767;
}
A IMG {
	border: 0;
}
A:link, A:visited, A:hover {
	color:#0099ff;
	font-weight:bold;
	text-decoration:none
}
P {
	margin:0
}
.input_search {
	background-image:url(../img/layoutElem/imgBgSearch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:9px;
	height:15px;
	line-height:11px;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #aaa;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
/*
HR {height:1px; color:#B7BCDC; border:0; margin-top:7; margin-bottom:7;}
UL, OL  {margin-top:0; margin-bottom:0;}
UL {margin-left:16px;}
OL {margin-left:23px;}
*/

.bluBold UL {
	margin-left:16px;
	padding-left:0px
}
/*BOX*/
.azzurroWide {
	border-left:1px solid #c4daf0;
	border-right:1px solid #c4daf0;
	background:#eaf1f9 url(../img/layoutElem/bgBoxAzzurro.png) repeat-x top;
	height:40px;
	padding:0 10px 0 10px
}
.grigioWide {
	border-left:1px solid #cbcdd4;
	border-right:1px solid #cbcdd4;
	background:#f1f2f4 url(../img/layoutElem/bgBoxGrigio.png) repeat-x top;
	height:82px;
	padding:0 0px 0 0px
}
/*BOTTONI*/
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	width:119px;
	height:23px;
}
.button A:link {
	background:url(../img/layoutElem/bgButtonOff.gif) no-repeat;
	width:119px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:2px 0 0 0
}
.button A:hover, .button A:visited {
	background:url(../img/layoutElem/bgButtonOn.gif) no-repeat;
	width:119px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:2px 0 0 0
}
/*FORM*/
.labelForm{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#67;
	width:140px;
	float:left;
	text-align:left;
}
.largeWidth{
	width:500px;	
}
.fieldform{
	float:left;
	margin:0 0 0 20px;
}
.errorForm{
	clear:both;
	color:red;
	font-weight:bold;
}
