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

	Data:  01-02-2006
 ------------------------------------------------------------
*/

html {
	padding: 0;
	margin: 0;
}
	
body { 
	padding: 0;
	text-align: center;
}

div#container {
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 580px;
	width: 980px;
	margin-left: -490px;
	margin-top: -290px;
	text-align: left;
}


div#header {
   background-color: white;
	width: 980px;
	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: 980px;
	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-color:	#004684;;
	width: 980px;
	height: 20px;
	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 {
	border-right: 1px solid #004684;
	border-left: 1px solid #004684;
	position: absolute;
	width: 980px;
	height: 420px;
	left: 0;
	top: 140px;
	bottom: 0px;
	z-index: 10;
}

div#footer {
border-top: 1px solid white;
background: white;
	width: 980px;
	height: 20px;
	position: absolute;
	top: 560px;
	left: 0;
	bottom: 0;
	z-index: 10;
}

div#lowerbar {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 980px;
	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{
}