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

	Data:  14-02-2006
 ------------------------------------------------------------
*/

html {
padding: 0;
margin: 0;
scrollbar-darkshadow-color: #12124e;
scrollbar-face-color: #0671a1;
scrollbar-highlight-color: #92d3f1;
scrollbar-shadow-color: #12124e;
scrollbar-3dlight-color : #dedede;
scrollbar-arrow-color : #12124e;
scrollbar-base-color : #56aeda;
}


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


div#container {
border: 1px solid #dfdfdf;
background-color: white;
text-align: left;
/*position: absolute;
top: 2px;
left: 2px;*/
height: 800px;
width: 850px;
margin:0px auto; /* Right and left margin widths set to "auto" */
}


div#header {
/*background-color: red;*/
width: 850px;
height: 175px;
margin:0px auto; /* Right and left margin widths set to "auto" */
/*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: 850px;
height: 175px;
margin:0px auto; 
z-index: auto;
}


div#langsel {
width: 15%;
height: 100%;
margin:0px auto; /* Right and left margin widths set to "auto" */
/*position: absolute;
left: 0;
top: 0;*/
z-index: auto;
display: none;
}

div#menubar {
text-align: left;
background-image: url('/custom_cms/images/menu.jpg');
/*background-color:orange;*/
width: 850px;
height: 47px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
bottom: 0;
top: 175px;
z-index: 1000; /* N.B. Occorre uno z-index alto per essere sicuri che il menu di sovrapponga a qualsiasi contenuto */
}


div#content {
background-image: url('/custom_cms/images/sf-content.jpg');
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
width: 850px;
height: 461px;
top: 222px;
bottom: 0px;
}


div#footer {
/*background-color: Aqua;*/
border-top: 1px solid white;
background-color: #4b4b4b;
width: 850px;
height: 117px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
top: 683px;
}


div#lowerbar {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
width: 850px;
height: 117px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
top: 0px;
}



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


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

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

div#bottomarea {
display: none;
}

div#allinea{
top: 0;
position: absolute;
text-align: right;
margin:0px auto; /* Right and left margin widths set to "auto" */
}

.lslabel{

color: #FFFFFF;

}

.lsbox{

}

.lsinput{

}