/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS

	Data:  14-03-2006
 ------------------------------------------------------------
*/

html {
	padding: 0;
	margin: 0;
}
	
body { 
	background-image: url('/custom_cms/images/sf.gif');
	padding: 0;
	text-align: center;
}

div#container {
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 500px;
	width: 900px;
	margin-left: -450px;
	margin-top: -250px;
	text-align: left;
}


div#header {
   background-color: white;
	width: 900px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;	/* N.B. Deve essere maggiore dello z-index dell'area Content, altrimenti il */
				/*     menu a tendina, che appartiene a questa area, viene clippato. */
}

div#banner {
	background-color: white;
	width: 900px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: auto;
}

div#langsel {
	width: 15%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: auto;
	display: none;
}

div#menubar {
	text-align: left;
	background-image: url('/custom_cms/images/sf-menu.gif');
	width: 900px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 1000;	/* N.B. Occorre uno z-index alto per essere sicuri che il menu di sovrapponga a qualsiasi contenuto */
}

div#content {
	position: absolute;
	width: 900px;
	height: 330px;
	right: 0;
	top: 150px;
	bottom: 0px;
	z-index: 10;
}

div#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: white;
	border: 1px solid white;
	background: #ed1d24;
	width: 900px;
	height: 20px;
	position: absolute;
	top: 480px;
	left: 0;
	bottom: 0;
	z-index: 10;
}

div#lowerbar {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 480px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;	
	color: #FFFFFF;
}

div#lowerbar   a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

div#lowerbar   a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

div#lowerbar   a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #E6F1F9;
}

div#bottomarea {
	width: 1000px;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
div#allinea{
top: 0;
position: absolute;
text-align: right;
right: 0;
}
.lslabel{
	color: #FFFFFF;
}
.lsbox{
}
.lsinput{
}