/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
	Data:  24-11-2006
 ------------------------------------------------------------
*/


html {
	padding: 0;
	margin: 0;
	scrollbar-darkshadow-color: #31637e;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #31637e;
	scrollbar-shadow-color: white;
	/*scrollbar-3dlight-color : black;*/
	scrollbar-arrow-color : #31637e;
	scrollbar-base-color : white;
}

body { 
	background:#FFF;
	padding: 0;
	text-align: center;
}

div#container {
	background: white url('/custom_cms/images/sf-banmenu.jpg') 0 0 no-repeat;
	position: absolute;
	height: 800px;
	width: 780px;
	left: 50%;
	top: 0;
	margin-left: -390px;
	text-align: left;
}

div#header {
	background-image: url('/custom_cms/images/sf-banner.jpg');
	/*background-color: orange;*/
	width: 577px;	
	height: 123px;	
	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 {
	width: 577px;	
	height: 123px;	
	position: absolute;
	left: 0;	
	top: 0;

}

div#menuPrincipaleBar {
}

div#content {
	position: absolute;
	/*background-color: pink;*/
	width: 780px;
	height: 624px;
	left: 0;
	top: 149px;
	bottom: 0px;
}

div#footer {
	background-color:#7c99bc;
	width: 579px;	
	height: 27px;
	position: absolute;
	right:0;
	bottom: 0px;
	z-index: 1020;
}

div#lowerbar {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	width: 579px;
	height: 27px;
	padding-top:8px;
	color: white;
	position: relative;
}

div#lowerbar   a:link {
	text-decoration: none;
	color: white;
}

div#lowerbar   a:visited {
	text-decoration: none;
	color: white;
}

div#lowerbar   a:hover {
	text-decoration: none;
	color: #E6F1F9;
}

div#bottomarea {
	display: none;
}

div#allinea{
	top: 0;
	position: absolute;
	text-align: right;
	right: 0;
}

.lslabel {
	display:none;
}

.lsbox {
	border:none;
	padding:none;
}

.lsinput{
	display: none;
}


