/* Banda grigia dell'header e del Footer */
.bandagrigia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.layerhome {
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5em;
	top: 111px;
	left: 28%;
	visibility: visible;
	font-weight: normal;
	font-style: normal;
	clip:  rect(1px auto auto auto);
} 

/* Contenuti a destra e a sinistra delle pagine */
.menulaterale_dx {
	padding: 1em 0.5em;
	vertical-align: top;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #99CBFD;
}

.menulaterale_sx {
	padding: 1em 0.5em;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #99CBFD;
}

/* Menù in grassetto */
.menubold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(/images/arrow9.gif);
	list-style-position: outset;
	margin-left: 0;
	padding-left: 1.6em; 
}

/* Menù semplice */
ul.menu {
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.15em;
	
}

/* Menù con il bordo sfumato */
ul.menu3 {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu3 li a {
	display:block;
	text-decoration:none;
	padding:0.2 0.5em;
	height:1.5em;
	line-height:1.5em;
}
ul.menu3 li {
	display:inline;
	background:url(Immagini/sfumato.png);
}
ul.menu3 li a:link, ul.menu3 li a:visited {
	background:#ccc;
	color:#009;
}
ul.menu3 li a:hover, ul.menu3 li a:active {
	background:#eee url(Immagini/sfumato.png) 100% 0 repeat-y;
	color:#c00;
}

/* Tabella che racchiude una componente del sito */
.componenttable {
	border-bottom: 2px solid #0033CC;
}

/* Lista UL all'interno di un component*/
.componentlist {
	margin-top: 0em;
	margin-bottom: 0.5em;
	
}
/* Prima riga di una componenttable */
.componentheader {
	text-align: left;
	background-color: #0033CC;
	color: #FFFFFF;
	font-weight: bold;
}

.componenttableavvisi {
	border-bottom: 2px solid #990000;
	
}

/* Prima riga di una componenttable */
.componentheaderavvisi {
	text-align: left;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

/* Area centrale nelle pagine interne */
.content {
	padding: 1em;
	vertical-align: top;
	height: 20em;
	background-color: #DEDEDE;
}
/* Da mettere al TD delle tabelle per fare un bordo che separa le righe */
.tabellarighe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Area centrale nella home page */
.contenthome {
	padding: 1em;
	vertical-align: top;
	background-color: #DEDEDE;
	background-image: url(Immagini/Logo BCF sfondo250.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}
/*
.current {
	color: #FFFFFF;
	background-color: #0033CC;
} */

.current {
	color: #0033CC;
	background-color: #CCCCCC;
}

.paragraforientrato {
	margin-left: 1.8em;
	margin-bottom: .3em;
	margin-top: .5em;
}

/* Elementi abbinati staticamente */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

a:link {
         color: #990000;
         text-decoration: none;
}
a:visited {
         color: #990000;
         text-decoration: none;
}

a:hover {
         color: #FFFFFF;
         text-decoration: none;
         background-color: #0033CC;

}

/* a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
} */ 


form {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	width:80%;
}

.menulist {
	list-style-type: none;
	list-style-image: url(/images/arrow9.gif);
	list-style-position: outset;
	margin-left: 0;
	padding-left: 1.6em;
} 

li {
	margin-top: 1px;
	margin-bottom: 1px;
	color: #0000CC;
}

dl {
	font-family: verdana;
	color: #0000CC;
}

dt {
	margin-top: 0,5em;
	margin-bottom: 0em;
	font-size: 90%;
}

dd {
	margin-top: 0,15em;
	margin-bottom: 0em;
	font-size: 80%;
}

hr {
	color: #0033cc;
	background-color: #0033cc;
	border: 0px none;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin-bottom: .5em;
	color: #0000CC;
}

h2 {
	font-size: 140%;
	text-align: left;
	color: #0000CC;
}

p {
	margin-top: .5em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: auto;
	color: #0000CC;
	text-align: justify;
}

td {
	color: #0000CC;
}
/* Fine elementi abbinati staticamente */

/* Elementi dell'header */

/* Testo nell'header (path) */
.headertext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
}

.header-element1 {
	background-color: #DEDEDE;
	height: 70px;
	vertical-align: mid;
}

.header-element2 {
	height: 70px;
	background-color: #DEDEDE;
	vertical-align: mid;

}

.textsmall {
	margin-bottom: 5px;
	margin-left: 10px;	
	font-size: 80%;
	font-family: verdana;
	color: #0000CC; 
}
.text90 {
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;	
	font-size: 90%;
	font-family: verdana;
	color: #0000CC;
}
.text100 {
	margin-bottom: 5px;
	margin-left: 10px;	
	font-size: 100%;
	font-family: verdana;
	color: #0000CC;
}
