@charset "utf-8";

/* CSS Document for Blank Application*/ /* Default setting*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	/* dare al div contenitore il text-align left per riallineare a sinistra */
	background: #fff url(../images/bg_hp.jpg) top repeat-x;
	width:930px;/*imposto la larghezza, mi baso sulla risoluzione più diffusa dei monitor 1024px*/
	position: absolute;
	/*background-color: #009900; o immagine se diversi da body*/
	/*overflow: auto;/*o auto se voglio barra di scorrimento*/
	left: 50%;
	margin-left: -465px;/*metà della larghezza NEGATIVA*/
}



.header {
	/*background: #fff url(../images/header.jpg) no-repeat;*/
	/*width: 600px;*/
	height: 96px;
	
	padding: 0;
	margin-bottom:36px;
    margin-left:140px; 
	padding:0 0 0 600px;
	
}

#footer {
	clear: left;
	text-align: right;
	padding: 25px;
	height: 25%;
	width:950px;
	/*border-top:1px solid #D7D9D9;*/
	background: #fff url(../images/footer_logo.jpg) left no-repeat;
}

#footer_reg{
	width:100%;
	margin-top:20px;
	clear:both;
}

#footer_container{
	clear:both;
	border-top:1px solid #ccc;
	margin-top:15px;
}

#footer_text{
	float:left;
	margin:10px;
	width:150px;
	text-align:left;
	color: #0E304D;
    font-size: 0.65em;
}

#footer_logogruppo{
	float:right;
	text-align:right;
	margin:10px;
	height:35px;
	width:350px;
}

#footer_logogruppo a img{
	border:none;
}



/* General Setting Tag - h1 to h6, img, p */

h2{
	color:#0D3558;
	font-style:normal;
	font-size:16px;
/*	text-transform:uppercase;*/
	float:left;
}
h2.tit_login {
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: -1px;
    margin:0;
    padding:0;
    width:100%;
}


p.testo_login{
	text-align: left;
/*	float:left;*/
	margin:5px 0;
	color:#000;
	font-size:12px;
	font-weight: normal;
}

#login_center_content_right h2
	{
	text-align:left;
}
p{
	text-align: left;
	clear:left;
	color:#666;
	font-size:12px;
	margin-top:24px;
}

a.rec_psw{
	float:left;
	color:#0D3558;
	font-size:11px;
	margin-top:28px;
	margin-left:120px;
}

a.rec_psw:hover{
	color:#0078D0;
	text-decoration:none;
}

a.registrati{
	color:#0D3558;
	font-size:12px;
	/*float:left;*/
	text-align:left;
}

a.registrati:hover{
	color:#0078D0;
	text-decoration:none;
}

	
/** Tabbed menu C orizzontale **/
#main{

}


#login_center_content_full {
    background: url("../images/bg_login_center_content_full.jpg") repeat-y scroll 0 0 transparent;
    float: left;
    width: 730px;
}


/** Form Style **/

/*elementi form*/
.form-utenza{
	font-size:12px;
	font-weight:bold;
	/*width:350px;*/
	float:left;
	padding-top:10px;
	color:#000
}
.form-utenza_small{
	font-size:12px;
	font-weight:bold;
	width:185px;
	float:left;
	margin-top:30px;
	padding:0;
	color:#000;
}
.userid{
	float:left;
	margin-left:0px;
	margin-top:10px;
	text-align:left;
	width:80px;
}

.password{
	float:left;
	text-align:left;
	margin-left:0px;
	margin-top:10px;
	width:80px;
}


.form-utenza input{
	margin-top:5px;
}


/*Errore pagina di autenticazione*/

.error p{
	color:red;
	background: url(../images/icon_error.gif) no-repeat;
	margin: 20px 0 0 110px;
	padding: 0 0 0 20px;

}




input.login{
	width:90px;
	/*background: url(../images/input.jpg) no-repeat;*/
	height:23px;
	border: 0;
	background-color: #E6E6E6;
	margin-left:10px;
	padding:2px 0 0 20px;
	float:right
}
input.login_large{
	width:230px;
	/*background: url(../images/input.jpg) no-repeat;*/
	height:23px;
	border: 0;
	background-image:none;
	background-color: #CCC;
	margin-left:10px;
	padding:2px 0 0 20px;
	float:left;
}
.form-dati{
	font-size:11px;
	font-weight:normal;
	width:259px;
	float:left;
	margin-top:15px;
	padding-left:110px;
	color:#666;
	background-color:#fff
}
input.dati{
	border: 0;
	background-color: #fff;
}
.form-accedi{
	font-size:11px;
	font-weight:normal;
	width:350px;
	float:left;
	margin-top:15px;
	color:#0C3457;
	background-color:#fff;
	padding-bottom:20px;
}
.form-registrati{
	width:185px;
	float:left;
}
.form-registrati_small{
	width:185px;
	float:left;
	margin-top:10px;
}
input.submit{
	font-size:11px;
	background: url(../images/submit.jpg) no-repeat;
	height:20px;
	width:106px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 0 #fff;
	margin-top:25px;
	float:right;
}

input.submit a:hover{
	background: url(../images/submit.jpg) no-repeat;
	border:1px solid red;
}


#login_right{
width:55px;
height:260px;
background: url(../images/bg_login_right.jpg) no-repeat;
float: left
}
 
submit, input[type="submit"] {
    font-size:11px;
	background: url(../images/submit.jpg) no-repeat;
	height:20px;
	width:106px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 0 #fff;
	margin-top:25px;
	float:right;
}
submit:hover, input[type="submit"]:hover {
  	background: url(../images/submit.jpg) no-repeat;
} 
 
 
 
 
 
 
 
fieldset{
	border:none;
}



/* End Form Style*/




.container {
	float: left;
	width: 100%;
}

table{
	font:100% normal Arial, Helvetica, sans-serif;
	float: left;
	margin-top:45px;
	/*width: 100%;*/
	text-align:left;
}

#global_login{
	margin:auto;
	width:730px;
	height:310px;
	clear:left;
}

#login_top{
	width:730px;
	height:40px;
	background: url(../images/bg_login_top.jpg) no-repeat;
}
#login_left{
	width:95px;
	height:240px;
	background: url(../images/bg_login_left.jpg) no-repeat;
	float: left
}
#login_bottom{
	width:730px;
	height:30px;
	background: url(../images/bg_login_bottom.jpg) no-repeat;
	float: left
}
#login_center_content{
	width:580px;
	/*height:240px;*/
	background-color:#fff;
	float: left
}
#login_center_content_left{
	width:100%;
	/*height:240px;*/
	background-color:#fff;
	/*border-right:1px solid #E4E4E4;*/
	float: left;
}
#login_center_content_right{
	width:185px;
	background-color:#fff;
	padding-left:25px;
	float: left
}

	
.main {
	width: 930px;
}

#right {
	float: right;
	width: 26%;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: inline;
}


#bodyContainer {
	clear: left;
	float: left;
	width: 60%;
	padding: 20px 0;
	margin: 0 0 0 4%;
	display: inline;
}



