/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;	
}
body {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 10pt;
}
img {
	border: 0;
}
/*form {
	padding: 0;
	margin: 0;
}*/
div#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
div#containerbody {
	padding: 0;
	height: 100%;
	width: 854px;
	margin: 0 auto;
	background-image: url(images/sfondo_conteiner.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.clear {
	clear: left;
	margin: 0;
	padding: 0;
	height: 51px; /* mettere la stessa altezza del footer */
}
body>div#container {
	height: auto;
	min-height: 100%;
}
div {
	/*behavior : url(iepngfix.htc);*/
}

/* Stili del TOP */
div#header {
	width: 854px;
	height: 285px;
	font-size: 10pt;
	margin: 0 auto;
}
.LINKaccessori 
{
	height: 11px;
	width: 854px;
	font-size: 10pt;
	text-align: left;
	color: #c5ccd2;
}
div#intestazione {
	margin: 0 auto;
	padding: 0;
	height: 285px;
	background-image: url(images/sfondo_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 854px;
}
div#intestazione .sottotitolo {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top:0px;
	padding-top: 110px;
	padding-right: 10px;
	text-align: right;
	width: 250px;
	float: right;
}
div#BoxTop {
	display: none;
}
/* FINE TOP */ 

/* Stili MENU SX */
.sepNav {
	height: 0;
	width: 0;
	margin-left: 18px;
	/*background-color: #FFFFFF;*/
}
/*div#corniceMenuTop
{
	background-image: url(images/corniceMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 209px;
	height: 12px;
}
div#corniceMenuBot
{
	background-image: url(images/corniceMenuBot.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 209px;
	height: 12px;
}*/
div#navigation { /* contenitore principale del menù */
    float: left;
    width: 190px;
	vertical-align: top;
	padding: 24px 0 0 0;
	margin-left: 1px !important; /* questa dicitura viene interpretata solo dagli ultimi browser */
	margin-left: 1;
	margin-right: 0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
}
div#navigation ul,div#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation ul {
	margin: 0 auto;
	width: 190px;
}
div#navigation li {
	padding-right: 2px;
	padding-left: 10px;
	color: #000000;
	display: block;
	height: 27px;
	background-image: url(images/voce_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
div#navigation li:hover {
	padding-right: 2px;
	padding-left: 10px;
	color: #000000;
	display: block;
	height: 27px;
	background-image: url(images/voce_menuH.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
div#navigation li.menu-freccia {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	cursor: pointer;
	position: static !important;
	position: relative;
	background-image: url(images/voce_menuF.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
div#navigation .menuArrow {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	width: 14px;
	height: 14px;
}
div#navigation ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding-top: 4px;
}
div#navigation a:active, div#navigation a:link, div#navigation a:visited {
	color: #000000;
}
div#navigation li.menu-freccia a:active, div#navigation li.menu-freccia a:visited {
	color: #000000;
	padding-top: 4px;
}
div#navigation a:hover, ul li a:hover {
	color: #993130;
}
div#navigation ul li div {
	width: 190px;
	position: relative !important;
	left: 181px !important;
	top: -19px !important;
	position: absolute;
	left: 181px;
	top: 19px;
	display: none;
	z-index: 5;
}
div#navigation ul li ul {
	/*display: block;*/
	background-image: none;
}
div#navigation ul li ul li a {
	display: block;
	cursor: pointer;
}
/* FINE MENU */

/* Stili CONTENUTO */
div#content {
    margin-left: 170px;
	padding: 0 2.5em 5em 4em;
	text-align: center;
	vertical-align: top;

	/*background-color: #AEAEAE;*/
}
div#Box {
	/*width: 100%;*/
	/*display: table-cell;*/
	vertical-align: top;
}
.titolo {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14pt;
	color: #000000;
	text-align: left;
	height: 26px;
	width: auto;
	text-decoration: none;
	background-image: url(images/sottotitolo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.testoCASO1 {
	font-family: Trebuchet MS, Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height:normal;
	text-align: justify;
}
.testoCASO1 a:link, .testoCASO1 a:visited, .testoCASO1 a
{
	text-decoration: none;
	color: #3366CC;
}
.testoCASO1 a:hover, .testoCASO1 a:visited:hover
{
	text-decoration: underline;
	color:#CC0000;
}
.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: 51px;
	font-size: 8pt;
	position: relative;
	background-image: url(images/sfondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 854px;
	text-align: center;
	clear: left;
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
}
#footTable {
	width: 854px;
	height: 51px;
	margin: 0 auto;
}
.cell1 
{
	width: 190px;
}
.cell2
{
	color: #9e9e9e;
}
.cell3 
{
	width: 50px;
}
/* FINE FOOTER */

div#indent a
{
	display : block;
	background : url(images/SITOMASTRO_logo.jpg) 0 0 no-repeat;
	margin-left : 85px;
	width : 78px;
	height : 27px;
	text-indent : -500em;
}