/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
	Data:  24-11-2006
 ------------------------------------------------------------
*/

html {
	padding: 0;
	margin: 0;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color : black;
	scrollbar-arrow-color : #333333;
	scrollbar-base-color : white;
}

body { 
	background:#FFF;
	padding: 0;
	text-align: center;
}

#faux {
	/*le cose che seguono servono per la corretta gestione del footer*/
	width: 856px;
	height: auto !important;  /* per i browser moderni */
   height: 585px;  /* per IE5.x e IE6 */
   min-height: 585px;  /* per i browser moderni */
	position: relative;
}

div#container {
	background-image: url('/custom_cms/images/sfondo_corpo.jpg');
	background-repeat: repeat-y;
	position: relative;
	height: 585px;
	width: 856px;
	left: 0;
	top: 0px;
	margin-left: 0px;
	text-align: left;
	z-index: 1;
}

div#content {
	position: relative;
	width: 850px;
	height: 585px;
	border: 2px solid #111988;
	background-color: transparent;
	z-index: 2;
}

div#footer {
	position: relative;
	z-index: 15;
}

div#lowerbar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 846px;
	height: 19px;
	margin-top: -21px;
	margin-left: 2px;
}

div#bottomarea {
	display: none;
}

div#rightarea {
	display: none;
}

div#rightbox1 {
	display: none;
}

div#allinea{
	display:none;
}

.lslabel {
	display:none;
}

.lsbox {
	border:none;
	padding:none;
}

.lsinput{
	display: none;
}

.errore {
	display: none;
}
.verde a:link{
	color:green !important;font-weight:bold !important;
}


