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

	Data:  20-02-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;
	height: 500px;
	width: 645px;
	top: 50%;
	left: 50%;
	margin-left: -322px;
	margin-top: -250px;
	text-align: left;

}


div#header {

   background: white;
	width: 645px;
	height: 81px;
	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: #0755A8;
	width: 645px;
	height: 81px;
	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: 645px;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 81px;
	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: 645px;
	height: 383px;
	left: 0;
	top: 103px;
	bottom: 0px;
}

div#footer {
	width: 645px;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1020;
}

div#lowerbar {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-image: url('/custom_cms/images/lower.gif');
	position: absolute;
	left: 0;
}

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: 645px;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
div#allinea{
top: 0;
position: absolute;
text-align: right;
right: 0;
}
.lslabel{
	color: #FFFFFF;
}
.lsbox{
}
.lsinput{
}