﻿body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;
	color: #000;
	background-color: #656565;
	background-image: url('images/struttura/sfondi/sfondoNeroSfumato.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link
{
	color: #000000;
	text-decoration: none;
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 100%;
	font-family: Trebuchet MS, Verdana;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 100%;
	font-family: Trebuchet MS, Verdana;	
}

a:hover, a:active
{
	color: #44A1D0;
	text-decoration: underline;
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 100%;
	font-family: Trebuchet MS, Verdana;
}

div#banner
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	color: #000000;
	background-color: #000;
	border-bottom: 0px solid #000;
	height: 160px;
	
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-repeat: repeat-y;
	padding: 1em 5px 0 0;
}

div#container2
{
background-repeat: repeat-y;
background-position: right;
}

div#text-resize
{
	margin: 5px;
	float: right;
}

div#box
{
	margin: 10px;
	vertical-align: top;
	text-align: left;
}

div#more
{
float: right;
width: 160px;
margin: 0;
padding: 0em 5px 0 0;
color: #000;
}

div#more a
{
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 75%;
	font-family: Trebuchet MS, Verdana;
	color: #000000;
	font-weight:bold;
}

div#more a:hover
{
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 75%;
	font-family: Trebuchet MS, Verdana;
	color: #44A1D0;
	font-weight:bold;
}

div#content
{
/*margin-left: 10px;*/
/*margin-right: 170px;*/
width: 850;
line-height: 130%;
}

div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
}

#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;
	font-family: Trebuchet MS, Verdana;
	font-size: 70%;
	color: #FFFFFF;
}

div#articoliCorrelati
{
	color: #000;
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 80%;
	font-family: Trebuchet MS, Verdana;
	color: #000;
}

div#articoliCorrelati a
{
	color: #000;
	background-position: right;
	margin-top: 0;
	padding: 0;
	font-size: 80%;
	font-family: Trebuchet MS, Verdana;
	color: #44A1D0;
}

div#datario
{
	color: #fff;
	background-color: #FFF;
	border-bottom: 0px solid #000;
	background-image: url('images/calendario.png');
	background-repeat: no-repeat;
	height: 49px;
	width: 46px;
}

div#cercaAvanzato
{
	color: #000000;
	background-color: #ffffff;
	border-bottom: 0px solid #fff;
	background-repeat: repeat-x;
}

.datarioMese
{
	color: #fff;
	font-family: Trebuchet MS, Verdana; 
	border-bottom: 0px solid #000;
	font-size: 10pt;
	text-align: center;
	margin-left: 8pt;
}

.datarioGiorno
{
	color: #000;
	font-family: Trebuchet MS, Verdana;
	border-bottom: 0px solid #000;
	font-size: 18pt;
	text-align: center;
	margin-left: 7pt;
	margin-top: 10pt;
}

.separatorePuntiniOrizzontali
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	display: block; /*2. usiamo la proprietà float per allineare gli elementi orizzontalmente*/
	float: left; /*3. specifichiamo una larghezza per link di stessa larghezza nel caso di questo esempio*/ /*per link di larghezza relativa alla larghezza del testo, usare padding-right invece di width*/
	width: 100%; /*4. e un altezza*/
	height: 2px; /*5. aggiungiamo un spazio a sinistra tra ogni link*/ /*6. e un spazio cuscinetto (padding) a sinistra tra il bordo e il testo dei link*/ /*7. specifichiamo un colore di sfondo per i link*/ /*8. e un bordo sinistro di 10px*/ /*14. allineiamo verticalmente il testo*/
	background-image: url('images/struttura/sfondi/separatorePuntiniNeri.png');
}

.button
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;
}

.textbox
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;	
}

.label
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;	
}

.labelPiccolo
{
	font-size: 80%;
	font-family: Trebuchet MS, Verdana;	
}

.labelTitolo
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;	
	font-weight:700;
}

.labelTitoloNotizia
{
	font-size: 130%;
	font-family: Trebuchet MS, Verdana;	
	font-weight:bold;
	text-transform: uppercase;
	color: #000000;
}

.labelContenuto
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;	
	text-align:justify;
}

.labelEtichette
{
	font-size: 80%;
	font-family: Trebuchet MS, Verdana;
	font-style:italic;
	color:Green;	
}

.dropdownlist
{
	font-size: 90%;
	font-family: Trebuchet MS, Verdana;	
}

.datagrid
{
	font-family: Trebuchet MS, Verdana;
	font-size: 90%;
	border-top-style: none;
}

.immaginePost
{
	margin:5px 5px 5px 5px;
}

/* Grafica pannello avvisi*/
	.dialogboxShadowbox {
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}

	.dialogboxBody {
	background-color: #C0C0C0;
	}

	.dialogboxHeader {
	background-color: #33329A;
	}

	.bannerbox {
	background-color: #000080;      
	}
/* FINE Grafica pannello avvisi*/

/* MENU */

#navigation
{
margin-left: auto;
margin-right: auto;
width: 1000px;
padding: 0;
margin: 0px 0px 0px -43px;
position: relative;
top: 121px;
list-style: none;
}  

div#navigation ul
{
margin-left: auto;
margin-right: auto;
width: 1000px;
}

div#navigation li
{
display: inline;
margin: 0;
padding: 10px 0.3em;
text-decoration: none;
border: 1px solid #787878;
background: #ccc;color: #036; 
font-family: Trebuchet MS;
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
}

div#navigation li a
{
text-decoration: none;
padding: 10px;
color: #FFFFFF;
} 

div#subNavigationCorporate li
{
display: inline;
margin: 0;
padding: 0px;
position: relative;
top: 120px;
left: 0px;
text-decoration: none;
/*border: 1px solid #787878;*/
/*background: #ec1c24;color: #036; */
font-family:Trebuchet MS;
color: #ec1c24;
font-size:80%;
}

div#subNavigationCorporate li a
{
text-decoration: none;
padding: 10px;
color: #FFFFFF;
} 

div#subNavigationArchitecture li
{
display: inline;
margin: 0;
padding: 0px;
position: relative;
top: 120px;
left: 100px;
text-decoration: none;
/*border: 1px solid #787878;*/
/*background: #2ca9e0;color: #036; */
font-family:Trebuchet MS;
color: #FFFFFF;
font-size:80%;
}

div#subNavigationArchitecture li a
{
text-decoration: none;
padding: 10px;
color: #FFFFFF;
}

div#subNavigationIndustry li
{
display: inline;
margin: 0;
padding: 0px;
position: relative;
top: 120px;
left: -90px;
text-decoration: none;
/*border: 1px solid #787878;*/
/*background: #a4cd39;color: #036; */
font-family:Trebuchet MS;
color: #FFFFFF;
font-size:80%;
}

div#subNavigationIndustry li a
{
text-decoration: none;
padding: 10px;
color: #FFFFFF;
}

div#subNavigationArchivio li
{
display: inline;
margin: 0;
padding: 0px;
position: relative;
top: 120px;
left: 690px;
text-decoration: none;
border: 1px solid #787878;
background: #ccc;color: #036; 
font-family:Trebuchet MS;
color: #FFFFFF;
font-size:80%;
}

div#subNavigationArchivio li a
{
text-decoration: none;
padding: 10px;
color: #FFFFFF;
}

/* FINE MENU */
