/*INIZIO STRUTTURA GLOBALE*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.bottone {
	border: 1px solid #777;
	padding: 0;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #EEE;
}

.generic_form_text {
	background-color: #FFF;
	color: #777;
	height: 16px;
	border: 1px solid #D0D0D0;
	font-size: 11px;
}

.form_text,
.form_textarea,
.form_select,
.form_file {
	background-color: #FFF;
	color: #292929;
	border: 1px solid #D0D0D0;
	font-size: 11px;
	padding: 1px;
}

a {
	text-decoration: none;
	color: #5379ab;
}

a:hover {
	text-decoration: underline;
}

/**/

body {
	width: 100%;
	color: #000;
	background-color: #FFF;
	font-family: 'Lucida Grande',Tahoma,Verdana;
	font-size: 11px;
	text-align: center;
}

#struttura_container {
	width: 500px;
	margin: 0px auto;
	margin-top: 50px;
	border: 1px solid #515151;
	padding: 0;
	text-align: left;
}

#header {
	border: 0;
	margin: 0;
	padding: 0;
	height: 59px;
	background-color: #000;
	background-image: url(images/header_bg_login.png);
	background-repeat: repeat-x;
}

#header .header_sx{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 57px;
}

#header .header_sx .top_info_sx {
	margin: 0;
	margin-top: 3px;
	margin-left: 9px;
	padding: 0;
	width: 300px;
	height: 14px;
	border: 0;
	font-size: 11px;
	color: #DDD;
}

#header .header_sx .span_top_info_sx {
	font-size: 11px;
	font-weight: bold;
	color: #efefef;
}

#header .header_sx .menu_nav_icons {
	margin: 0;
	margin-top: 12px;
	margin-left: 9px;
	padding: 0;
	width: 300px;
	height: 22px;
	border: 0;
}

#header .header_sx .menu_nav_icons img {
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
}

#header .header_sx .menu_nav_icons .voceCorrente {
	background-color: #d7d7d7;
	border-bottom: 1px solid #777;
}

#header .header_dx{
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 155px;
	text-align: right;
}

#header .header_dx .top_info_dx {
	margin: 0;
	margin-top: 3px;
	margin-right: 9px;
	padding: 0;
	height: 14px;
	border: 0;
	font-size: 11px;
	color: #DDD;
}

#header .header_dx .span_top_info_dx {
	font-size: 11px;
	font-weight: normal;
	color: #DDD;
}

/**/

#struttura_help {
	display: none;
	margin: 0;
	padding: 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #515151;
}

#struttura_help h1 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#struttura_help .help_p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#struttura_help .help_chiudi {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: right;
}

/**/

#struttura_interno {
	margin: 0;
	padding: 0;
	border: 0;
}

/**/

#fondo {
	clear: left;
	padding: 0;
	margin: 0;
	height: 22px;
	color: #000;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}

#fondo .footer_sx{
	float: left;
	margin: 0;
	margin-top: 4px;
	margin-left: 9px;
	padding: 0;
	width: 250px;
	height: 16px;
	border: 0;
	font-size: 11px;
	color: #DDD;
}

#fondo .footer_sx p{
	font-size: 11px;
	color: #DDD;
}

#fondo .footer_sx a{
	text-decoration: none;
	color: #777;
}

#fondo .footer_dx{
	float: right;
	margin: 0;
	margin-top: 4px;
	margin-right: 9px;
	padding: 0;
	width: 200px;
	height: 16px;
	border: 0;
	font-size: 11px;
	color: #DDD;
	text-align: right;
}

#fondo .footer_dx p{
	font-size: 11px;
	color: #DDD;
}

#fondo .footer_dx a{
	text-decoration: none;
	color: #777;
}

/**/

#struttura_interno_area_login {
	border: 0;
	margin: 5px;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 5px;
	color: #000;
	background-color: #FFF;
	height: 110px;
}

.oo_autenticazione {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	color: #000;
	background-color: #FFF;
}

.oo_td_autenticazione_left {
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	width: 30%;
	padding-right: 3px;
}

.oo_td_autenticazione_right {
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	width: 70%;
}

.oo_td_autenticazione_center {
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}

.oo_td_autenticazione_form_text {
	background-color: #FFF;
	color: #555;
	width: 150px;
	height: 16px;
	border: 1px solid #D0D0D0;
	font-size: 12px;
}

/**/