/*INIZIO STRUTTURA GLOBALE*/

/* Reset */
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
u { text-decoration: underline; }

body { color: #555;	background-color: #212121;	font-family: 'Lucida Grande',Tahoma,Verdana; font-size: 11px; text-align: left; }


.bottone {
	border: 1px solid #777;
	padding: 0 7px 0 7px;
	margin: 0 3px 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background: #2580a2;
}

.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_pre_container {
	width: 300px;
	margin: 0px auto;
	margin-top: 50px;
	padding: 0;
	text-align: center;
}

#struttura_container {
	width: 300px;
	margin: 0px auto;
	margin-top: 25px;
	border: 1px solid #515151;
	padding: 0;
	text-align: left;
}

#header {
}

#header h1{
	background: #535353;
	color: #FFF;
	font-size: 11px;
	padding: 3px 0 3px 0;
	font-weight: bold;
	border-bottom: 2px solid #333;
	text-align: center;
}

/**/

#struttura_interno {
	margin: 0;
	padding: 0;
	border: 0;
}

/**/

#struttura_interno_area_login {
	border: 0;
	margin: 5px;
	margin-top: 25px;
	margin-bottom: 0px;
	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;
}

/**/