/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}


/***********************************************/ 

#menuDX {
	background-color: #FFFFCC;
	position: relative;
	width: 280px;
	top: 0px;
	float: right;
	font-size:95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/ombrasudx.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}	
#menuDX ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	color: #CCCC99;
	display: block;
}

#menuDX li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	text-align: left;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#menuDX a:hover {
	color: #006699;
	text-decoration: none;
}

#menuDX h4 {
	background-color: #CCCC99;
	text-align: center;
	color: #FFFFCC;
}


/***********************************************/ 


a:link, a:visited, a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 140%;
 color: #006699;
}

h2{
	font-size: 140%;
	color: #6699CC;
	padding-top: 3em;
	font-weight: bold;
}


h3{
	font-size: 110%;
	color: #006699;
	padding-top: 1em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666666;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
 margin-right: 60px;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;	
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

#navBar{
	margin-top: 0;
	margin-right: 79%;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#content{
	float:right;
	width: 75%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	color: #FF9900;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sottotitolo {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 80%;
}
/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	white-space: nowrap;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/sottoglobal.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #003366;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	line-height: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8DEE9;
	border-right-color: #C8DEE9;
	border-bottom-color: #C8DEE9;
	border-left-color: #C8DEE9;
}

.story p{
	line-height: 1.5;
	margin-right: 60px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.story ul{
	line-height: 1.5;
	margin-right: 60px;
	padding: 0px 0px 10px 20px;
	text-align: justify;
}

.story li{
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 1em;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #cccccc;
	background-color: #D3E4EE;
	padding: 6px;
}

#siteInfo a{
	border-color: #FFFFFF;

}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navBar .selected {
	color: #FFFFFF;
	background-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	color: #FFFFFF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 80%;
	background-image: url(../img/sottonav.jpg);
	background-repeat: no-repeat;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	border: 1px none #FFFFFF;
	background-color: #B0D0DF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #003366;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sectionLinks a:visited{
	color: #003366;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #86B7CE;
	padding: 4px 0px 4px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** parole chiave  **************/

.key {
	font-weight: bold;
	width: 100px;
	float: right;
	text-align: right;
	line-height: 1em;
	background-color: #D3E4EC;
	font-size: 80%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #6699CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}



/************** tabella generica per testo **************/
table {
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

table caption {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	background-color: #eeeeee;
	margin: 0px;
	padding: 6px;
	line-height: 1em;
}

table th {
	background-color: #BCD5ED;
	line-height: 1em;
	padding: 5px 5px 5px 5px;
	color: #006699;
	border: 1px solid #0099CC;
}

table td {
	line-height: 1em;
	padding: 5px 5px 5px 5px;
	border: 1px solid #0099CC;
	text-align: left;
}	
	
table ul {
	list-style: square; 
	line-height: 1em;
}



/************** classe per celle tabelle **************/

.sinistra{
text-align:left
}

.destra{
text-align:right;
color:#0088CA
}


/************** classe per immagine torna su **************/
.imgtop {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #FFFFFF;
	display: block;
}
/************** div per immagine w3c **************/


.imgw3c {
	width: 88px;
	height:31px;
	position:relative;
	left:0px;
	top: 0px;
	float: right;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-style: none;

}



/************** grafici **************/
.grafici{
	margin-bottom: 32px;
	
}

/************** riquadri **************/
.riquadro{
	background-color:#EEF5F9;
	margin-right:60px;
	margin-top:10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
/************** fonte tabelle e immagini **************/

.fonte{
	margin-top: -30px;
	font-size: 90%;
	font-style: italic;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
	line-height: 90%;
}


/************** tabelle SIGLE **************/

#sigle{
border:none;

}

#sigle td {
	line-height: 1em;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

#sigle th {
	background-color: #BCD5ED;
	line-height: 1em;
	padding: 5px 5px 5px 5px;
	color: #006699;
	text-align:left;
}
.story table td ul {
	margin-left: 0px;
	padding-left: 0px;
}
.story table td li {
	text-align: left;
	margin-left: 16px;
	padding-left: 0px;
}
.invisibile {
display: none;
}

a.xhtml {
	background-image: url(http://www.w3.org/Icons/valid-xhtml10);
	background-repeat: no-repeat;
	height: 31px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0;
	right: 0;
	width: 88px;
	display: block;
}

a.xhtml :hover{
background-image: url(http://www.w3.org/Icons/valid-xhtml10);
background-repeat: no-repeat;
display: block;
height: 31px;
margin: 0px;
padding: 0px;
position: relative; top: 0; right: 0;
width: 88px;
}

.notaBene {
	background-color: #FFFFCC;
	border: 1px solid #91C8C8;
	padding: 12px;
}
