/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/sfondo_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-image: url(images/sfondo.jpg);*/
	background-color:#1b0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: normal;
	color: #333333;
	text-align:center;
}
img {
	border: 0;
}
hr 
{
	color: #FFFFFF;
	border: 0;
}
/*form {
	padding: 0;
	margin: 0;
}*/
div#container {
	background-image: url(images/sfondo_container.gif);
	background-position:center;
	background-repeat: repeat-y;
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	text-align:center;
}
div#containerbody {
	background-image: url(images/sfondo_navigazione.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
	width: 900px;
}
.clear {
	clear: left;
	margin: 0;
	padding: 0;
	height: 1px;
}
body>div#container {
	height: auto;
}
div {
	/*behavior : url(iepngfix.htc);*/
}

/* Stili del TOP */
div#header {
	width: 900px;
	height: 275px;
	font-size: 1.09em;
	background-image: url(images/sfondo_intestazione.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
.LINKaccessori {
	font-size: 1em;
	color:#FFFFFF;
	visibility: hidden;
}

div#intestazione {
	font-size: 1em;
	margin: 0 auto;
	padding: 0;
	height: 230px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#intestazione .tit {
	font-size: 2.28em;
	font-weight: normal;
	color: #660000;
	margin-top: 50px;
	padding-right: 160px;
}

div#intestazione .sottotitolo {
	font-size: 1.28em;
	font-weight: normal;
	color: #660000;
	padding-right: 160px;
}

div#BoxTop {
	display: none;
}
/* FINE TOP */ 

/* Stili MENU SX */
/*.sepNav {
	height: 0px;
	width: 200px;
	margin-left: 18px;
	background-color: #FFFFFF;
}*/
div#navigation { /* contenitore principale del menù */
	float: left;
	width: 220px;
	vertical-align: top;
	padding: 10px 0 0 20px !important;
	padding: 10px 0 0 10px;
	margin-left: 0;
	margin-right: 10px;
	text-align: left;
}
div#navigation ul,div#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation ul {
	margin: 0 auto;
	width: 218px;
}
div#navigation li {
	text-align:left;
	padding-right: 2px;
	padding-left: 10px;
	color: #333333;
	height: 30px;
	font-size: 1.09em;
	background-image: url(images/menu_sep.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#navigation li.menu-freccia {
	text-align:left;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/menu_sep.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 1.09em;
	line-height: 15px;
	display: block;
	cursor: pointer;
	position: static !important;
	position: relative;
}
div#navigation .menuArrow {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	width: 18px;
	height: 18px;
}
div#navigation ul li a {
	text-decoration: none;
	line-height: 15px;
	display: block;
	cursor: pointer;
}
div#navigation a:active, a:link, a:visited {
	color: #660000;
	line-height: 15px;
}
div#navigation a:hover {
	color:#FF0000;
}
div#navigation ul li div {
	width: 300px;
	position: relative !important;
	position: absolute;
	left: 201px !important;
	left: 210px;
	top: -25px !important;
	top: 10px;
	text-align:left;
	display: none;
	z-index: 5;
	background-color: #fff9e0;
	border: 1px solid #797979;
}
div#navigation ul li ul{
	/*display: block;*/
	width: 300px;
}
div#navigation ul li ul li a {
	display: inline;
	cursor: pointer;
}
/* FINE MENU */

/* Stili CONTENUTO */
div#content {
    margin-left: 240px;
	padding: 3em 1.5em 5em;
	text-align: center;
	vertical-align: top;
}
div#Box {
	/*width: 100%;*/
	/*display: table-cell;*/
	vertical-align: top;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	height: 26px;
	text-decoration: none;
	font-weight: bold;
}
.testoCASO1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
}
.msg {
	color:#CC0000;
}
.bordoIMG {
	padding: 8px;
}
.bordoIMGother {
	border: 1px solid #333333;
}
.titoloUNDER {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.textarea {
	overflow: auto;
	width: 160px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 130px;
}
.font {
	/*color: <%=Personalizza("Main_FontColor")%>;*/
}
.fontBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: <%=Personalizza("Header_FontColor")%>;*/
	font-weight: bold;
}
.bordo-tabella {
	border: 1px solid #000000;
}
.tableMailing {
	margin: 10px auto;
	width: 450px;
}
.IMGsfondoMAIL {
	background-color: #ededed;
	text-align: center;
}
/* --- pagina polls ---*/
.tablePolls {
	border: 0;
	margin: 0 auto;
	width: 100%;
}
.titoloPolls {
	background-color: #ededed;
	text-align: center;
	font-weight: bold;
}
.TESTOpollsCAMPI {
	height: 20px;
}
.TESTOpollsVOTAVEDI {
	text-align: left;
}
.TASTIpolls {
	height: 20px;
	cursor: pointer;
}
.TESTOscelta {
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
}
.collectVota {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
/* --- fine polls --- */
.campi {
	color : #000000;
	background : #FFFFFF;
	border: 1px solid #000000;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
}
.pulsante {
	cursor:pointer;
	color:#FFFFFF;
	background-image: url(images/bottone_sfondo.gif);
	background-repeat:repeat-x;
	border: 1px solid #002b7a;
	font-weight:bold;
	display:block;
	height: 28px;
}
/* FINE CONTENUTO */

/* Stili FOOTER */
div#footer {
	height: 60px;
	font-size: 1.09em;
	background-image: url(images/sfondo_footer.gif);
	width: 900px;
	text-align: center;
	clear: left;
	color: #ffffff;
	line-height: 20px;
	padding-top: 35px;
}
#footTable {
	width: 95%;
	height: 60px;
	margin: 0 auto;
}
.cell1 {
	width: 1px;
}
.cell2 {
	text-align: center;
}
.cell3 {
	width: 1px;
}
/* FINE FOOTER */
div#indent a
{
	display : block;
	background : url(images/ATO_logo.jpg) 0 0 no-repeat;
	margin-left : 0;
	width : 120px;
	height : 37px;
	text-indent : -500em;
}