@import url("reset_ext.css"); 



#_1_base_elements { color: Red; }

html, body {
	min-height: 100%;
	height: 100%;
	background: white;
	font-size: 100.01%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.9em 0;
	font-weight:bold;
}

blockquote { margin:1em 0; }

p {
	margin:0 0 0.9em 0;
}

table {
	width:100%;
}

h2 {
	clear:both;
	color: black;
	float:left;
	overflow: hidden;
	zoom:1;
	background-color: #E98300;
	line-height:1.3em;
}

h2 * {
	text-decoration:none !important;
	color:black !important;
}

h2 a, h2 div {
	overflow:hidden;
	display:block;
	position:relative;
	font-size:0.9em;
	text-decoration: none;
	float:left;
	padding:0 4px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size:0.95em;
	clear:both;
	line-height:1.2em;
	width:100%;
	overflow: hidden;
	margin:0;
}

h3.atten {
	color:red;
}

h3 span {
	margin:0 10px 0 0;
}

h3 span.comment {
	margin:0 0 0 5px;
	color:#696969;
	font-size:0.8em;
	font-weight: normal;
}

h4 {
	font-size:0.9em;
	font-weight: normal;
	line-height:1.2em;
}

	h2 a:link, h2 a:visited, h4 a:link, h4 a:visited {
		color:black;
		text-decoration: none;
	}

	h2 a:hover, h4 a:hover {
		background-color: #FFAC00;
		color:black;
		text-decoration: none;
	}	

	
input {
	
}

a:link {
	text-decoration: underline;
	color: black;
}

a:visited {
	text-decoration: underline;
	color: #5A5A5A;
}

a:hover {
	text-decoration: underline;
	color: black;
	background: #e6e6e6;
}


#_2_main_structure { color: Red; }

div#cool_link {
	position:absolute;
	font-size:0.8em;
}

div.feedback_wrapper {
	padding:10px 20px 10px 10px;
}

table.pre_wrapper {
	width:100%;
	height:100%;
}

	table.pre_wrapper td {
		text-align:center;
		width:100%;
		background: white;
		height:100%;
	}
	
		table.wrapper {
			width: 100%;
			height: 100%;
			min-width: 800px;
			max-width: 1300px;
			width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 1300? "1300px" : "100%");
			border:1px solid #DCDCDC;
			border-width:0 1px;
			margin:0 auto;
		}

			table.wrapper td {
				height: 100%;
				text-align: left;
				background: transparent url(pictures/decor/bg_divider.gif) repeat-y 50% 0;
			}
			
			table.wrapper td td {
				background: none;
			}

				div.str_body {
					min-height: 100%;
					height: auto !important;
					height: 100%;
					margin: 0 0 -8em;
				}

					div.str_push {
						height:8em;
					}

#_2_1_addditional { color: Red; }

div.clear {
	clear:both;
}

#_3_header { color: Red; }

div#switcher {
	position: absolute;
	left:0;
	top:0;
	font-size:0.8em;
	z-index: 0;
}

div.str_header {
	text-align: center;
	height:100px;
	background-image: url(pictures/decor/bg_top.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
}

	div.str_logo {
		height:46px;
		width:210px;
		margin:0 auto;
		position: relative;
		top:27px;
		z-index:999;
		overflow: hidden;
	}
	
		div.str_logo b.dec_logo_1 {
			color:#F7951A;
		}
		
		div.str_logo b.dec_logo_2 {
			color:#758D95;
		}
		
		div.str_logo h1 {
			padding:0;
			background-color: white;
		}
		
		div.str_logo h1 a{
			width:210px;
			height:46px;
			overflow:hidden;
			display:block;
			position:relative;
			cursor: pointer;
			cursor: hand;
			font-size:1.6em;
			padding-top:20px;
			text-decoration: none;
		}
				
			div.str_logo h1 a span{
				position:absolute;
				width:210px;
				height:46px;
				top:0;
				left:50%;
				margin-left:-105px;
				background: transparent url(pictures/decor/logo.gif) no-repeat 0 0;
				cursor: pointer;
				cursor: hand;
			}
	
	div.str_languages {
		clear:both;
		position:relative;
		text-align: right;
		padding:5px 10px 5px 5px;
		font-size:12px;
		top:25px;
		color: black;
		overflow: hidden;
	}

		div.str_languages span, div.str_languages a {
			display:inline;
			font-weight: bolder;
			padding:2px;
		}
		
		div.str_languages span.divider {
			background: url(pictures/decor/menu_dot.gif) no-repeat center center;
			padding:2px 0;
		}
		
		div.str_languages span.divider span {
			visibility:hidden;
		}

		div.str_languages span.item {
			background-color: #e6e6e6;
			padding:2px;
		}

		div.str_languages a:link, div.str_languages a:visited {
			color:black;
			text-decoration: none;
		}
		
		div.str_languages a:hover {
			color:black;
			text-decoration: none;
			background-color: #ffac00;
		}
		
div.str_subheader {
	height:60px;
	background-color: #dcdcdc;
	overflow: hidden;
	text-align: center;
}

	div.str_subheader img {
		display:block;
		width:700px;
		height:90px;
		margin:0 0 0 50%;
		position:relative;
		left:-350px;
	}

#_4_site_parts { color: Red; }

div.str_parts {
	overflow: hidden; 
	width:100%;
	min-height: 100%;
	min-width:780px;
}
	
	div.str_parts_left {
		width:50%;
		float:left;
		overflow: hidden;
		zoom:1;
	}
		
		hr.str_parts_divider {
			display:none;
		}
	
	div.str_parts_right {
		width:50%;
		float:left;
		overflow: hidden;
		zoom:1;
		padding-right:1px;
		margin-left:-1px;
	}
		
		
		ul.navigation {
			margin:10px 0 0 0;
			
		}
		
		div.str_parts_right ul.navigation {
			margin:10px 0 0 1px;
		}
			
		ul.navigation li {
			clear:both;
			width:100%;
			overflow: hidden;
			line-height:1.2em;
			height:1.2em;
			margin:0 0 0.1em 0;
		}
				
		ul.navigation li * {
			text-decoration:none !important;
			color: #616161;
		}
				
		ul.navigation li span.main_item, ul.navigation li span.divider, ul.navigation li span.item {
			float:left;
			margin:0 5px 0 0;
		}
				
		ul.navigation li span.main_item {
			margin:0 5px 0 7px;
		}
		
		ul.navigation li span.main_item * {
			color: #767676 !important; 
		}
				
		div.str_parts_left ul.navigation li span.main_item, div.str_parts_left  ul.navigation li span.divider, div.str_parts_left ul.navigation li span.item {
			float:right;
			margin:0 0 0 5px;
		}
				
		div.str_parts_left ul.navigation li span.main_item {
			margin:0 7px 0 5px;
		}

		ul.navigation li span.main_item a:link, ul.navigation li span.item a:link, ul.navigation li span.main_item a:visited, ul.navigation li span.item a:visited {
			overflow:hidden;
			display:block;
			font-size:0.8em;
			padding:3px;
			line-height:1em;
		}
				
		ul.navigation li span.main_item a:hover, ul.navigation li span.item a:hover {
			background-color:white;
		}
				
		ul.navigation li span.main_item a.inside, ul.navigation li span.main_item a.active, ul.navigation li span.item a.inside, ul.navigation li span.item a.active {
			background-color: #E6E6E6 !important;
		}
				
		div.str_parts_left ul.navigation li span.main_item a, div.str_parts_left ul.navigation li span.item a {
			text-align:right;
		}
							
		ul.navigation li span.divider {
			display:block;
			width:15px;
			background: transparent url(pictures/decor/menu_divider.gif) repeat-x 0 40%;
			padding:0.3em 0;
			line-height:1em;
		}
				
		ul.navigation li span.divider span {
			visibility:hidden;
		}

		ul.navigation li span.main_item a {
			font-weight: bold;
			font-family: Arial, sans-serif;
			color: #637276;
			letter-spacing: 0.02em;
			font-size:0.8em;
		}
				
		ul.navigation li span.item a {
			font-size:0.8em;
		}
				
		div.str_content {
			clear:both;
			padding:10px 10px 0 10px;
			zoom:1;
			overflow: hidden;
		}

div.str_footer {
	height:8em;
	width:100%;
	clear:both;
	overflow:hidden;
}
	
	div.str_footer_left {
		width:50%;
		float:left;
		text-align:right;
		overflow: hidden;
	}

		div.str_footer_left div {
			padding:20px 10px 10px 10px;
			font-size:0.7em;
		}

	div.str_footer_right {
		float:left;
		width:45%;
		zoom:1;
		text-align:left;
		overflow: hidden;
		padding-right:1px;
		margin-left:2px;
	}

#_5_1_pages_press { color: Red; }

div.con_articles {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_articles ul li {
		clear:both;
		margin-bottom:0.7em;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding-bottom:0.7em;
		width:100%;
		overflow:hidden;
	}
	
		div.con_articles ul li div.logo {
			width:80px;
			height:80px;
			margin-right:-90px; 
			float:left;
			position: relative;
			overflow: hidden;
			text-align: center;
		}
		
			div.con_articles ul li div.logo img {
				width:80px;
				height:80px;
			}
			
		div.con_articles ul li div.info {
			margin-left:90px;
			position: relative;
		}
			
			div.con_articles ul li div.info h4 {
				font-size:0.9em;
				font-weight:bold;
				margin:0;
			}
			
			div.con_articles ul li div.info p.descr {
				margin:0.5em 0 0 0;
				font-size:0.8em;
				color: #696969;
			}
						
			div.con_articles ul li div.info div.dt {
				font-size:0.9em;
				color: #CC0200;
				font-weight: bold;
				margin:0.5em 0 0 0;
			}

div.con_article {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_article div.con_article_date {
		font-size:0.8em;
		margin:-1em 0 1em;
	}

	div.con_article div.con_article_logo {
		float:right;
		margin:0 0 15px 15px;
		background-color: #e0e0e0;
		overflow: hidden;
	}
	
	div.con_article div.con_article_logo_left {
		float:left;
		margin:0 15px 15px 0;
		background-color: #e0e0e0;
		overflow: hidden;
	}

	div.con_article blockquote.con_article_info {
		margin:0 0 1.5em 0;
		color: #696969;
	}				
	
		div.con_article blockquote.con_article_info  p.con_article_author {
			margin:0 0 0.6em 0;
			font-size:0.8em;
		}
	
		div.con_article blockquote.con_article_info  p.con_article_source {
			margin-bottom:0.6em;
			font-size:0.8em;
		}
		
		div.con_article blockquote.con_article_info  p.con_article_comment {
			margin-bottom:0.6em;
			font-size:0.8em;
		}
		
		div.con_article blockquote.con_article_info  p.con_article_link {
			margin-bottom:0.6em;
			font-size:0.8em;
		}
	
	div.con_article div.con_article_text {
		font-size:0.8em;
	}

#_5_2_pages_projects { color: Red; }

div.con_projects_main {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_projects_main ul {
		display: inline-block; 
		width:100%;
	}
	
	div.con_projects_main ul li {
		display: -moz-inline-box;  /* Moz */
		display: inline-block;  //display: inline;
		vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
		margin:0 10px 20px 0;
		padding: 0;
		width:30%;
		min-width:140px;
	}
	
		div.con_projects_main ul li div {
			width:140px;
			display: block;
		}
	
		div.con_projects_main ul li div div.type {
			font-size:0.8em;
			width:140px;
			text-align: center;
			height:1.6em;
			line-height: 1.6em;
			background: #696969;
			color: white;
			border-bottom:1px solid white;
		}
		
		div.con_projects_main ul li a.logo {
			display: block;
			vertical-align: bottom;
			margin-bottom:10px;
			width:140px;
			height:100px;
		}
		
			div.con_projects_main ul li a.logo img {
				width:140px;
				vertical-align: bottom;
			}
		
		div.con_projects_main ul li div.dt {
			font-size:0.75em;
			color: #CC0200;
			margin-bottom:2px;
			width:140px;
			font-weight: bold;
		}
		
		div.con_projects_main ul li h4 {
			margin:0;
			font-size:0.9em;
			font-weight: bolder;
			margin-bottom:6px;
			width:140px;
			color:#cc0200;
		}
		
		div.con_projects_main ul li div.place {
			font-size:0.8em;
			color: #696969;
			width:140px;
		}
		
		div.con_projects_main div.links {
			clear:both;
			font-size:0.8em;
			width:100%;
			overflow: hidden;
		}

div.con_projects {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_projects ul li {
		clear:both;
		margin-bottom:0.7em;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding-bottom:0.7em;
		width:100%;
		overflow:hidden;
	}

		div.con_projects ul li div.logo {
			width:80px;
			height:80px;
			float:left;
			position: relative;
			overflow: hidden;
			text-align: center;
			margin-right:-90px;
		}
		
			div.con_projects ul li div.logo img {
				width:80px;
			}
			
		div.con_projects ul li div.info {
			margin-left:90px;
			position: relative;
		}
			
			div.con_projects ul li div.info h4 {
				font-size:0.9em;
				display:inline;
				font-weight:bold;
				margin:0;
			}
			
			div.con_projects ul li div.info p.descr {
				display:block;
				margin:0.5em 0 0 0;
				font-size:0.8em;
				color: #696969;
			}
					
			div.con_projects ul li div.info div.dt {
				color: #CC0200;
				font-weight: bold;
				margin-top:0.5em;
				font-size:0.9em;
			}

div.con_project {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_project div.con_project_logo {
		position:relative;
		overflow: hidden;
		float: left;
		margin-right:-210px; 
		width:200px;
		text-align: center;
	}
	
		div.con_project div.con_project_logo img {
			width:200px;
		}
	
	div.con_project blockquote.con_project_info {
		padding-left:210px;
		margin:0;
	}

		div.con_project blockquote.con_project_info p.con_project_date {
			margin-bottom:0.1em;
			font-size: 0.8em;
			color: black;
			font-weight: bolder;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			width:100%;
			overflow: hidden;
		}
		
			div.con_project blockquote.con_project_info p.con_project_date strong {
				display:block;
				float:left;
				font-weight: normal;
			}
		
		div.con_project blockquote.con_project_info p.con_project_place {
			margin-bottom:1em;
			color: black;
			width:100%;
			overflow: hidden;
		}
			
			div.con_project blockquote.con_project_info p.con_project_place span {
				font-weight: normal;
				font-size: 0.8em;
				display:block;
				float:left;
			}
			
			div.con_project blockquote.con_project_info p.con_project_place span em {
				font-style: italic;
			}
		
		
		div.con_project blockquote.con_project_info p.con_project_event_type_art {
			font-size: 0.8em;
			margin:0 0 1em 0;
		}
		
		div.con_project blockquote.con_project_info p.con_project_link {
			font-size: 0.8em;
			margin:0 0 0.8em 0;
		}
		
		div.con_project blockquote.con_project_info blockquote.con_project_digest {
			font-size: 0.8em;
			margin:0 0 0.8em 0;
		}
		
		div.con_project blockquote.con_project_info p.con_project_photoalbum {
			margin:0 0 0.8em 0;
			font-size: 0.8em;
			line-height:1.5em;
		}
		
		div.con_project blockquote.con_project_info p.con_project_release {
			margin:0 0 0.8em 0;
			font-size: 0.8em;
		}
		
		div.con_project blockquote.con_project_info div.bl_files {
			width:auto;
			margin:0 0 1em 0;
		}
		
		div.con_project blockquote.con_project_info div.bl_files ul {
			background-color: transparent;
			padding:0;
			float:none;
		}
		
		div.con_project blockquote.con_project_info div.bl_files ul li {
			margin:0.5em 0;
		}
		
		div.con_project div.con_project_text {
			font-size:0.8em;
		}

#_5_3_pages_partners { color: Red; }

div.con_partners {
	clear:both;
	width:100%;
	overflow: hidden;
}

	div.con_partners ul {
		overflow: hidden;
		margin-bottom:1.2em;
		width:100%;
	}
	
	div.con_partners ul li {
		float:left;
		overflow: hidden;
		zoom:1;
		display:inline;
	}
	
		div.con_partners ul li a:hover {
			background-color: transparent;
		}

		div.con_partners ul li table {
			width:auto;
			height:50px;
			margin:0 20px 20px 0;
		}
	
			div.con_partners ul li table tr td {
				width:auto;
				height:50px;
				text-align:left;
				vertical-align: middle;
			}
			
			div.con_partners ul li table tr td div {
				font-size:0.6em;
			}
			
		div.con_partners ul li div {
			margin-top:3px;
			font-size:0.7em;
		}

div.bl_thank {
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:1em;
}

	div.bl_thank.personal {
		margin-top:1.5em;
	}

	div.bl_thank h4 {
		font-size:0.9em;
		font-weight:bold;
	}

	div.bl_thank ul li{
		width:100%;
		overflow:hidden;
	}

		div.bl_thank ul li div.logo {
			width:80px;
			float:left;
			position: relative;
			overflow: hidden;
			text-align: center;
			margin-right:-90px;
		}
		
		div.bl_thank ul li div.logo img {
			width:80px;
			height:auto;
		}

		div.bl_thank ul li div.info {
			margin:0 0 1em 100px;
			position: relative;
			font-size: 0.8em;
		}
		
		div.bl_thank ul li div.info .r-border {
			margin-bottom:0.6em;
		}
		
		div.bl_thank ul li div.info div.bl_thank_author {
			margin-left:15px;
			margin-bottom:0.1em;
			display:block;
		}
		
		div.bl_thank ul li div.info div.bl_interact_link {
			display:inline;
			font-size: 100%;
		}
		
		div.bl_thank ul li div.info div.bl_interact_link a {
			background-color: transparent;
			margin-left:10px;
			font-size: 100%;
		}

div.con_partners_people {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_partners_people ul {
		width:100%;
		overflow: hidden;
	}
	
		div.con_partners_people ul li {
			float:left;
			margin:0 0 1em 0;
			overflow: hidden;
			zoom:1;
			width:45%;
		}
		
		div.con_partners_people ul li div.logo {
			width:60px;
			height:60px;
			float:left;
			margin-right:-70px;
		}
		
		div.con_partners_people ul li div.info {
			margin-left:70px;
			position:relative
		}
		
			div.con_partners_people ul li div.info h4 {
				font-weight:bold;
				display:inline;
				font-size:0.9em;
			}
			
			div.con_partners_people ul li div.info div.status {
					color: #696969;
					margin:0.1em 0 0 0;
					font-size:0.8em;
			}
			

		
div.con_partner {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_partner div.con_partner_logo {
		margin:0 1em 1em 0;
		float:left;
		overflow: hidden;z
		zoom:1;
	}
	
	div.con_partner blockquote.con_partner_info {
		margin:0 0 1em 0;
		float:left;
	}
		
		div.con_partner blockquote.con_partner_info p.con_partner_description {
			margin-bottom:1em;
			font-style: italic;
			font-size: 0.8em;
		}
		
		div.con_partner blockquote.con_partner_info div.bl_interact_link {
			
		}
		
		div.con_partner div.con_partner_text {
			font-size: 0.8em;
			clear:both;
		}

	div.con_partner div.con_partner_projects {
		margin-top:1em;
	}
	
		div.con_partner div.con_partner_projects h4 {
			font-size: 0.9em;
			font-weight:bold;
		}

		div.con_partner div.con_partner_projects ul li{
			margin-bottom:0.5em;
			width:100%;
			overflow:hidden;
		}
		
			div.con_partner div.con_partner_projects ul li div.logo {
				width:60px;
				height:60px;
				float:left;
				position: relative;
				overflow: hidden;
				text-align: center;
				margin-right:-70px;
			}
			
				div.con_partner div.con_partner_projects ul li div.logo img {
					width:60px;
					height:60px;
				}
				
			div.con_partner div.con_partner_projects ul li div.info {
				margin-left:70px;
				position: relative;
			}
		
				div.con_partner div.con_partner_projects ul li div.info h5 {
					font-size:0.8em;
					font-weight:bold;
					margin:0;
				}
				
				div.con_partner div.con_partner_projects ul li div.info h5 span.dt {
					color:#696969;
					font-size:0.9em;
					font-weight:normal;
				}
				
				div.con_partner div.con_partner_projects ul li div.info em {
					color:#696969;
					font-size:0.8em;
					display: block;
					margin-top:5px;
				}
				
				
	div.con_partner div.con_partner_photoalbums {
		margin-top:1em;
	}
	
		div.con_partner div.con_partner_photoalbums h4 {
			font-size: 0.9em;
			font-weight:bold;
		}

		div.con_partner div.con_partner_photoalbums ul li{
			margin-bottom:0.5em;
			width:100%;
			overflow:hidden;
		}
		
			div.con_partner div.con_partner_photoalbums ul li div.logo {
				width:60px;
				height:60px;
				float:left;
				position: relative;
				overflow: hidden;
				text-align: center;
				margin-right:-70px;
			}
			
				div.con_partner div.con_partner_photoalbums ul li div.logo img {
					width:60px;
					height:60px;
				}
				
			div.con_partner div.con_partner_photoalbums ul li div.info {
				margin-left:70px;
				position: relative;
			}
		
				div.con_partner div.con_partner_photoalbums ul li div.info h5 {
					font-size:0.8em;
					font-weight:bold;
					margin:0;
				}
		
				div.con_partner div.con_partner_photoalbums ul li div.info em {
					color:#696969;
					font-size:0.8em;
					display: block;
					margin-top:5px;
				}

#_5_4_pages_search { color: Red; }

div.bl_search {
	padding:20px 10px 10px 10px;
}
	
	div.bl_search input {
		font-size:0.9em;
		font-weight: normal;
		width:200px;
	}

	div.bl_search input.submit {
		color: black;
		padding:0 10px;
		font-weight: normal;
		width:auto;
	}

div.con_search {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_search input  {
		font-size:1em;
		width:70%;
		height:1.6em;
		vertical-align: middle;
	}
	
	div.con_search input.btn_submit  {
		height:1.6em;
		width:100px;
		font-weight: normal;
		font-size:0.9em;
	}
	
div.con_search_result {
	margin-top:20px;
	font-size:0.8em;
}
	
	div.con_search_result ul {
		margin:0;
		padding:0;
	}
	
		div.con_search_result ul li {
			margin:0 0 0.7em 0;
			list-style: none;
		}
	
#_5_5_pages_news { color: Red; }

div.bl_news_main_title {
	clear:both;
	width:100%;
	overflow: hidden;
}

div.bl_news_main_title h2 {
	margin:0;
}

	div.bl_news_main_title div.bl_news_subscribe {
		font-size: 1em;
		text-align:right;
		margin:0 0 20px 0;
	}
	
		div.bl_news_main_title div.bl_news_subscribe label {
			font-size: 0.8em;
		}
		
		div.bl_news_main_title div.bl_news_subscribe input {
			font-size: 0.7em;
			height:2em;
			margin:0 0 0 3px;
			width:100px;
		}
		
		div.bl_news_main_title div.bl_news_subscribe input.submit {
			padding:0 4px;
			width:auto;
		}

div.con_subscribe {
	width:100%;
	overflow:hidden;
	clear:both;
	padding:1em 0;
}	

	div.con_subscribe div.con_subscribe_result {
		margin-bottom:1em;
	}
	
	div.con_subscribe label {
		font-size:0.9em;
	}
	
	div.con_subscribe input  {
		font-size:1em;
		width:9em;
		height:1.6em;
		vertical-align: middle;
	}
	
	div.con_subscribe input.btn_submit  {
		height:1.6em;
		width:9em;
		font-weight: normal;
		font-size:0.9em;
	}
		
div.con_news {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_news div.links {
		text-align:right;
		font-size:0.8em;
		overflow: hidden;
		width:100%;
		margin:10px 0 0 0;
		
	}
		
	div.con_news ul li {
		clear:both;
		width:100%;
		overflow: hidden;
		margin-bottom:0.7em;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding-bottom:0.7em;
		zoom:1;
	}

		div.con_news ul li div.logo {
			position:relative;
			overflow: hidden;
			float: left;
			margin-right:-70px; 
			width:60px;
			height:60px;
			text-align: center;
			margin-top:1.4em;
		}
		
		div.con_news ul li div.logo img {
			width:60px;
		}
		
		div.con_news ul li div.info {
			padding-left:70px; 
			float: left;
		}
		
			div.con_news ul li div.info span.dt {
				font-size:0.9em;
				color: #CC0200;
				font-weight: bold;
				margin-left:-70px;
			}
			
			div.con_news ul li div.info h4 {
				font-size:0.9em;
				font-weight:bold;
				margin:-1.1em 0 0.4em 0;
			}
						
			div.con_news ul li div.info div.lead {
				font-size:0.8em;
				color: #696969;
				margin:0;
				overflow: visible;
				z-index:800;
			}
			
div.con_new {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_new div.con_new_logo {
		float:left;
		margin:1em 15px 15px 0;
		background-color: #e0e0e0;
		overflow: hidden;
	}
	
	div.con_new blockquote.con_new_info {
		margin:0 0 1em 0;
		color: #696969;
	}				

		div.con_new blockquote.con_new_info  p.con_new_date {
			margin:-1em 0 0.6em 0;
			font-size:0.8em;
		}
	
	div.con_new div.con_new_text {
		font-size:0.8em;
	}

div.con_subscribe_form label {
	font-size:0.8em;
}

div.con_subscribe_form input {
	font-size:0.9em;
}

#_5_6_pages_faq { color: Red; }		

div.con_questions {
	width:100%;
	overflow: hidden;
	clear:both;
}
	
	div.con_questions li, div.con_questions ul li {
		margin-bottom:1em;
	}

	div.con_questions ul li div.question {
		width:100%;
		overflow: hidden;
		margin-bottom:1em;
		cursor:pointer;
	}
	
	div.con_questions ul li div.question a {
		text-decoration: none;
		border-bottom:1px dashed;
	}
	
	div.con_questions ul li div.bl_answer {
		display: none; 
		/* overflow: hidden; 
		height: 0px; 
		opacity: 0; */
	}	

	div.con_questions ul li div.question div.logo {
		position:relative;
		width:60px;
		height:60px;
		margin-right:-70px;
		float:left;
		overflow: hidden;
	}

	div.con_questions ul li div.question div.logo img {
		width:60px;
		height:60px;
	}
	
	div.con_questions ul li div.question div.descr {
		margin-left:80px;
		position: relative;
		font-size:0.8em;
	}
	
	div.con_questions ul li ul {
		margin-left:20px;
	}
	
	div.con_questions ul li ul li {
		clear: both;
		width:100%;
		overflow: hidden;
	}
	
	div.con_questions ul li ul li div.logo {
		position:relative;
		width:60px;
		height:60px;
		margin-right:-70px;
		float:left;
		overflow: hidden;
	}
	
	div.con_questions ul li ul li div.logo img {
		width:60px;
		height:auto;
	}

	div.con_questions ul li ul li div.answer {
		background: white url(pictures/decor/bub_an_l.gif) repeat-y left;
		border-right:1px solid #7E7E7E;
		border-top:1px solid #7E7E7E;
		margin-left:80px;
		position: relative;
	}
	
	div.answer div.blabla {
		width:12px;
		height:12px;
		position:relative;
		float:left;
		left:-11px;
		top:10px;
		z-index:20;
		background: transparent url(pictures/decor/bub_an_bla.gif) no-repeat left top;
	}
	
	div.answer div.middle {
		padding:10px;
		font-size:0.8em;
	}
	
	div.answer div.bottom {
		background: white url(pictures/decor/bub_an_b.gif) repeat-x left bottom;
		height:15px;
	}
	
	div.answer div.bottom div {
		background: transparent url(pictures/decor/bub_an_lbc.gif) no-repeat left bottom;
		height:15px;
		width:15px;
	}
	
div.con_questions div.bl_interact_link {
	margin-left:80px;
}



#_5_7_pages_photoalbums { color: Red; }	

div.con_photoalbums {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_photoalbums ul li {
		clear:both;
		margin-bottom:0.7em;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding-bottom:0.7em;
		width:100%;
		overflow:hidden;
	}
	
		div.con_photoalbums ul li div.logo {
			width:80px;
			height:80px;
			margin-right:-90px;
			float:left;
			position: relative;
			overflow: hidden;
			text-align: center;
		}
		
			div.con_photoalbums ul li div.logo img {
				width:80px;
				height:auto;
			}
						
		div.con_photoalbums ul li div.info {
			margin-left:90px;
		}
			
			div.con_photoalbums ul li div.info h4 {
				font-size:0.9em;
				display:inline;
				font-weight:bold;			
				margin:0;
			}
			
			div.con_photoalbums ul li div.info p.descr {
				margin:0.5em 0 0 0;
				font-size:0.8em;
				color: #696969;
			}
			
			div.con_photoalbums ul li div.info div.dt {
				color: #CC0200;
				font-weight: bold;
				margin-top:0.5em;
				font-size:0.9em;
			}
					


div.con_photoalbum {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	blockquote.con_photoalbum_info {
		margin:0;
		color:#696969;;
	}

		blockquote.con_photoalbum_info p.con_photoalbum_project_date {
			margin-bottom:1em;
			font-size:0.8em;
		}
	
		blockquote.con_photoalbum_info p.con_photoalbum_description {
			font-size:0.8em;
			margin-bottom:1em;
		}
		
		blockquote.con_photoalbum_info p.con_photoalbum_link {
			font-size:0.8em;
			margin-bottom:1em;
		}
	
	div.con_photoalbum div.con_photoalbum_photos img {
		display:block;
		float:left;
		margin:0 10px 10px 0;
		width:80px;
		height:80px;
	}

div.con_photo {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_photo_picture {
		float:left;
		margin:0 10px 20px 0;
		overflow:hidden;
		zoom:1;
	}
	
		div.con_photo_picture div {
			margin-top:10px;
			font-size:0.8em;
			float:left;
		}
	
	div.con_photo_links {
		float:left;
	}
	
	div.con_photo_links ul li {
		font-size:0.8em;
	}
	
#_5_8_pages_events { color: Red; }	

div.bl_calendar_search {
	clear:both;
	width:100%;
	overflow: hidden;
	padding:15px 0 10px;
	background-color: #f0f0f0;
	margin-bottom:1em;
}

	div.bl_calendar_search_place, div.bl_calendar_search_art, div.bl_calendar_search_time, div.bl_calendar_search_submit {
		float:left;
		width:22%;
		padding:0 10px 0 0;
	}
	
	div.bl_calendar_search_place {
		padding:0 10px 0 5px;
	}
	
	div.bl_calendar_search_submit {
		padding:0;
	}
	
	div.bl_calendar_search_place div, div.bl_calendar_search_art div, div.bl_calendar_search_time div, div.bl_calendar_search_submit div {
		font-size:0.7em;
		color:#696969;
		overflow:hidden;
	}
	
	div.bl_calendar_search_place input {
		width:100%;
		font-size:0.8em;
	}
	
	div.bl_calendar_search_art select, div.bl_calendar_search_place select {
		width:100%;
		font-size:0.7em;
	}
	
	div.bl_calendar_search_time input {
		width:100%;
		font-size:0.8em;
	}
	
	div.bl_calendar_search_submit input {
		font-size:0.7em;
		line-height: 0.8em;
		margin-top:-2px;
		color:black;
		width:auto;
		background: #efefef;
	}

div.con_events_main {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_events_main h3.future {
		background-color:#06607A;
		color:white;
		padding:2px 4px;
		margin-bottom:1em;
	}
	
	div.con_events_main h3.past {
		background-color:#D8C394;
		padding:2px 4px;
		margin-bottom:1em;
	}
	
	div.con_events_main ul {
		clear:both;
		display: inline-block;
		width:100%;
	}
	
	div.con_events_main ul li {
		display: -moz-inline-box;  /* Moz */
		display: inline-block;  //display: inline;
		vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
		margin:0 10px 20px 0;
		padding: 0;
		width:30%;
		min-width:140px;
	}
	
		div.con_events_main ul li div {
			width:140px;
			display: block;
		}
	
		div.con_events_main ul li div div.type {
			font-size:0.8em;
			width:140px;
			text-align: center;
			height:1.6em;
			line-height: 1.6em;
			background: #696969;
			color: white;
			border-bottom:1px solid white;
		}
		
		div.con_events_main ul li div div.type.stared_type {
			background:#FFAC00;
			color:black;
		}

		div.con_events_main ul li a.logo {
			display: block;
			vertical-align: bottom;
			margin-bottom:10px;
			width:140px;
			height:100px;
			position:relative;
		}
		
			div.con_events_main ul li a.logo div.stared {
				background: url(pictures/decor/star_4.png);
				width:140px;
				position:absolute;
				height:100px;
			}
		
			div.con_events_main ul li a.logo img {
				width:140px;
				vertical-align: bottom;
			}
		
		div.con_events_main ul li div.dt {
			font-size:0.75em;
			color: #CC0200;
			margin-bottom:2px;
			width:140px;
			font-weight: bold;
		}
		
		div.con_events_main ul li h4 {
			margin:0;
			font-size:0.9em;
			font-weight: bolder;
			margin-bottom:6px;
			width:140px;
			color:#cc0200;
		}
		
		div.con_events_main ul li div.place {
			font-size:0.8em;
			color: #696969;
			width:140px;
		}
		
		div.con_events_main div.links {
			clear:both;
			font-size:0.8em;
			width:100%;
			overflow: hidden;
		}
	
	
div.con_events {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_events ul li {
		clear:both;
		margin-bottom:0.7em;
		width:100%;
		overflow:hidden;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding-bottom:0.7em;
	}
		
		div.con_events ul li div.logo {
			width:80px;
			height:80px;
			float:left;
			position: relative;
			overflow: hidden;
			text-align: center;
			margin-right:-90px;
		}
		
			div.con_events ul li div.logo img {
				width:80px;
			}
		
		div.con_events ul li div.info {
			margin-left:90px;
			position: relative;
			color: #696969;
		}
			
			div.con_events ul li div.info h4 {
				font-size:0.9em;
				font-weight:bold;
				margin:0;
			}
			
			div.con_events ul li div.info div.dt {
				color: #CC0200;
				font-weight: bold;
				margin:0.5em 0 0 0;
				font-size:0.9em;
			}
			
			div.con_events  ul li div.info div.type {
				margin:0 0 0 0;
				font-size:0.8em;
				font-style: italic;
				color:#696969;
			}
			
			div.con_events ul li div.info p.city {
				font-size:0.8em;
				margin:0.5em 0 0 0;
			}
			
			div.con_events ul li div.info p.place {
				font-size:0.8em;
				margin:0.5em 0 0 0;
			}
			
			div.con_events ul li div.info p.arts {
				font-size:0.8em;
				margin:0.5em 0 0 0;
			}

div.con_event {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_event div.con_event_logo {
		overflow: hidden;
		float: left;
		width:200px;
		margin-right:-210px;
		text-align: center; 
	}
	
		div.con_event div.con_event_logo img {
			width:200px;
		}

	div.con_event blockquote.con_event_info {
		overflow: hidden;
		zoom:1;
		padding-left:210px;
		margin:0;
	}
	
		div.con_event blockquote.con_event_info p.con_event_date {
			font-size: 0.8em;
			color: black;
			font-weight: bolder;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			width:100%;
			overflow: hidden;
			margin:0 0 0.3em 0;
		}
		
			div.con_event blockquote.con_event_info p.con_event_date strong {
				display:block;
				float:left;
				font-weight: normal;
			}
		
		div.con_event blockquote.con_event_info p.con_event_place {
			color: black;
			width:100%;
			overflow: hidden;
		}
			
			div.con_event blockquote.con_event_info p.con_event_place span {
				font-weight: normal;
				font-size: 0.8em;
				display:block;
				margin:0 0 0.3em 0;
			}
			
			div.con_event blockquote.con_event_info p.con_event_place em {
				font-style: normal;
				font-weight: normal;
				font-size: 0.8em;
				display:block;
				margin:0 0 0.3em 0;
			}

		
		div.con_event blockquote.con_event_info p.con_event_type {
			font-size: 0.8em;
			margin:1.5em 0 1.5em 0;
		}
		
		div.con_event blockquote.con_event_info p.con_event_link {
			font-size: 0.8em;
			margin:0 0 1.5em 0;
		}
		
		div.con_event blockquote.con_event_info p.con_event_release {
			margin:1.5em 0 2em 0;
			font-size: 0.8em;
			color:#696969;
		}
		
		div.con_event_text {
			font-size:0.8em;
			clear:both;
		}
		
		div.con_event_partners {
			width:100%;
			overflow: hidden;
			margin:2em 0;
		}

			div.con_event_partners h5 {
				font-size: 0.9em;
				margin-bottom:10px;
			}
		
			div.con_event_partners ul {

			}
		
				div.con_event_partners ul li {					
					font-size:0.8em;
					margin-bottom:1em;
					overflow: hidden;
					width:100%;
					clear:both;
				}
				
				div.con_event_partners ul li table {
					width:100%;
				}
				
				div.con_event_partners ul li table td.img {
					width:100px;
					text-align: center;
					vertical-align: middle;
				}
				
				div.con_event_partners ul li table td.inf {
					padding:0 0 0 10px;
					vertical-align: middle;
					width:auto;
				}
				
				div.con_event_partners ul li table div {
					color:#696969;
				}

				
#_5_9_pages_pedia { color: Red; }	

div.con_pedia {
	width:100%;
	overflow: hidden;
	clear:both;
}
	
	div.con_pedia_letters {
		margin:0 0 1em 0;
		font-size: 0.8em;
		clear:both;
		background: #f0f0f0;
		padding:10px 5px;
	}
	
			div.con_pedia_letters a:link, div.con_pedia_letters a:visited {
				color:black;
				text-decoration: none;
			}
		
			div.con_pedia_letters a:hover {
				background-color: #FFAC00;
				color:black;
				text-decoration: none;
			}
	
	div.con_pedia ul {
		margin:0 0 1em 0;
	}
	
	div.con_pedia ul li {
		clear:both;
		width:100%;
		overflow:hidden;
		background: url(pictures/decor/bg_divider_h.gif) repeat-x bottom;
		padding:0 0 0.7em 0;
		margin:0 0 0.7em 0;
	}
			
			div.con_pedia ul li div.logo {
				width:60px;
				height:60px;
				float:left;
				position: relative;
				overflow: hidden;
				text-align: center;
				margin-right:-70px;
			}
			
			div.con_pedia ul li div.logo img {
				width:60px;
			}

			div.con_pedia ul li div.info {
				margin-left:70px;
				position: relative;
			}
			
				div.con_pedia ul li div.info span.title {
					font-size:0.9em;
					font-weight:bolder;
				}
				
					div.con_pedia ul li div.info span.title a:link, div.con_pedia ul li div.info span.title a:visited {
						color:black;
						text-decoration: none;
					}

					div.con_pedia ul li div.info span.title a:hover {
						background-color: #FFAC00;
						text-decoration: none;
					}
							
				div.con_pedia ul li div.info span.descr {
					font-size: 0.8em;
					color:#696969;
				}
				
				div.con_pedia ul li div.info em.descr {
					font-size: 0.8em;
					font-style: italic;
					color:#696969;
				}

div.con_pedia_article {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_pedia_article div.con_pedia_article_logo {
		overflow: hidden;
		float: left;
		margin:0 15px 15px 0; 
	}
	
		div.con_pedia_article div.con_pedia_article_logo img {
			
		}

	div.con_pedia_article blockquote.con_pedia_article_info {
		margin:0;
		font-size:0.8em;
	}
	
		div.con_pedia_article blockquote.con_pedia_article_info span.con_pedia_article_title_source {
			font-style: italic;
		}
		
		div.con_pedia_article blockquote.con_pedia_article_info span.con_pedia_article_title_description {

		}
	
	div.con_pedia_article div.con_pedia_article_text {
		margin:2em 0 0 0;
		font-size:0.8em;
	}
			
#_5_10_pages_simple { color: Red; }	

div.con_page {
	width:100%;
	overflow: hidden;
	clear:both;
	font-size:0.8em;
	padding-bottom:5px;
}

div.con_box {
	font-size:0.8em;
}

div.con_box_main {
	margin-bottom:2em;
	font-size:0.8em;
	padding:10px;
	background-color: #FFD782;
	clear:both;
	overflow: hidden;
	zoom:1;
}

#_5_11_pages_tags { color: Red; }	

div.con_tags_main {
	width:100%;
	overflow: hidden;
	clear:both;
	margin-bottom:2em;
}

	.color_0 {
		color:#96A1A7;
	}
	
	div.con_tags_main a.bl_all_tags_link {
		/* background-color:#f0f0f0; */
		width:auto;
		font-size: 0.7em;
	}

	div.con_tags_main a.bl_all_tags_link:hover {

	}

	div.con_tags_main div.con {
		text-align: center;
	}
	
	div.con_tags_main div.con a {
		margin-right:0.4em;
		color:gray;
	}
	

	div.con_tags_main a:link, div.con_tags_main a:visited {
		color:black;
		text-decoration: none;
	}
	
	div.con_tags_main a:hover {
		background-color: #FFAC00;
		color:white !important;
		text-decoration: none;
	}
	
	a.color_0 {
		color:#9FA199 !important;
	}
	a.color_1 {
		color:#B2A07A !important;
	}
	a.color_2 {
		color:#C59F5D !important;
	}
	a.color_3 {
		color:#D79E3F !important;
	}
	a.color_4 {
		color:#EA9D21 !important;
	}
	a.color_5 {
		color:#FD9C03 !important;
	}
	a.color_6 {
		color:#FA8501 !important;
	}
	a.color_7 {
		color:#EF5204 !important;
	}
	a.color_8 {
		color:#EF5204 !important;
	}
	a.color_9 {
		color:#EA3606 !important;
	}
	a.color_10 {
		color:#E21408 !important;
	}
	
	a.r_color_0 {
		color:#002FF3 !important;
	}
	a.r_color_1 {
		color:#00549E !important;
	}
	a.r_color_2 {
		color:#00715D !important;
	}
	a.r_color_3 {
		color:#008D1C !important;
	}
	a.r_color_4 {
		color:#30A300 !important;
	}
	a.r_color_5 {
		color:#71B000 !important;
	}
	a.r_color_6 {
		color:#B1BC00 !important;
	}
	a.r_color_7 {
		color:#FFC500 !important;
	}
	a.r_color_8 {
		color:#FF8E00 !important;
	}
	a.r_color_9 {
		color:#FF4A00 !important;
	}
	a.r_color_10 {
		color:#FF0000 !important;
	}

div.con_tags {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_tags a {
		margin-right:0.4em;
	}

	div.con_tags a:link, div.con_tags a:visited {
		color:black;
		text-decoration: none;
	}
	
	div.con_tags a:hover {
		background-color: #FFAC00;
		color:black;
		text-decoration: none;
	}
	
	div.con_tags span strong {
		font-weight: normal;
	}
	
div.con_tag {
	width:100%;
	overflow: hidden;
	clear:both;
	padding:1em 0;
}

	div.con_tag ul li {
		margin:0 0 0.7em 0;
		list-style: none;
		font-size:0.8em;
	}
	
		div.con_tag ul li span {
			color: #a9a9a9;
			font-size:0.9em;
		}

div.bl_section_tags {
		margin-bottom:1em;
		clear:both;
		padding:10px 5px;
		background: #f0f0f0;
	}
	
	div.bl_section_tags span.bl_section_tags_label {
		font-size:0.8em;
	}
		
		div.bl_section_tags span strong {
			font-weight: normal;
			background-color: #d9d9d9;
		}
	
		div.bl_section_tags a:link, div.bl_section_tags a:visited {
			color:black;
			text-decoration: none;
		}
	
		div.bl_section_tags a:hover {
			background-color: #FFAC00;
			color:black;
			text-decoration: none;
		}
			
div.bl_object_tags {
		margin:1em 0;
		clear:both;
		background-color: #f0f0f0;
		padding:5px;
	}
	
		div.con_pedia_article div.bl_object_tags {
			margin:2em 0 0 0;
		}
		
		div.con_event div.bl_object_tags {
			margin:2em 0 0 210px;
		}
		
		div.con_project div.bl_object_tags {
			margin:2em 0 0 210px;
		}
		
		div.bl_object_tags span.bl_object_tags_label {
			font-size:0.8em;
			font-weight:bold;
		}
		
			div.bl_object_tags a:link, div.bl_object_tags a:visited {
				color:black;
				text-decoration: none;
				font-size:0.8em;
			}
		
			div.bl_object_tags a:hover {
				background-color: #FFAC00;
				color:black;
				text-decoration: none;
			}		

#_5_12_pages_staff { color: Red; }				

div.con_staff {
	width:100%;
	overflow: hidden;
	clear:both;
	position: relative;
}

	div.con_staff div.con_staff_users {
		width:100%;
		overflow:hidden;
		clear:both;
	}
	
		div.con_staff div.con_staff_users ul li{
			float:left;
			margin-bottom:1em;
			width:45%;
			overflow:hidden;
			min-width:180px;
		}
		
			div.con_staff div.con_staff_users ul li div.logo {
				width:60px;
				height:60px;
				float:left;
				position: relative;
				overflow: hidden;
				text-align: center;
				margin-right:-70px;
			}
		
			div.con_staff div.con_staff_users ul li div.info {
				margin-left:70px;
				position: relative;
				color: #696969;
			}
			
				div.con_staff div.con_staff_users ul li div.info h4 {
					font-size:0.9em;
					font-weight:bold;
					margin:0 0 0.5em 0;
				}
				
				div.con_staff div.con_staff_users ul li div.info div.status {
					color: #696969;
					font-size:0.8em;
				}
		
div.con_member {
	width:100%;
	overflow: hidden;
	clear:both;
}

	div.con_member div.con_member_info {
		width:100%;
		overflow: hidden; 
	}

		div.con_member div.con_member_info div.con_member_photo {
			float:left;
			text-align: center;
			margin-right:-250px;
			width:240px;
			position: relative;
		}

		div.con_member div.con_member_info h3 {
			position: relative;
			margin:0 0 0 250px;
			clear: none;
			width:auto;
		}

		div.con_member div.con_member_info p.con_member_status {
			font-size:0.8em;
			padding-left:250px;
		}
		
		div.con_member div.con_member_info div.con_member_link {
			display:inline;
			padding-left:250px;
			z-index:1000;
			float:left;
		}

	div.con_member blockquote.con_member_description {
		clear:both;
		font-size:0.8em;
		width:100%;
	}
		
		div.con_member div.con_member_services {
			clear:both;
			margin-top:1.5em;
		}
		
		div.con_member div.con_member_services h4 {
			margin:0;
			font-weight: bold;
			font-size:0.85em;
		}
		
		div.con_member div.con_member_services ul{
			margin-top:0.5em;
			width:100%;
			overflow: hidden;
		}	
	
		div.con_member div.con_member_services ul li {
			margin:0 0.5em 0.2em 0;
			font-size:0.8em;
			float:left;
		}
		
		div.con_member div.con_member_services ul li a:hover {
			background-color: transparent;
		}
		
		div.con_member div.con_member_services ul li img {
			width:16px;
			height:16px;
			margin-right:5px;
			text-decoration:none;
			vertical-align:middle;
		}
		
div.bl_staff_photo {
	float:left;
	margin-bottom:1em;
	overflow: hidden;
	clear:both;
	width:auto; // width:100%;
	border:1px solid #dae3eb;
}
	
		div.bl_staff_photo img.con_staff_photo_img {
			z-index: 1;
			
		}
		
		div.bl_staff_photo .con_staff_photo_user {
			position:absolute;
			display:block;
			width:43px;
			height:43px;
			background-image: url(pictures/spacer.gif);
			background-color: transparent;
		}
		
			div.bl_staff_photo * {
				background-color: transparent !important;
			}
		
			div.bl_staff_photo .con_staff_photo_user img {
				width:41px;
				height:41px;
				border:1px solid black;
			}
			
			div.bl_staff_photo a.con_staff_photo_user img {
				display:none;
			}
			
			div.bl_staff_photo div.con_staff_photo_user img {
				display:block;
			}
			
#_5_13_pages_feedback { color: Red; }	

div.con_feedback {
	
}

div.con_feedback h3 {
	margin-left:90px;
	width:auto;
	margin-bottom:0.5em;
	font-size:1.2em;
	font-weight: normal;
}

div.con_feedback p.message {
	margin-left:85px;
	width:auto;
	margin-bottom:0.5em;
	padding:5px;
	font-size:0.8em;
	background-color: #FFE54D;
}

div.con_feedback p.message.ok {
	background-color: #90E091;
	margin-top:2em;
	font-size:0.7em;
}

div.con_feedback div.brother {
	margin-left:85px;
	width:auto;
	margin-bottom:0.5em;
	padding:5px;
	
}

div.con_feedback div.brother div {
	margin-top:0.6em;
	font-size:1.2em;
}

div.con_feedback div.attention {
	padding-left:90px;
	color:red;
	font-size:0.8em;
	width:auto;
	margin-bottom:1em;
}

div.con_feedback div {
	margin-bottom:0.5em;
	width:100%;
	overflow: hidden;
	clear: both;
}

div.con_feedback div label {
	margin-right:10px;
	width:80px;
	display:block;
	float:left;
	font-size: 0.8em;
	text-align: right;
}

div.con_feedback div label span {
	margin-left:2px;
}

div.con_feedback div div {
	margin:0;
	width:auto;
	overflow: hidden;
	clear: none;
}

div.con_feedback div input, div.con_feedback div textarea, div.con_feedback div select {
	font-size: 0.8em;
	width:100%;
}

div.con_feedback div.bl_submit {
	padding-left:90px;
	width:auto;
	margin-top:1em;
}

div.con_feedback div.bl_submit input {
	width:auto;
	padding:6px;
}

		
#_5_14_pages_services { color: Red; }	

div.con_services {
	clear:both;
	width: 100%;
	overflow: hidden;
}

div.con_services ul li h4 {
	font-size:0.9em;
	font-weight:bold;
}

div.con_services ul li h4 a {
	text-decoration: none;
	border-bottom:1px dashed;
}

div.con_services ul li div {
	font-size: 0.8em;
}


#_7_blocks { color: Red; }

div.bl_interact_link {
	overflow: hidden;
	width:100%;
	clear: both;
	margin-bottom:1em;
}

	div.bl_interact_link a {
		background-color:#e6e6e6;
		display:block;
		float:left;
		font-size:0.8em;
		background-image: url(pictures/icons/message.gif);
		background-position: 4px center;
		background-repeat: no-repeat;
		padding:4px 4px 4px 25px;
	}
	
	div.bl_interact_link a:hover {
		background-color:#e6e6e6;
		background-image: url(pictures/icons/message.gif);
		background-position: 4px center;
		background-repeat: no-repeat;
	}

div.bl_files {
	margin:1.5em 0 0 0;
	width:100%;
	overflow:hidden;
}

	div.bl_files ul {
		background-color:#e6e6e6;
		display:block;
		float:left;
		padding:4px;
	}
	
	div.bl_files ul li {
		margin:0.5em;
		font-size:0.8em;
	}
	
	div.bl_files ul li img {
		width:16px;
		height:16px;
		vertical-align: middle;
		margin-right:5px;
		text-decoration: none;
		background: transparent;
	}
	
	div.bl_files ul li span {
		font-size:0.7em;
		color:#696969;
	}

div.scroller {
	margin:0 0 1em 0;
	width:100%;
	overflow: hidden;
	font-size:0.8em;
	clear:both;
	line-height:0.9em;
}

	div.scroller a:link, div.scroller a:visited {
		display:block;
		padding:3px 4px;
		float:left;
		margin-right:3px;
		border: 1px solid white;
		text-decoration: none;
		color:#06607a;
	}

	div.scroller a:hover {
		border: 1px solid #e6e6e6;
		color:black;
		background-color: #e6e6e6;
	}

	div.scroller span {
		background-color: #696969;
		display:block;
		float:left;
		padding:3px 4px;
		margin-right:3px;
		color: white;
	}

	div.scroller span.pages, div.scroller span.title {
		background: transparent;
		display:block;
		padding:3px 3px 3px 0;
		float:left;
		margin-right:2px;	
		color:black;
	}

	div.scroller span.this_page {
		display:block;
		padding:3px 4px;
		background: #e6e6e6;
		color: black;
		float:left;
		margin-right:3px;
		border: 1px solid #e6e6e6;
		color:black;
	}

	div.scroller span.separator {
		display:block;
		padding:3px 4px;
		background: transparent;
		color: gray;
		float:left;
		margin-right:3px;
		border: 1px solid white;
		color:black;
	}

div.bl_superbuttons {
	padding:10px;
	font-size:0.8em;
	overflow: hidden;
	zoom:1;
}

	div.bl_superbuttons a {
		width:18px;
		height:18px;
		float:left;
		margin:0 8px 8px 0;
	}

		div.bl_superbuttons a:link, div.bl_superbuttons a:visited {
			text-decoration: none;
			background: white;
		}
		
		div.bl_superbuttons a:hover {
			text-decoration: none;
			background: white;
		}
	
		div.bl_superbuttons a img {
			width:16px;
			height:16px;
			margin:1px;
		}
	
div.bl_atten {
	font-size: 0.9em;
	color:red;
}

div.bl_well {
	font-size: 0.9em;
	color:green;
}

div.bl_banner {
	width:100%;
	overflow: hidden;
	clear:both;
	margin:20px 0;
	height:70px;
}
	div.bl_banner a:hover {
		background-color: transparent;
	}
	
	div.bl_banner img {
		font-size: 11px;
		border:0;
	}


#_8_elements { color: Red; }

span.bl_list_years {
	float:left;
	display:block;
	overflow:hidden;
	zoom:1;
	background: white;
	padding-left:5px;
}

	span.bl_list_years span {
		float:left;
		margin-right:3px;
		font-size:11px;
		font-weight: normal;
	}

	span.bl_list_years a {
		width:auto;
		height:auto;
		float:left;
		font-size:11px;
		font-weight: normal;
		margin-right:6px;
	}
	
	span.bl_list_years a.current {
		font-weight:bold;
		margin:0 15px 0 3px;
		background-color: #e98300;
	}
	
	span.bl_list_years a:link, span.bl_list_years a:visited {
		color:black;
		text-decoration: none;
	}

	span.bl_list_years a:hover {
		background-color: #FFAC00;
		color:black;
		text-decoration: none;
	}

div.dec_title_comment {
	font-size: 12px;
	color: gray;
	display:inline;
	white-space: nowrap;
	font-weight: lighter;
}

	.dec_title_comment i {
		font-style: normal;
	}

#tooltip {
	background: #F4F4F4;
	border: 1px solid #696969;
	font: 11px Tahoma, Helvetica,sans-serif;
	margin: 0px;
	moz-border-radius: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	text-align: justify;
	visibility: hidden;
	filter:alpha(opacity=90,finishOpacity=10,style=0);
	z-index: 9999999;
}

li.last {
	background: none !important;
}

div.con_text {
	font-size:0.8em;
}

div.clear {
	clear:both;
	visibility: hidden;
	height:0;
}

#_99_wysiwyg_rules { color: Red; }

div.text {
	/* overflow-x:hidden;
	zoom:1; */
}

div.text span[style] { 
    color: inherit !important; 
    font-size: inherit !important; 
	 font-family: inherit !important; 
}
div.text ul, div.text ol {
	margin-left:2em;
}
div.text ul, div.text ol {
	margin-bottom:0.9em;
}

div.text ul li {
	list-style: disc;
	line-height:1.2em;
}
div.text ul li li {
	list-style: circle;
}
div.text ol {
	list-style: decimal;
}
div.text ol li {
	list-style: decimal;
	line-height:1.2em;
}
div.text strong, b {
	font-weight:bold;
}
div.text table {
	margin-bottom:0.5em;
}
div.text td {
	border:1px solid gray;
	padding:3px;
}
div.text table.td_noborder {
	border:none;
}
div.text table.td_noborder td {
	border:none;
}
div.text  td.td_noborder {
	border:none;
}
div.text i, div.text em {
	font-style: italic;
}
div.text font {
	font-size:100% !important;
}
div.text h3, div.text h4, div.text h5, div.text h6 {
	font-weight:bold;
	margin-top:1em;
}

div.text dd, div.text blockquote { margin-left: 40px; }

div.text h4 {
	font-size:1.1em;
	color:#696969;
}

div.text h5 {
	font-size:1em;
	color:#696969;
}

div.text h3 strong, div.text h4 strong, div.text h5 strong, {
	font-weight:inherit;
}

div.text p.block {
	padding:10px;
	background-color: #FFD782;
}

#_9_styles { color: Red; }

.block {
	display:block;
}

.fake {
	display:none;
}

.r-border {
	background: #f0f0f0;
}

.r-border .con {
	padding:5px 15px;
}

.r-border .con_img {
	padding:0;
}

.r-border .tb, .r-border .bb {
	position:relative;
	height:10px;
	overflow:hidden;
}

.r-border .cn {
	position:relative;
	width:10px;
	height:40px;
	background: transparent url(pictures/decor/roundead/r-border.png) no-repeat left top;
	overflow:hidden;
}

.r-border .cn.r {
	position:absolute;
	top:-10px;
	width:100%;
	background-position: right top;
	background-repeat: no-repeat;
}

.r-border .bb .cn {
	margin-top:-20px;
}

.r-border .bla {
	height:10px;
	width:10px;
	position: absolute;
	background:#f0f0f0 url(pictures/decor/roundead/r-border.png) no-repeat;
	top:20px;
	font-size: 1px;
}

.r-border .bla.left {
	background-position:left -40px;
	left:-10px;
}

.r-border .bla.right {
	background-position:right -50px;
	right:-10px;
}

