/* CSS Document */

/*-----------------------------------------------------------------*/
/* ------------------------ >>Globali<< --------------------------- */
/*-----------------------------------------------------------------*/

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; 
	margin:0; 
	border:0;
/*	font-size: 62.5%;  */
  font-family: 'Verdana', Arial, Helvetica, sans-serif; /* default font */
	}
	
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*rimuovi padding */
	margin:0; /* rimuovi margins */
	border:0; /* rimuovi borders */
  background: url(img/sfondo.jpg)  center center; /*  repeat-x fixed; */
	background-repeat: repeat;
	/*background-repeat: no-repeat;*/
	background-position: top center;
	color:#000000;
	}

/*-----------------------------------------------------------------*/
/* ------------------------ >>Base<< --------------------------- */
/*-----------------------------------------------------------------*/	


#wrap{
position: relative;
margin:0pt auto;
 left:50%; 
}

#header{
position: relative;
clear:both;
padding:0px ;
margin:0pt auto;
width: 100%;
height: 200px;
background:#f1f1f1;
}	

#header h1{
  width:583px;
  float:left;
}

#footer{
position: relative;
clear:both;
padding:0px ;
margin:0pt auto;
width: 100%;
height: 40px;
background:#f1f1f1;
}	

#menu{
width :300px;
}

#login{
width:200px;
}

/*-----------------------------------------------------------------*/
/* ------------------------ >>Text<< --------------------------- */
/*-----------------------------------------------------------------*/	

a:link {
	color: #713e04;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #713e04;
}
a:hover {
	text-decoration: underline;
	color: #b57f41;
}
a:active {
	text-decoration: none;
	color: #b57f41;
}
.menuSecondario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/menu1.gif);
	text-indent: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

a.menuSecondario:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/menu1.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
}
a.menuSecondario:active, a.menuSecondario:hover {
	color: #b57f41;
	font-weight: bold;
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
}
.menuSecondarioB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b57f41;
	font-weight: bold;
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	vertical-align: middle;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
.testo_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #317003;
	line-height: 14px;
}
.testo_marrone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #512C02;
	line-height: 14px;
}
.testo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
}
a.testo_bianco:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.testo_bianco:hover {
	text-decoration: none;
	color: #FFFF99;
}

.menu_diocesi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #957C48;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
}
a.menu_diocesi:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_diocesi:hover {
	text-decoration: none;
	color: #FFFF99;
}

.testo_giallo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffd200;
	line-height: 14px;
	font-weight: bold;
}

.titoli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #512C02;
	font-weight: bold;
}
.titoli_marrone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #512C02;
	font-weight: bold;
}

.history {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #512C02;
}
.history_selez {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #743F03;
}
a.history_selez:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #743F03;
}
a.history_selez:hover {
	text-decoration: underline;
	color: #512C02;
}
.utility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #713e04;
}
.padding_r {
	padding-right: 20px;
}
.titolo2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #317003;
}
.titolo3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #da9a00;	
}
.cerca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #ECE9D8;
}
.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ECE9D8;
	border: 1px solid #767458;
	padding: 4px;
}
.campiform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #adaa94;
	background-image: url(img/grigio_sfondo.gif);
	border: thin solid #ADAA94;
	line-height: 13px;
}
.testoPiccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	line-height: 11px;
}
	
.sfondo {
	background-repeat: no-repeat;
}
.trasp {
	background-color: #FFFFFF;
	filter: Alpha(Opacity=20%, FinishOpacity=10%)?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?);
}
.trasp3 {
	background-color: #FFFFFF;
    filter: Alpha(Opacity=5%, FinishOpacity=5%, Style=5%, StartX=5%, StartY=5%, FinishX=5%, FinishY=5%);
}
.trasp2 {
filter: alpha(opacity=50);
background-image: url(img/bianco.gif);
-moz-opacity:0.x;
opacity:.50;

}
.maiuscolo {
	font-weight: bold;
	text-transform: uppercase;
}
.bordo_tabella {
	border-top: 1px solid #ECE9D8;
	border-right: 1px none #ECE9D8;
	border-bottom: 1px solid #ECE9D8;
	border-left: 1px none #ECE9D8;
}
