body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#660000;
	scrollbar-face-color:#990000;
	scrollbar-arrow-color: rgb(255, 255, 255);
	scrollbar-highlight-color: rgb(255, 255, 255);
	scrollbar-3dlight-color: rgb(149, 0, 0);
	scrollbar-shadow-color: rgb(255, 255, 255);
	scrollbar-darkshadow-color: rgb(149, 0, 0);
	scrollbar-track-color: rgb(255, 255, 255);
	overflow-x:hidden;   /* nasconde scrollbar orizzontale */
}
td {font-size: 12px}
th {font-size: 12px}

h1 {
	font-size:18px;
	margin-bottom:10px;
	color:#7F0000;
	line-height:22px;
}
h2 {
	font-size:14px;
	margin-bottom: 7px;
	color:#BF0000;
	line-height:16px;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
	color:#BF4300;
}
ul {
	margin-bottom: 6px;
	margin-top: 0px;
	color:#BF4300;
}
li {
	margin-bottom: 6px;
	margin-top: 0px;
	color:#BF4300;
}


.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-size: 10px;
	color: #999999;
}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


.formcol {
	color: #660000;
	background-color:#FFFFFF;
} 

.pulsantiform {
	background-color:#950000;
	color: #FFFFFF;
	font-size:9px;
	font-weight:bold;
	border-color:#7F0000;
	border-style:solid;
	border-width:1px;
	background-color:#BF4300;
} 

.photo {}

.inputbox{
	border:1px solid #C0C0C0;
	width:250px;
	height:16px;
	font-family:Tahoma;
	font-size:10px;
	
}


.inputboxMedio{
	border:1px solid #C0C0C0;
	width:120px;
	height:16px;
	font-family:Tahoma;
	font-size:10px;
	
}

.inputboxCorto{
	border:1px solid #C0C0C0;
	width:80px;
	height:16px;
	font-family:Tahoma;
	font-size:10px;
	
}

/* POSIZIONE BOX */

#contenitore  {
	position:absolute;
	width:649px;
	left: 101px;
	top: 135px;
	text-align:left;
	padding:0px;
	margin:0px;
}

html>body #contenitore {			/* Mozilla */
	top:123px;
	
}

#principale {
	width:649px;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
html>body #principale {			/* Mozilla */
	width:619px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
	
}
.minheight {					/* Hack per dare un altezza minima al box */
	height:450px;
	min-height: 450px; 			/* Mozilla */
	height: auto !important;
	height: 450px; 				/* Ie */
}
#principale a{text-decoration:none;color:#0060BF;}
#principale a:hover{text-decoration:none; color:#FF7800}
#principale a:visited{text-decoration:none;color:#999999;}

#boxfooter{
	width:649px;
	height:30px;
	text-align:left;
	background-image:url(../immagini/template/footer.gif);
	background-repeat:no-repeat;
}

#boxspaziatore{
	width:649px;
	height:30px;
	padding-top:5px;
}

#boxspaziatore p{
font-size:9px;
color:#FFFFFF;
text-align: center;
}


#boxip p{
font-size:9px;
color:#FFFFFF;
text-align: center;
}

	/* menu interno alla pagina */
#menuinside {
	float:right;
	width:auto;
	height:auto;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:15px;
	text-align:right;
	line-height:18px;
	font-family:Times New Roman, Times, serif;
	font-style:italic;
	font-size:14px;
}
#menuinside a{text-decoration:none;}
#menuinside a:hover{text-decoration:none; filter: blur;}
#menuinside a:visited{text-decoration:none;}


/* POSIZIONE BOX . Barra di navigazione laterale sinistra */

#menusx {
	position:absolute;
	width:101px;
	height:auto;
	left:0px;
	top:135px;
	line-height:20px;
}
#menusx ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#menusx li {
	margin: 0;
	width:101px;
	height:20px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	}
#menusx a, #menusx a:link {
	text-decoration:none;
	width:100%;
	height:20px;
}
#menusx a:hover {
	text-decoration:none;
	width:100%;
	height:20px;
	filter: Gray;
}
#menusx a:visited{
	text-decoration:none;
	width:100%;
	height:20px;
	filter: Alpha(Opacity=50);
}


/* POSIZIONE BOX . Accesso area riservata */
	
#login {
	position:absolute;
	width:101px;
	height:52px;
	left: 0px;
	top: 376px;
	text-align:center;
}
#login p{
color: #FFFFFF;
text-align:left;
margin-left:5px;}
#login .loginbox{
	border:1px solid #C0C0C0;
	width:96px;
	height:16px;
	font-family:Tahoma;
	font-size:10px;
	
	
	
	
	
}
#login a{
	text-decoration:none;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}
#login a:hover{text-decoration:none; color:#FF9900;}
#login a:visited{text-decoration:none;color: #FFFFFF;}


/* POSIZIONE BOX . Barra di navigazione superiore */

#menutop {
	position:absolute;
	width:352px;
	height:26px;
	left:150px;
	top:80px;
	z-index: 2;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
#menutop ul {
	margin:0px;
	padding:0px;
	}
#menutop  li{
	display: inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	}
#menutop a, #menutop a:link {
	text-decoration:none;
	width:auto;
	height:100%;
	}
#menutop a:hover {
	text-decoration:none;
	Filter: Gray;
}
#menutop a:visited{
	text-decoration:none;
	filter: Alpha(Opacity=50);
}


/* POSIZIONE BOX . Posizione immagini */

#boxvuoto {
	position:absolute;
	width:352px;
	height:30px;
	left:150px;
	top:105px;
	background-color:#FFFFFF;
	z-index: 3;
}
#boxscritta {
	position:absolute;
	width:445px;
	height:40px;
	left:101px;
	top:40px;
	background-image:url(../Immagini/template/scritta.gif);
	background-repeat:no-repeat;
}
#boxscrittagrande {
	position:absolute;
	width:1024px;
	height:80px;
	left:2px;
	top:2px;
	background-image:url(../Immagini/template/scrittagrande.gif);
	background-repeat:no-repeat;
	Filter: Alpha(Opacity=15) Glow(Color=#FFFFFF, Strength=5);
	-moz-opacity:0.15;
	opacity: 0.15;
	z-index: 2;
}
#boxpese {
	position:absolute;
	width:100px;
	height:100px;
	left:0px;
	top:0px;
	background-image:url(../Immagini/template/logo.gif);
	background-repeat:no-repeat;
}
#boxfoto {
	position:absolute;
	width:204px;
	height:85px;
	left:546px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../Immagini/template/foto.jpg);
}
#boxbarretta {
	position:absolute;
	width:50%;
	height:10px;
	left:750px;
	top:80px;
	background-repeat:repeat-x;
	background-image:url(../Immagini/template/bgbarra.gif);
	visibility: inherit;
}
#boxangolosx {
	position:absolute;
	width:49px;
	height:55px;
	left:101px;
	top:80px;
	background-image:url(../immagini/template/angolosx.gif);
	background-repeat:no-repeat;
	z-index:3;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}
#boxangolodx {
	position:absolute;
	width:248px;
	height:55px;
	left:502px;
	top:80px;
	z-index:3;
}
#boxsigla {
	position:absolute;
	width:101px;
	height:100px;
	left:0px;
	top:450px;
	background-image: url(../immagini/template/sigla.gif);
	background-repeat:no-repeat;
	Filter: Alpha(Opacity=15) Glow(Color=#FFFFFF, Strength=5);
	-moz-opacity:0.15;
	opacity: 0.15;
}

/* box design */
#boxwebmaster {
	position:absolute;
	width:101px;
	height:30;
	left:0px;
	top:570;
	background-image: url(../immagini/template/webmaster.gif);
	background-repeat:no-repeat;
}



/* Area Calendario iniziative*/
#calendario {font-size:9px; text-align:center;;}
#calendario table {}
#calendario td {font-size: 9px}
#calendario th {font-size: 9px}
#calendario a, #calendario a:link {color:#BF4300}
#calendario a:visited {color:#BF4300}





#dek {
    Z-INDEX: 200;
    VISIBILITY: hidden;
    POSITION: absolute
}

.popup {
    BORDER-RIGHT: gray thin;
    BORDER-TOP: gray thin;
    FONT-SIZE: 8px;
    BORDER-LEFT: gray thin;
    COLOR: #660000;
    BORDER-BOTTOM: gray thin;
    BACKGROUND-COLOR: yellow
}

.MainTable {
    BORDER-RIGHT: gray thin;
    PADDING-RIGHT: 0px;
    BORDER-TOP: gray thin;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: gray thin;
    WIDTH: 550px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: gray thin;
}
OPTION {
    FONT-SIZE: xx-small
}
SELECT {
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    TEXT-INDENT: 0pt;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: none
}
TEXTAREA {
	border-style: solid; 
	border-width:  1; 
	padding: 0 ;
	FONT-SIZE: xx-small;
	FONT-FAMILY: Tahoma
}



/* GESTIONE FOTO NON TOCCARE */

.stText p {padding:0px; margin:0px}
.stText {
	position:absolute;  
	margin-right:14px;
	width:300px; 
	top:0px; 
	left:0px; 
	padding-right:10px;
	}
#textParent { 
	overflow:hidden; 
	margin-left:0px; 
	position:relative;
	}
#imageViewer {
	position:absolute;
	overflow:auto;
	width:100%;
	top:80px;
	left:450px
	}
#imageViewer DIV {margin:10px;}
div.Section1 {page:Section1;}
.classetd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#photogallery td {
	font-size:10px;
	color:#BF4300;
}
#photogallery th {
	font-size:10px;
	color:#BF4300;
}
#photogallery .cornice {
border-color:#7F0000;
border-style:solid;
border-width:2px;
}

#errorinet td {font-size: 10px}
#errorinet th {font-size: 10px}
#errorinet table {width:580px}


#blog { font-family: Georgia, "Times New Roman", Times, serif; color: #BF4300; font-size: 10pt; font-style: normal; }

#blog LI { font-family: Georgia, "Times New Roman", Times, serif; color: #999999; font-size: 10pt; font-style: normal; }

#blog .piccolo { font-family: Georgia, "Times New Roman", Times, serif; color: #999999; font-size: 8pt; font-style: normal; }

#blog A:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-style: normal; text-decoration: none; color: #9D4444; }

#blog A:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-style: normal; text-decoration: none; color: #B76F6F; }

#blog A:hover { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-style: normal; text-decoration: underline; color: #D01616; }

#blog A:active { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-style: normal; text-decoration: none; color: #9D4444; }

#blog TD { font-family: Georgia, "Times New Roman", Times, serif; color: #999999; font-size: 10pt; font-style: normal; }

#blog P { font-family: Georgia, "Times New Roman", Times, serif; color: #999999; font-size: 10pt; font-style: normal; }

// DIV VISUALIZZA POSTA

#VisualizzaPosta A:link		{color: #FF0000; font-family: Verdana,Helvetica,Arial; font-size: 11px; text-decoration: underline;}
#VisualizzaPosta A:visited  {font-family: Verdana,Helvetica,Arial; font-size: 11 px; font-style: normal; text-decoration: none; color: #333399; }
#VisualizzaPosta A:hover	{color: #FB8318; font-family: Verdana,Helvetica,Arial; font-size: 11px; text-decoration: underline;}
#VisualizzaPosta A:active	{color: #BF4300; font-family: Verdana,Helvetica,Arial; font-size: 11px; text-decoration: underline;}
#VisualizzaPosta P 			{color: #696969; font-family: Verdana,Helvetica,Arial; font-size: 11px; font-weight: normal; line-height:16px}
#VisualizzaPosta TD		    {color: #696969; font-family: Verdana,Helvetica,Arial; font-size: 11px; font-weight: normal; line-height:16px}

#linknuziali a:link{text-decoration:underline ; color: #BF4300;}

#linknuziali a:visited{text-decoration:underline; color: #BF4300;}