/*
  Foglio di stile creato il 17 agosto 2004 da Marco GRAZIA
  per il sito: StilisticaMente

*/
body {
	background: #D0D0D0 url(../images/hgrd_l.gif);
	color: #000000;
	font: 100 0.9em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
hr {	display: none;}
strong {   font-weight: bold;	}
abbr, acronym {
	border-bottom: 1px dashed Blue;
	cursor: help;
}
div.code {
	border: 1px solid #000;
	background: #E6E6FA;
	padding: 5px;
	margin: 5px;
}
div.imago {
	margin: 1em;
	padding: 5px;
	float: left;
}
div.imago img {
	border: none;
	margin: 0 auto;
}
div.temp {
	margin: 1em;
	padding: 5px;
	background: #fff;
	border: 1px solid #B0C4DE;
	float: left;
}
div.temp img {
	border: 1px solid #B0C4DE;
	margin: 0 auto;
}
div.ombra {
	margin: 1em;
	float: left;
	padding: 3px;
	text-align: center;
}
div.ombra img {
	border-bottom: 1px outset #000;
	border-right: 1px outset #000;
	border-left: 1px outset #99B3CC;
	border-top: 1px outset #99B3CC;
	margin: 0 auto;
}
div.allungami {	height: 180px;}

/* campo nascosto */
#nascosto {
	position: absolute;
	display: block;
	width: 300px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	top: 2px;
	left: 80px;
	padding: 0 0 5px 0;
	background: url(../images/righe_o.gif) repeat right;
	text-align: left;
	z-index: 100;
}
#nascosto .dentro {
	position: relative;
	width: 297px;
	margin: -5px 0 0 -3px;
	background: #CCB66F url(../images/notification.png) no-repeat 10px 40px;
	border-top: 1px solid #BDB76B;
	border-left: 1px solid #BDB76B;
	border-bottom: 1px solid #86813B;
	border-right: 1px solid #86813B;
}
#nascosto .banner {
	position: relative;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: right;
	background: #C0A44E;
	border-bottom: 1px solid #86813B;
}
#nascosto .banner img {	
	float: right;
	border: none;
	margin: 2px;
}
#nascosto .banner p {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#nascosto .testo {
	margin-left: 50px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	background: #FBF59D;
	text-align: left;
	border-left: 1px dashed #BDB76B;
}
#nascosto .testo p {
	margin: 0 3px 0 10px;
	padding: 3px 0 3px 0;
}


/* tabelle */
table.form {
	margin: 5px;
	margin-left: 10px;
	padding: 5px;
   width: 96%;
	border: 1px solid #000;;
}
table.form caption {
	color: #8B0000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.25em;
}
table.form td {
	width: 50%;
}
input, textarea {
	border-bottom: 1px outset #000;
	border-right: 1px outset #000;
	border-left: 1px outset #99B3CC;
	border-top: 1px outset #99B3CC;
	background-color: #DCDCDC;
	width: 98%;
	color: #000;
}
input.check {	
   width: 40px;
	background-color: #F5F5F5;
	border: none;
}
input.button {
	width: 200px;
	color: #8B0000;
	margin: 0.5em;
}

/* fine blocco delle tabelle */
/* liste */
dl {
	margin: 0.5em 1em 0.25em 2em;
}
dl dt {
	margin: 1em 0.5em 1em 1em;
}
dl dt:first-letter {
	font-weight: bold;
	text-transform: capitalize;
}
ol.literal {
	list-style: lower-latin;
	padding-bottom: 0.5em;
}
ol {
	list-style: lower-roman;
	padding-bottom: 0.5em;
}
ol.decimal {
	list-style: decimal;
	padding-bottom: 0.5em;
}
ul {
	list-style: square;
	padding-bottom: 0.5em;
}
ul.cerchio {
	list-style: circle;
	padding-bottom: 0.5em;
}
ul.none {
	list-style: none;
	padding-bottom: 0.5em;
}
ul li, ol li,
ol.literal li, ol.decimal li {
	margin: 0.5em 1em 0.5em 0;
}

/* colori */
.rosso {	color: Red;}
.verde {	color: Green;}
.blu {	color: Blue;}

/* main */
div#contenitore {
	position: relative;
	margin-left: -49px;
	margin-right: 0;
	padding: 0;
	width: 762px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	background: #F0F4F0;
	border-left: 2px solid #596A82;
	border-right: 2px solid #596A82;
}
div#banner {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 120px;
	border-bottom: 6px solid #7C430E;
	background: url(../images/banner.jpg) no-repeat top;
}
div#banner h1 {
   margin: 0;
	font: 300 1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f5f5f5;
	text-align: right;
	padding-right: 0.75em;
	height: 1.8em;
	line-height: 1.8em;
}
div#banner h2 {
   margin: 0;
	font: italic 300 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f5f5f5;
	text-align: right;
	padding-right: 1em;
	height: 1.2em;
	line-height: 1.2em;
}
div#banner img {
	border: none;
	position: absolute;
	width: 171px; 
	height: 128px;
	top: 46px;
	left: -70px;
}
div#menu {
	position: absolute;
	left: 0;
	top: 200px;
	margin-bottom: 80px;
	width: 180px;
}
div#menu .banner {
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0;
}
div#menu .banner img {	border: none;}
div#menu .disclaimer {
	text-align: left;
	margin: 2px auto;
	margin-top: 40px;
	border-top: 1px solid #708298;
	border-bottom: 1px solid #708298;
	background: White;
	padding: 3px;
}
div#menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	list-style: none;
}
div#menu ul li a {
	display: block;
	font: 300 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	border: 1px none;
	padding: 0 1em;
	height: 1.5em;
	line-height: 1.5em;
}
div#menu ul li {	display: inline; } /* hack per Opera */
div#menu ul li.active a {
	background: #6495ED;
	color: #f5f5f5;
	border-right: 6px solid #FFD700;
}
div#menu ul li a {
	color: Blue;
}
div#menu ul li a.skip {	display: none;}
div#menu ul li a:hover {
	color: #FFF0F5;
	background: #404490;
	border-right: 6px solid Navy;
}
div#menu ul li a:active {
	color: Green;
	background: #FFD700;
	border: 1px dashed Green;
}
div#testo {
	position: relative;
	margin: 0 0 0 180px;
	padding-bottom: 1em;
	border-left: 1px dashed #d0d0d0;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #F0F0F0;
}
div#testo h3 {
	margin: 0 1em 2em 2em;
	padding-top: 1em;
	font: 300 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #384088;
	color: #384088;
}
div#testo h4 {
	margin: 0 1em 0.5em 0.5em;
	font: 500 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px dashed #A52A2A;
	color: #A52A2A;
}
div#testo p {
	margin: 1.5em 2.5em 1em 1em;
}
div#testo p:first-letter {
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: -0.5em;
}
div#testo a {
	text-decoration: underline;
	color: #0000CD;
}
div#testo a:visited {	color: Purple;}
div#testo a:hover {
	color: Maroon;
	background: Yellow;
}

div#testo .saluti {
	text-align: right; font-weight: bold; font-style: italic; padding-right: 1em;
	padding-bottom: 1em;
}
div#footer {
	position: relative;
	clear: both;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	height: 1.6em;
	background: url(../images/banner.jpg) no-repeat top;
	border-top: 3px solid #7C430E;
}
div#footer p {
	margin: 0.4em auto;
	color: #F5F5F5;
	font: italic 100 0.8em/0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.pulisci {	
   clear: left;
	text-align: right;
}
div.pulisci a {
	padding-right: 1em;
	height: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	color: Blue;
}
div.pulisci a:hover {	
   color: red;
}
/* Esclusioni per la stampa */
h1.print, h2.print {	display: none; }
h1.piede {	display: none; }
/* hack per IE \*/

* html body #contenitore {
	margin: 0 auto;
	margin: 0 auto;
}