@charset "utf-8";
/* CSS Document */
body  {
	font: 80%  Arial, Verdana, Helvetica, sans-serif;
	background-color:#122154;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#253347;
}
p	{margin: 1em 0 1em 0;line-height: 130%;}

#container_bg { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#0b153a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	
} 

#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bg_center_02.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #DDDDDD;
	height:131px;
	background-image:url(images/header_x1bb.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#header_short { 
	background: #DDDDDD;
	height:75px;
	background-image:url(images/header_b.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#ricerca { 
	height:26px;
	width:490px;
	font-size:80%;
	padding:4px 0 0 0;
	text-align:right;
	/*border:1px solid #333333;padding: 0 10px 0 20px; */  
}
#ricerca2 { 
	height:30px;
	width:120px;
	font-size:80%;
	float:right;
	/*border:1px solid #333333;padding: 0 10px 0 20px; */  
}

#alphabet_bg { 
	height:85px;
	width:590px;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
	background-image:url(images/alphabet_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 16px 0 0 0;
	/*border:1px solid #333333; */  
}



#section_bg { 
	width:616px;
	background-image:url(images/sections_bg.gif);
	background-repeat:repeat-y;
	
	/*border:1px solid #333333; */  
}

#section_bg_top { 
	
	
	font-size:90%;
	font-weight:bold;
	background-image:url(images/sections_bg_01.gif);
	background-repeat:no-repeat;
	padding: 10px;
	/*border:1px solid #333333; */  
}

#section_bg_footer { 
	height:16px;
	background-image:url(images/sections_bg_02.gif);
	background-repeat:no-repeat;
	/*border:1px solid #333333; */  
}



#news_bg { 
	
	background-color:#0b153a;
	background-image:url(images/news_bg_09.gif);
	background-repeat:no-repeat;
	padding:28px 0 0 0;
	text-align:center;
	height:216px;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#news_bg_tall { 
	
	background-image:url(images/news_bg_09.gif);
	background-repeat:no-repeat;
	padding:28px 0 0 7px;
	text-align:center;
	
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#news_close { 
	
	background-color:#0b153a;
	background-image:url(images/news_bg_12.gif);
	background-repeat:no-repeat;
	padding:8px 9px 0 0;
	text-align:right;
	height:24px;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#logo { 
	
	height:60px;
	width:485px;
	padding:10px 0 0 0;
	text-align:right;

	 
} 

#topban { 
	
	height:60px;
	width:484px;
	padding:10px 0 0 0 ;
	float:right;
	text-align:left;

	 
} 

#toplogo { 
	
	height:50px;
	padding:0 0 0 0 ;
	clear:both;

	 
} 

.top_flash { 
	
	height:50px;
	width:300px;
	padding:0 0 0 0;
	 
}

.blog_button { 
	
	height:36px;
	width:306px;
	padding:0 0 0 0;

	 
} 



img {border:none;}



 


#menu { 
	background:#DDDDDD;
	height:36px;
	background-image:url(images/menu_bg_02.gif);
	background-repeat:repeat-x;
	clear:both;
	padding: 15px 0 0 12px;
	font-weight:bold;
	font-size:80%;
	text-align:left;
	
}


#menu a{ 
	
	color:#666699
	
}

#menu a:hover{ 
	
	color:#003366
	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
	
	/*border:1px solid #333333;
	background:#0099CC;
	text-align:center;*/
	
}

#banner1{
	
	width: 160px; 
	height:308px;
	background-image:url(images/home_03.gif);
	background-repeat:no-repeat;
	padding-top:4px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px;
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges 
	background-image:url(images/home_06.jpg);*/
	background-repeat:no-repeat;
}

#sidebar2_cont {
	float: right; /* since this element is floated, a width must be given */
	width: 158px;
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 4px 0 2px; /* padding keeps the content of the div away from the edges 
	background-image:url(images/home_06.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;*/
	font-size:90%;
}

.scroller {

	height:378px;
	overflow:auto;
	background-image:url(images/scroller_13.gif);
	background-repeat:repeat-y;
}

.scroller_top {

	background-image:url(images/scroller_12.gif);
	background-repeat:no-repeat;
	height:11px;
	
	
	}

.scroller_close {

	background-image:url(images/scroller_14.gif);
	background-repeat:no-repeat;
	height:22px;
	
	
	}

#banner2 {
	
	width: 164px;
	height:308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0 0 0; /* padding keeps the content of the div away from the edges */
	background-image:url(images/home_06.gif);
	background-repeat:no-repeat;
}

#mainContent { 
	margin: 0px 164px 0 164px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	/*background-color:#0b153a;
	
	border:1px solid #FFFFFF;*/
	text-align:center;
	background-image:url(images/inno_bg_09.gif);
	background-repeat:repeat-y;
} 

#mainContent_top { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:2px 10px 0 14px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background-image:url(images/center_04.jpg);
	background-repeat:no-repeat;
	height:310px;
	
} 

#mainContent_central { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:8px 20px 0 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background-image:url(images/inno_bg_06.gif);
	background-repeat:no-repeat;
	text-align:justify;
} 

#mainContent_close { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-image:url(images/inno_bg_10.gif);
	background-repeat:no-repeat;
	
	height:20px;
} 



#banner_bottom { 
	padding: 10px 0 0 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(images/banner_07.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:78px;
	
}

#buttons_bar { 
	padding: 10px 0 0 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(images/buttons_07.gif);
	background-repeat:no-repeat;
	text-align:center;
	height:78px;
	
}

#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(images/bg_05.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:80px;
	vertical-align:bottom;
	clear:both;
	border:1px solid #333333;
	background:#0099CC;
	margin-top:6px;
	text-align:center;
} 

#footer2 { 
	padding: 20px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(images/footer_08.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:39px;
	vertical-align:bottom;
	clear:both;
	clear:both;
	text-align:center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo { 
	padding:12px 0 0 20px;
	float:left;
}



.line { 
	
	height:1px;
	border-bottom:1px dashed #CCCCCC;

}

.copyright { 
	
	font-size:70%;
	padding:4px 0 0 12px;;

}

H1, H2, H3, H4, H5 {
	color: #243756;
	
}


H1 {
	font-size:190%;	
}

H2 {
	font-size:100%;	
}

H3 {
	font-size:90%;
	color:#003366;
	text-transform:uppercase;

}

.cont_top { 
	
	background-image:url(images/contents_bg_03.gif);
	background-repeat:no-repeat;
	height:13px;
	width:429px;
}
.cont_body { 
	
	background-image:url(images/contents_bg_05.gif);
	background-repeat:repeat-y;
	width:429px;
}

.cont_close { 
	
	background-image:url(images/contents_bg_06.gif);
	background-repeat:no-repeat;
	height:15px;
	width:429px;
}

.top_center { 
	
	background-image:url(images/mid_06.gif);
	background-repeat:no-repeat;
	height:9px;
}

.body_center { 
	
	background-image:url(images/mid_08.gif);
	background-repeat:repeat-y;
	padding:1px 10px 1px 10px;
	text-align:left;
	line-height:150%;
	
}

.body_center2 { 
	
	background-image:url(images/mid_08.gif);
	background-repeat:repeat-y;
	padding:1px 14px 1px 14px;
	text-align:justify;
	line-height:120%;
	font-size:80%;
	
}

.bottom_center { 
	
	background-image:url(images/mid_21.gif);
	background-repeat:no-repeat;
	height:13px;
}


.menu_button { 

padding:0 8px 0 6px;
border-right:1px solid #9ea0aa;
}

a{ 
	color:#333399;
	text-decoration:none;
	font-weight: bold;
} 

a:hover{
	color:#0066CC;
	text-decoration:none;
	font-weight: bold;
} 

.print	{
	
	text-align:right;
	vertical-align:text-top;
	margin-bottom:10px;
	font-size:80%;
	font-weight:bold;
	margin-left:4px;
	/*border-bottom:1px solid #CBD1EB;*/
	
	}
	
.box	{
	
	height:186px;
	vertical-align:middle;
	
	}
	

	
.back	{
	
	text-align:right;
	margin-bottom:10px;
	height:14px;
	padding:8px 0 0 0;
	border-top:1px dashed #CCCCCC;
	font-size:90%;
	}
	
.section	{
	
	text-align:right;
	height:16px;
	padding:24px 10px 6px 0;
	border-bottom:1px solid #CBD1EB;
	font-size:90%;
	font-weight:bold;
	color:#70819b;
	}

.section_short	{
	
	text-align:right;
	height:16px;
	padding:8px 4px 6px 0;
	border-bottom:1px solid #CBD1EB;
	font-size:90%;
	font-weight:bold;
	color:#70819b;
	margin-bottom:10px;
	}
	
.hold_banner	{
	
	width:160px; 
	height:305px;
	text-align:center; 
	padding:5px 0 0 1px;
	background-image:url(images/banner_bg_07.gif);
	background-repeat:no-repeat;

}

.expand	{
	
	width:200px; 
	height:20px;
	padding:7px 0 0 9px;
	font-size:11px;
	background-image:url(images/expand.gif);
	background-repeat:no-repeat;

}

.pic_area {width:150px; border-left:1px solid #CBD1EB;  text-align:right; float:right; }

.sub {
	border-top:1px solid #CCCCCC;
	width:400px;
	padding:8px 0px 8px 0px;
	font-weight:bold;
	color:#635F85;
	font-size:100%;
	margin-top:30px;
	line-height:1.7em;
}
.book {
	
	padding:15px 8px 8px 8px;
	width:162px;
	height:226px;
	background-image:url(images/contents_bg_cover_05.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}

.book_home {
	
	padding:15px 0 0 0;
	width:168px;
	height:234px;
	background-image:url(images/contents_bg_home.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}

.corporate {
	
	padding:8px 8px 8px 8px;
	width:600px;
	height:84px;
	background-image:url(images/corporate_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:6px;

	
}

.pinkbox{	/*border: 1px solid #666666;*/ background-color:#f8ddb8; padding: 10px 20px 10px 20px;  color:#000033; font-size:90%;}


.ad_box { 
font-size : 12px;
color:#CCCCCC;
background-image:url(images/ad_box.gif);
background-repeat:no-repeat;
height:110px;
width:174px;
padding:9px 10px 0px 10px;
} 
.ad_box2 { 
font-size : 12px;
color:#CCCCCC;
background-image:url(images/ad_box2.gif);
background-repeat:no-repeat;
height:110px;
width:204px;
padding:9px 10px 0 10px;
} 

.welcome_msg {font-size:90%;}

.bold {
	color: #313656;
	font-weight:bold;
}
.didascaly {
	color:#383D4F;
	font-size:0.8em;
}
.title_blue {color: #355482}
.dates_blue {color: #355482; text-transform:uppercase;}
.title_black {
	color: #000000;
	font-weight: bold;
}
.title_white {color:#FFFFFF}
.title_big { font-size:150%}
.title_black_small {color: #000000; font-size:90%;}
.ref {color:#333366; font-size:90%;}
.comment {
	font-size : 9px;
	font-weight:bold;
	color:#660099;
	vertical-align:text-top;
} 

.media {
	width:110px;
	float:right;
	padding:0 20px 0 6px;
	/*border-left:1px solid #9ea0aa;*/
} 

@media print{ 

/*hide the right column when printing*/
#sidebar1{display:none; width:0px;} 
#sidebar2_cont{display:none; width:0px;} 
#header{display:none;} 
#menu{display:none;} 
#footer2{display:none;}
#banner_bottom{display:none;}
#mainContent{margin-left:0;margin-right:0; width:100%}
.print	{display:none;} 
.back	{display:none;} 

}