/* Blu titoli e logo
002461
*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #08122c;
	background-color: #ffffff;
	margin: 0; padding: 0;
	position: relative;
	z-index: 1;
}

p, ul, form, h2, h3, dd, dt {
	font-size: 0.75em;
}

p.footerNote {
	font-size: 11px;
	text-align: center;
}

p.footerNote span {
	font-size: 12px;
	font-weight: bold;
}

p.footerNote a:link, p.footerNote a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #08122c;
}

p.footerNote a:hover, p.footerNote a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #08122c;
}

ul ul, li {
	font-size: 1em;
}

hr, .noscreen {
	position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a:link, a:visited {
	text-decoration: underline;
	color: #08122c;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	0 0 1em 1em;
}

/* forms */

form {
	margin: 1em auto;
	text-align: center;
}

form.centermargin {
	margin: 0 auto;
	text-align: left;
}

fieldset {
	border: none;
}

.formPair {
	margin: 1em auto;
	text-align: left;
}

label {
	display: block;
}

input.liteButton {
	font-size: 1em;
	padding: 0.2em 0.5em;
	background-color: #002461;
	color: #ffffff;
	border: none;
}

input.fullButton {
	font-weight: bold;
	font-size: 1em;
	padding: 0.2em 0.5em;
	background-color: #002461;
	color: #ffffff;
	border: 1px solid #ffffff;
}

/* fine forms */

dl.table-display {
	width: 80%;
	padding: 0;
	margin: 1em 0;
}

.table-display dt {
	float: left;
	display: inline;
	width: 28%;
	margin: 1% 1% 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd {
	float: left;
	display: inline;
	width: 69%;
	margin: 1% 0 0 1%;
	padding: 0 0 0 0;
	text-align: left;
}

.width100pc {
	width: 100%;
}

.width80pc {
	width: 80%;
}

.error {
	text-align: left;
	font-weight: bold;
}

.arancio {
	color: #ef8216;
}

.block {
	display: block;
}

.normal {
	font-weight: normal;
}

.center {
	text-align: center;
}

.centerff {
	margin: 0 auto;
}

.left {
	float: left;
}

.clear {
	clear: both;
}
