/* HEADER */

#svv_header{width:990px; height:94px; 
		background-image:url(../img/img_partner/sitovivo-areaclienti_sfondo-header.jpg);
		background-repeat:no-repeat; background-position:top }
		
#logopartner{width:310px; height:85px; margin-right:25px;
             background-image:url(../img/img_partner/logo_partner.png);
		     background-repeat:no-repeat; background-position:top }
		     
#svv_header_reseller {
	width:990px; height:94px; 
	/* background-image:url(../img/img_partner/sitovivo-areaclienti_sfondo-header.jpg); */
	background-color: white;
	background-repeat: no-repeat; 
	background-position: top;
}		
			 
/* BARRE LATERALI */

#nav {
border-left:1px #3f659c solid;
border-right:1px #3f659c solid;
}

#contenuto {
border-left:1px #3f659c solid;
border-right:1px #3f659c solid;
}

/* FOOTER */

#svv_footer{text-align:center;  height:58px;
		background-image:url(../img/img_partner/sitovivo-areaclienti_sfondo-bottom.jpg);
		background-repeat:no-repeat; background-position:bottom;
}
		
#footer-text-big{
padding-top:7px;
color:#FFFFFF; 
font-size:11px;
font-weight:bold;
}
				
#footer-text-small{
color:#FFFFFF; 
font-size:10px;
}		
		
/* LOGIN */

#container{position:relative; margin: 0 auto;
			text-align:left; 
width:990px; 		
			}

#fondo-login {
border-left:1px #3f659c solid;
border-right:1px #3f659c solid;
background-image:url(../img/img_partner/sfondo_login.jpg);
background-repeat:repeat-y;
height:362px;
}

#fondo-get-psw {
border-left:1px #3f659c solid;
border-right:1px #3f659c solid;
background-image:url(../img/img_partner/sfondo_getpsw.jpg);
background-repeat:repeat-y;
height:362px;
}

#blocco-login{
padding-left:72px;
width:246px;
height:362px}




#centropagina{
width: 600px;
height: 494px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -247px;
}

#loginbox{text-align:center; height:494px; width:600px; margin-left:auto; margin-right:auto;
		background-image:url(../img/img_partner/login-box.png);
		background-repeat:no-repeat; background-position:bottom}

#titolo-login{
color:#FF9900;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
padding-top:20px;
}

#messaggio-login{
padding-top:40px;
color: #20466C;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}

#campi-login{
color:#20466C;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
}

#campi-login input 
{border-color:#CCCCCC; border-style:dashed; border-width:1px; padding-left:8px; color: #666666;}


/* BOTTONI 
 * bottoni con sfondo bianco per iframe principale e
 * bottoni con sfondo grigio per la barra dell'editor 
 */	
a.button_orange { /* Sliding right image */
    cursor:pointer;
	background: transparent url('../img/img_partner/nav_pulsante_hover.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; 
	margin-right: 6px;
	padding-right: 12px; 
	/* FONT PROPERTIES */
	text-decoration: none; color: #FFFFFF !important; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
}

a.button_orange span { /* Background left image */ 
	background: transparent url('../img/img_partner/nav_pulsante_inizio-hover.png') no-repeat; 
	display: block;
	line-height: 26px; 
	padding: 0px 0px 0px 12px;
	margin-left: -10px;
} 
a.button_orange:hover span{
	text-decoration:none;
	color: #20466C;
}

a.button_white { /* Sliding right image */
    cursor:pointer;
	background: transparent url('../img/img_partner/nav_pulsante.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; 
	margin-right: 6px;
	padding-right: 12px; 
	/* FONT PROPERTIES */
	text-decoration: none; color: #20466C !important; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
}

a.button_white span { /* Background left image */ 
	background: transparent url('../img/img_partner/nav_pulsante_inizio.png') no-repeat; 
	display: block;
	line-height: 26px; 
	padding: 0px 0px 0px 12px;
	margin-left: -10px;
}

a.button_white:hover {/* Background left image */ 
	background: transparent url('../img/img_partner/nav_pulsante_hover.png') no-repeat scroll top right; 
}

a.button_white:hover span{
	text-decoration:none;
	color: #FFFFFF;
	background: transparent url('../img/img_partner/nav_pulsante_inizio-hover.png') no-repeat; 
}

/* FINE BOTTONI */


/* BODY */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

#campi input.text, #contenuto-login select {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

#contenuto-login ul {
    list-style: none;
    padding-left: 4px;
    padding-right: 7px;
    padding-top: 15px;
}