/*stili per il layout fisso con altezza minima*/
@charset "utf-8";
html,body{margin: 0;padding:0;height:100%; text-align:left; /* text-align:center; LAYOUT AL CENTRO;*//* text-align:left; LAYOUT A SINISTRA*/}
body{font-family:Verdana, Arial, Helvetica, sans-serif; background:url(../images/bg_ext.png) repeat-y left;}

* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);}

div#container {
width: 100%; 
height: 100%;
margin:0 0;
/*margin:0 0;LAYOUT A SINISTRA*/
/*margin:auto;LAYOUT AL CENTRO*/
text-align: left; 
clear:both;
background: url(../images/bg.png) left no-repeat;
background-position:0 150px;
/*-moz-box-shadow: 0px 0px 10px #333;
		filter:
    	progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=0)
	    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10)
    	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=0)
	    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=7);	*/

	}
body>div#container{height:auto;min-height:100%; clear:both;}

/*stili generici*/

h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em; border-bottom:1px dashed #333333; width:95%;}
h3{ font-size:1.3em; margin:5px; color:#666666;}
h3 img { width:25px; margin-bottom:-5px;}
h4{ font-size:1.1em; margin:5px; color:#333333; float:left; width:97%}
h4 img { width:25px; margin-bottom:-5px;}

/*---------HACK---------*/
*:first-child+html #navigation /* solo IE 7.0 */ { /*margin: -5px!important;*/top:-5px!important; }
*:first-child+html #navigation li:hover span /* solo IE 7.0 */ {margin-top:21px!important;}
*:first-child+html .search /* solo IE 7.0 */ { margin-top:-19px;}
/*---------HACK---------*/
	
div#header { background-image:url(../images/bg_header.jpg); height:150px; background-repeat:no-repeat; text-align:right; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; width:100%; overflow:visible;}
div#header .logo {float:left; border:none;}
/*----------------------------------------MENU CSS----------------*/
	#navigation { display:none;}	


	.search { display:none; }

div#colonna_1{ width:100%;}

div#colonna_1 a { font-size:80%; font-weight:bold; color:#333333;}
div#colonna_1 a b {font-size:80%; font-weight:normal; color:#333333;}
	
	.path { display:none;}
	.num_accessi { display:none;}
	.gestione_accesso { display:none;}
	.advertising { display:none;}


	/*------------------------------------------------------------------------------- Homepage*/
	.home { background:#FFFFFF; width:100%; clear:both; height:100%;}
	.home_1 { width:655px; clear:both; margin:2px; float:left; }
	.home_1_streaming { width:655px; clear:both; margin:2px; float:left; text-align:right; }
	.home_2 { width:355px; min-height:300px; margin:2px; float:left;}
	.home_3 { width:295px; min-height:300px; margin:2px; float:right;}
	
	.video_platform {background:#FFFFFF; width:98%; clear:both; height:100%; padding:1%;}
	.video_platform	.single_video { width:100%; margin-bottom:15px;}
	.video_platform	.single_video .vota { width:47%; margin-top:7px; font-size:11px; color:#999999; float:left;}
	.video_platform	.single_video .funzioni { width:47%; margin-top:3px; float:right; text-align:right;}
	.video_platform	.single_video .funzioni a { text-decoration:none;}
	.video_platform	.single_video .funzioni img { width:25px; height:20px; margin:5px; margin-top:0px; border:none; border-right:1px solid #CCCCCC;}
	.video_platform	.single_video .funzioni .last_button { border-right:none; margin-right:12%;}	
	.video_platform	.single_video .funzioni .share { border-right:none; width:18px; height:18px; margin-right:4px;}
	
	.video_platform .lista_video { width:100%; margin-bottom:30px; float:left;}
	.video_platform	.video { margin:5px; width:47%; max-width:310px; float:left; font-size:11px; color:#999999;}
	.video_platform	.video a { text-decoration:none; border:none; font-size:12px!important; color:#666666!important;}
	.video_platform	.video .video_thumb { width:140px; height:100px; float:left; margin-right:5px; border:1px solid #CCCCCC;}

	.foto_platform {background:#FFFFFF; width:98%; clear:both; height:100%; padding:1%;}
	.foto_platform	.single_foto { width:100%; margin-bottom:15px;}
	.foto_platform	.single_foto .vota { width:47%; margin-top:7px; font-size:11px; color:#999999; float:left;}
	.foto_platform	.single_foto .funzioni { width:47%; margin-top:3px; float:right; text-align:right;}
	.foto_platform	.single_foto .funzioni a { text-decoration:none;}
	.foto_platform	.single_foto .funzioni img { width:25px; height:20px; margin:5px; margin-top:0px; border:none; border-right:1px solid #CCCCCC;}
	.foto_platform	.single_foto .funzioni .last_button { border-right:none; margin-right:12%;}	
	.foto_platform	.single_foto .funzioni .share { border-right:none; width:18px; height:18px; margin-right:4px;}
	
	.foto_platform .lista_foto { width:100%; margin-bottom:30px; float:left;}
	.foto_platform .foto { margin:5px; width:47%; max-width:310px; float:left; font-size:11px; color:#999999; height:120px; overflow:hidden;}
	.foto_platform .foto a { text-decoration:none; border:none; font-size:12px!important; color:#666666!important;}
	.foto_platform .foto .titolo { text-decoration:none; border:none; font-size:11px!important; color:#666666!important; font-weight:bold;}
	.foto_platform .foto .foto_thumb { width:140px; float:left; margin-right:5px; border:1px solid #CCCCCC;}	
	
	.notizia_1 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:99%; padding-left:1%; float:left; border-bottom:1px solid #CCCCCC; }	
	.notizia_1 h2 { font-size:30px; font-family:"Times New Roman", Times, serif; color:#333333; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:7px;}
	.notizia_1 h2 a { color:#333333; text-decoration:none;} 
	.notizia_1 h2 a:hover { color:#000000; text-decoration:underline;}
	.notizia_1 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal; float:left; }	
	.notizia_1 .multimedia {height:135px; max-width:180px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.notizia_1 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:20px; font-weight:bold;}
	.notizia_1 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}	
	.notizia_1 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}	
	
	.notizia_2 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:98%;  border-right:1px solid #F3F3F3; margin-bottom:5px; float:left; border-bottom:1px solid #CCCCCC; padding:3px 1% 7px 1%;  }	
	.notizia_2 h2 { font-size:23px; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:5px;}
	.notizia_2 h2 a { color:#333333; text-decoration:none;} 
	.notizia_2 h2 a:hover { color:#000000; text-decoration:underline;}	
	.notizia_2 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal; float:left; }	
	.notizia_2 .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.notizia_2 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}
	.notizia_2 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.notizia_2 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}

	.evento_1 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:98%;  border-right:1px solid #F3F3F3; margin-bottom:5px; float:right; border-bottom:1px solid #666666; padding:3px 1% 7px 1%;  }	
	.evento_1 h2 { font-size:23px; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:5px;}
	.evento_1 h2 a { color:#333333; text-decoration:none;} 
	.evento_1 h2 a:hover { color:#000000; text-decoration:underline;}	
	.evento_1 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#FF9900!important; text-decoration:none; font-weight:normal; float:left; }		
	.evento_1 .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.evento_1 .sotto_titolo { color:#666666; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
	.evento_1 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#003366; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.evento_1 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}



	/*------------------------------------------------------------------------------- Notizie Matera*/
	.notizie_default { background:#FFFFFF; width:100%; clear:both; height:100%;}
	.notizie_default .menu_notizie {background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:99%; padding-left:1%; float:left; border-bottom:1px solid #CCCCCC; color: color:#44505E; }
	.notizie_default .menu_notizie .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }
	.notizie_default .menu_notizie .lista_rubriche { color:#44505E; width:40%; float:left; height:100%;font-size:11px; font-weight:bold;}
	.notizie_default .menu_notizie a { color:#44505E!important; font-size:11px!important;}
	.notizie_default .menu_notizie ul { color:#44505E;}
	.notizie_default .menu_notizie .strumenti { border-left:1px solid #CCCCCC; width:54%; float:left; height:100%; margin:10px; padding:1%; font-size:11px!important;background-image:url(../images/bg_box_colonna_2.png); background-repeat:no-repeat; background-position:top right;}
	.notizie_default .menu_notizie .strumenti a { border:none; text-decoration:none; font-weight:normal;}
	.notizie_default .menu_notizie .strumenti img { width:30px; margin-right:3px; margin-bottom:-8px; border:none; }
	
	.notizie_default .num_pagine { font-size:11px; color:#44505E; padding:1%; float:left; line-height:25px; background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; padding-top:1px; width:98%; margin:5px 0 5px 0; text-align:right;}
	.notizie_default .num_pagine .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }	
	.notizie_default .num_pagine a { color:#44505E!important; font-weight:normal!important; margin:2px; text-decoration:none;}
	
	.notizie_default .selected { width:30px; height:30px; border:1px solid #FF9900; margin:2px; padding:3px; }
	.notizie_default .selected a {font-weight:bold;}
	.notizie_default .numero_pagina {width:30px; height:30px; border:1px solid #E4E4E4; margin:2px; padding:3px;}
	.notizie_default .numero_pagina:hover {width:30px; height:30px; border:1px solid #333333; margin:2px; padding:3px;}




	.tutte_le_notizie { color:#999999; font-stretch:narrower; float:left; margin-top:5px; width:99%; padding:1%;}
	.tutte_le_notizie a { font-size:11px!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }	
	.tutte_le_notizie .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal;}	
	.tutte_le_notizie .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:9px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; margin-right:5px; }	
	.tutte_le_notizie .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:10px;}
	.tutte_le_notizie .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:9px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}	
	.tutte_le_notizie .testo { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:10px;}	




	
	.notizia_default_1 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:99%; padding-left:1%; float:left; margin-bottom:15px; }	
	.notizia_default_1 h2 { font-size:30px; font-family:"Times New Roman", Times, serif; color:#333333; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:7px;}
	.notizia_default_1 h2 a { color:#333333; text-decoration:none;} 
	.notizia_default_1 h2 a:hover { color:#000000; text-decoration:underline;}
	.notizia_default_1 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal; float:left; }	
	.notizia_default_1 .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; margin-right:5px; }	
	.notizia_default_1 .multimedia {height:135px; max-width:180px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.notizia_default_1 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:20px; font-weight:bold;}
	.notizia_default_1 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}	
	.notizia_default_1 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}	
	.notizia_default_1 .leggi_tutto { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.notizia_default_1 .leggi_tutto a { font-size:10px!important; color:#DDB511!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }
	
	.notizia_default_2 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:98%;  border-right:1px solid #F3F3F3; margin-bottom:15px; float:left; padding:3px 1% 7px 1%;  }	
	.notizia_default_2 h2 { font-size:23px; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:5px;}
	.notizia_default_2 h2 a { color:#333333; text-decoration:none;} 
	.notizia_default_2 h2 a:hover { color:#000000; text-decoration:underline;}	
	.notizia_default_2 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal; float:left; }	
	.notizia_default_2 .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; }		
	.notizia_default_2 .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.notizia_default_2 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}
	.notizia_default_2 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.notizia_default_2 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}
	.notizia_default_2 .leggi_tutto { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.notizia_default_2 .leggi_tutto a { font-size:10px!important; color:#DDB511!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }

	.notizia_default_3 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:98%;  border-right:1px solid #F3F3F3; margin-bottom:15px; float:left; padding:3px 1% 7px 1%;  }	
	.notizia_default_3 h2 { font-size:18px; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:0px;}
	.notizia_default_3 h2 a { color:#333333; text-decoration:none;} 
	.notizia_default_3 h2 a:hover { color:#000000; text-decoration:underline;}	
	.notizia_default_3 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:9px!important; color:#999999; text-decoration:none; font-weight:normal; float:left; }	
	.notizia_default_3 .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:9px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; }		
	.notizia_default_3 .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.notizia_default_3 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:12px; font-weight:bold;}
	.notizia_default_3 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:9px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.notizia_default_3 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}
	.notizia_default_3 .leggi_tutto { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.notizia_default_3 .leggi_tutto a { font-size:10px!important; color:#DDB511!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px; }		
	
	

	
	.notizie {width:97%; min-height:500px; margin:5px; background-color:#FFFFFF; border-right:1px solid #CCCCCC; clear:both; padding-top:7px; padding:1%; text-align:justify;}
	.notizie .data_ora { color:#999999; font-family:"Tahoma"; font-size:10px;}
	.notizie h1 { font-size:45px!important; font-family:Georgia,"Rekha"!important; border-bottom:none; color:#666666; font-weight:normal; text-align:left; margin: 0 0 10px 0;padding:0; line-height:55px; text-shadow:1px 2px 3px #CCCCCC; width:100%; clear:both;}
	.notizie h4 { width:95%}
	.notizie .multimedia { max-width:45%; float:right; padding:1%; padding-top:0; text-align:left;}	
	.notizie .immagine_anteprima_grande { font-size:20px; font-family:"Tahoma"; font-weight:normal; color:#666666; max-width:99%; width:100%; text-align:left; margin-left:7px;}
	.notizie .immagine_anteprima_thumb { margin-top:10px; font-size:11px; font-family:"Tahoma"; font-weight:normal; color:#666666; max-width:32%; float:left; overflow:visible; margin-right:2px; }
	.notizie .immagine_anteprima_grande a { cursor:pointer;}
	.notizie .immagine_anteprima_thumb a { cursor:pointer;}
	.notizie .immagine_anteprima_grande img { max-width:99%; border:none;}
	.notizie .immagine_anteprima_thumb img { max-width:99%; border:none;}
	.notizie .didascalia { float:left; width:100%; text-align:left;}
	.notizie .vota { width:47%; margin-top:7px; font-size:11px; color:#999999;}
	.notizie .funzioni { display:none;}
	.notizie .sotto_titolo { font-size:27px!important; text-align:justify; margin-top:15px; font-weight:normal; font-family:Georgia,"Rekha"!important; margin-bottom:15px;}
	.notizie .giornalista { font-style:italic; font-size:11px; color:#666666;}
	.notizie .localita { text-transform:uppercase; display:block; }
	.notizie .testo { font-family:Georgia,"Rekha"; font-size:20px!important; line-height:30px;}
	.notizie .tags { text-align:left!important; margin-top:10px;}
	

	/*------------------------------------------------------------------------------- Eventi Matera*/
	.eventi_default { background:#FFFFFF; width:100%; clear:both; height:100%;background-image:url(../images/bg_box_colonna_2.png);  background-position:top right;}

	.eventi_default .quali_eventi {color:#44505E; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; margin:7px 0 0 50px; font-size:16px;}
	.eventi_default .quali_eventi_calendario {color:#44505E; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; margin:7px 0 0 10px; font-size:16px; float:left; text-align:left; width:67%;}
	.eventi_default .tipo_lista {color:#999999!important; font-weight:normal!important; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:12px!important; float:right; margin-right:7px; text-decoration:none;}
	.eventi_default .tipo_lista img { width:20px; margin-right:5px; border:none; margin-bottom:-4px;}
	.eventi_default .tipo_lista:hover { color:#00CCFF!important;}
	
	.eventi_default .data_estesa {color:#666666!important; font-weight:normal!important; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:16px!important;}
	.eventi_default .data_estesa_range {color:#666666!important; font-weight:normal!important; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:14px!important; margin-left:50px;}
	
	.eventi_default .menu_eventi {background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:99%; padding-left:1%; float:left; color: color:#44505E; }
	.eventi_default .menu_eventi .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }
	.eventi_default .menu_eventi .lista_rubriche { color:#44505E; width:44%; float:left; height:100%;font-size:11px; font-weight:bold;}
	.eventi_default .menu_eventi a { color:#44505E!important; font-size:11px!important;}
	.eventi_default .menu_eventi ul { color:#44505E;}
	.eventi_default .menu_eventi .strumenti { border-left:1px solid #CCCCCC; width:50%; float:left; height:100%; margin:10px; padding:1%; font-size:11px!important;background-image:url(../images/bg_box_colonna_2.png); background-repeat:no-repeat; background-position:top right;}
	.eventi_default .menu_eventi .strumenti a { border:none; text-decoration:none; font-weight:normal;}
	.eventi_default .menu_eventi .strumenti img { width:30px; margin-right:3px; margin-bottom:-8px; border:none; }
	.eventi_default .menu_eventi .link_veloci { border-left:1px solid #CCCCCC; width:50%; float:left; height:100%; margin:10px; padding:1%; font-size:11px!important;background-image:url(../images/bg_box_colonna_2.png); background-repeat:no-repeat; background-position:top right;}
	.eventi_default .menu_eventi .link_veloci a { border:none; text-decoration:none; font-weight:normal!important; color:#999999!important; margin-left:8px;}
	.eventi_default .menu_eventi .link_veloci img { width:12px; margin-right:3px; margin-bottom:-1px; border:none; }	

	.eventi_default .num_pagine { font-size:11px; color:#44505E; padding:1%; float:left; line-height:25px; background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; padding-top:1px; width:98%; margin:5px 0 5px 0; text-align:right;}
	.eventi_default .num_pagine .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }	
	.eventi_default .num_pagine a { color:#44505E!important; font-weight:normal!important; margin:2px; text-decoration:none;}
	
	.eventi_default .selected { width:30px; height:30px; border:1px solid #FF9900; margin:2px; padding:3px; }
	.eventi_default .selected a {font-weight:bold;}
	.eventi_default .numero_pagina {width:30px; height:30px; border:1px solid #E4E4E4; margin:2px; padding:3px;}
	.eventi_default .numero_pagina:hover {width:30px; height:30px; border:1px solid #333333; margin:2px; padding:3px;}	

	.tutti_gli_eventi { color:#999999; font-stretch:narrower; float:left; margin-top:5px; width:99%; padding:1%;}
	.tutti_gli_eventi a { font-size:11px!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }	
	.tutti_gli_eventi .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#999999; text-decoration:none; font-weight:normal;}	
	.tutti_gli_eventi .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:9px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; margin-right:5px; }	
	.tutti_gli_eventi .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:10px;}
	.tutti_gli_eventi .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:9px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}	
	.tutti_gli_eventi .testo { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:10px;}	



	.scrollContainer .evento_slider { padding-left:1%; margin:0 5px 2px 5px; float:left; width:60%; line-height:16px; border-left:1px solid #E2E2E2;}
	.scrollContainer .evento_slider h3 { font-size:16px; color:#990000; margin-left:0; margin-top:0;}
	.scrollContainer .evento_slider h3 a{font-size:16px!important; color:#990000!important; text-decoration:none; font-weight:bold;}
	.scrollContainer .evento_slider .sotto_titolo { color:#44505E; font-size:14px; font-weight:bold; float:left; width:99%;}
	.scrollContainer .evento_slider .data { color:#999999; font-size:11px; float:left; width:99%;}
	.scrollContainer .evento_slider .ora { color:#999999; font-size:11px; float:left; width:99%;}
	.scrollContainer .evento_slider a {color:#999999!important; font-size:11px!important; }
	.scrollContainer .evento_slider .categoria a { font-weight:bold; float:left; width:99%;}
	.scrollContainer .evento_slider .localita { float:left; color:#999999; font-size:11px; width:99%;}
	.scrollContainer .evento_slider .localita a { font-weight:normal!important; text-transform:uppercase;}
	.scrollContainer .evento_slider .link { float:left; color:#999999; font-size:11px; width:99%;}
	.scrollContainer .evento_slider .link a { font-weight:normal!important; font-size:10px!important; color:#E4E4E4;}
	.scrollContainer .evento_slider .link a:hover { font-size:10px!important; color:#FFCC00!important;}	
	.scrollContainer .evento_slider .data_confronto { float:left; color:#990000; font-size:11px; width:99%; text-transform:uppercase;}
	.scrollContainer .vedi_multimedia_lista {float:left; width:20%; max-width:250px; min-width:180px; } 
	.scrollContainer .vedi_multimedia_lista .mini {float:left;}
	.scrollContainer .vedi_multimedia_lista object {float:left;}
	.scrollContainer .vedi_multimedia_lista .icona {width:25px; border:none; margin-left:-28px; position:absolute; margin-top:5px;}
	.scrollContainer .vota { width:99%; font-size:11px; color:#999999; border-top:1px solid #E0E0E0; float:left; padding-top:2px; margin-top:3px;}
	.scrollContainer .vota img { margin-top:-3px;}
	.scrollContainer .funzioni { width:45%; float:right; text-align:left; margin-bottom:0px; margin-top:10px;}
	.scrollContainer .funzioni a { text-decoration:none;}
	.scrollContainer .funzioni img { width:25px; height:20px; margin:3px; padding-left:9px; border:none; border-right:1px solid #CCCCCC; float:none;}
	.scrollContainer .funzioni .last_button { border-right:none; margin-right:10%;}	
	.scrollContainer .funzioni .share { border-right:none; width:18px; height:18px; margin-right:4px;}

	


	.eventi_default_1 .tutti_gli_eventi { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.eventi_default_1 .tutti_gli_eventi a { font-size:10px!important; color:#99CC00!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }	


	
	.evento_default_1 { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:98%;  border-right:1px solid #F3F3F3; margin-bottom:15px; float:left; padding:3px 1% 7px 1%;  }	
	.evento_default_1 h2 { font-size:23px; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:5px;}
	.evento_default_1 h2 a { color:#333333; text-decoration:none;} 
	.evento_default_1 h2 a:hover { color:#000000; text-decoration:underline;}	
	.evento_default_1 .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#FF9900!important; text-decoration:none; font-weight:normal; float:left; }	
	.evento_default_1 .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; font-weight:normal; float:right; }		
	.evento_default_1 .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.evento_default_1 .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}
	.evento_default_1 .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.evento_default_1 .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}
	.evento_default_1 .leggi_tutto { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.evento_default_1 .leggi_tutto a { font-size:10px!important; color:#DDB511!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }

	.evento_default_calendario { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:11%;  border:1px solid #F3F3F3; margin-bottom:15px; float:left; padding:3px 1% 7px 1%; margin-right:3px; height:30px; text-align:left;}
	.evento_default_giorno { background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:11%;  border:1px solid #F3F3F3; margin-bottom:15px; float:left; padding:5px 1% 7px 1%; margin-right:3px; height:15px; font-size:11px; text-align:center; font-weight:bold; text-transform:uppercase; }
	.evento_default_giorno .domenica {color:#990000;}
	.evento_default_calendario .num_eventi { font-style:italic!important; font-size:10px!important; color:#DDB511!important; font-weight:bold!important;}	
	.evento_default_calendario .titolo { font-size:9px!important; font-family:"Times New Roman", Times, serif; color:#666666; font-weight:normal!important; text-transform:uppercase; float:left; border-bottom:none; width:100%; margin-bottom:3px;}
	.evento_default_calendario .titolo a { color:#333333; text-decoration:none;} 
	.evento_default_calendario .titolo a:hover { color:#000000; text-decoration:underline;}
	.evento_default_calendario .quale_giorno {text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:11px!important; color:#666666!important; text-decoration:none; float:right;}
	.evento_default_calendario .quale_giorno_domenica {text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:11px!important; color:#990000!important; text-decoration:none; float:right;}	
	.evento_default_calendario .categoria { text-transform:uppercase; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:9px!important; color:#FF9900!important; text-decoration:none; font-weight:normal!important; }	
	.evento_default_calendario .data { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; font-weight:normal;}		
	.evento_default_calendario .multimedia {height:80px; max-width:110px; overflow:hidden; text-align:left; margin-bottom:5px; float:left;}
	.evento_default_calendario .sotto_titolo { color:#666666; font-family:"Times New Roman", Times, serif; font-size:9px; font-weight:normal;}
	.evento_default_calendario .localita { text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:9px!important; color:#990000; text-decoration:none; font-weight:normal; padding-right:5px; margin-right:3px; border-right:1px solid #CCCCCC;}
	.evento_default_calendario .testo { color:#000000; font-family:Arial, Helvetica, sans-serif;}
	.evento_default_calendario .leggi_tutto { color:#999999; font-stretch:narrower; float:right; margin-top:10px;}
	.evento_default_calendario .leggi_tutto a { font-size:10px!important; color:#DDB511!important; font-weight:normal!important; font-style:italic; font-stretch:narrower; margin-right:5px;  }	

	.eventi {width:97%; min-height:500px; margin:5px; background-color:#FFFFFF; border-right:1px solid #CCCCCC; clear:both; padding-top:7px; padding:1%; text-align:justify;}
	.eventi .data_ora { color:#99CC66; font-size:11px;}
	.eventi h1 { font-size:30px!important; font-family:Georgia,"Rekha"!important; border-bottom:none; color:#666666; font-weight:normal; text-align:left; margin: 0 0 0 0;padding:0; line-height:35px; text-shadow:1px 2px 3px #CCCCCC;}
	.eventi h4 { width:95%}
	.eventi .multimedia { max-width:30%; float:right; padding:1%; padding-top:0; text-align:left;}	
	.eventi .immagine_anteprima_grande { font-size:11px; font-family:"Tahoma"; font-weight:normal; color:#666666; max-width:100%; width:100%; text-align:left; margin-left:7px;}
	.eventi .immagine_anteprima_thumb { margin-top:10px; font-size:11px; font-family:"Tahoma"; font-weight:normal; color:#666666; max-width:45%; float:left; overflow:visible; margin-right:2px; width:45%;}
	.eventi .immagine_anteprima_grande a { cursor:pointer;}
	.eventi .immagine_anteprima_thumb a { cursor:pointer;}
	.eventi .immagine_anteprima_grande img { max-width:250px; border:none;}
	.eventi .immagine_anteprima_thumb img { max-width:99%; border:none;}
	.eventi .didascalia { float:left; width:100%; text-align:left;}
	.eventi .vota { width:47%; margin-top:7px; font-size:11px; color:#999999;}
	.eventi .funzioni { display:none;}
	.eventi .sotto_titolo { font-size:18px; text-align:justify; margin-top:15px; font-weight:normal; font-family:Georgia,"Rekha"!important; margin-bottom:15px;}
	.eventi .giornalista { font-style:italic; font-size:11px; color:#666666;}
	.eventi .localita { text-transform:uppercase; display:block; }
	.eventi .testo { font-family:Georgia,"Rekha"; font-size:13px; line-height:20px;}
	.eventi .tags { text-align:left!important; margin-top:10px;}


	/*------------------------------------------------------------------------------- Concorsi*/
	.concorsi_default { width:100%; clear:both; height:100%; background-color:#FFFFFF;}
	.concorsi_default h2 { width:100%; border-bottom:none; margin-bottom:5px; margin-top:5px;}
	.concorsi_default .menu_concorsi {background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; width:99%; padding-left:1%; float:left; color: color:#44505E; margin-bottom:10px; }
	.concorsi_default .menu_concorsi .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }
	.concorsi_default .menu_concorsi .lista_rubriche { color:#44505E; width:40%; float:left; height:100%;font-size:11px; font-weight:bold; line-height:20px;}
	.concorsi_default .menu_concorsi a { color:#44505E!important; font-size:11px!important;}
	.concorsi_default .menu_concorsi ul { color:#44505E;}
	.concorsi_default .menu_concorsi .lista_rubriche ul li img { width:20px; margin-left:3px; margin-bottom:-7px; border:none; }
	.concorsi_default .menu_concorsi .lista_rubriche .dettagli { font-size:10px; color:#999999;font-weight:normal!important;}	
	.concorsi_default .menu_concorsi .lista_rubriche .dettagli a { font-size:10px; color:#999999!important; font-weight:normal!important;}	
	.concorsi_default .menu_concorsi .strumenti { border-left:1px solid #CCCCCC; width:54%; float:left; height:100%; margin:10px; padding:1%; font-size:11px!important;background-image:url(../images/bg_box_colonna_2.png); background-repeat:no-repeat; background-position:top right; font-weight:bold;color:#44505E;}
	.concorsi_default .menu_concorsi .strumenti a { border:none; text-decoration:none; font-weight:normal;}
	.concorsi_default .menu_concorsi .strumenti img { width:30px; margin-right:3px; margin-bottom:-8px; border:none; }
	.concorsi_default .foto { margin:5px; width:47%; max-width:310px; float:left; font-size:11px; color:#999999; height:120px; overflow:hidden;}
	.concorsi_default .foto a { text-decoration:none; border:none; font-size:12px!important; color:#666666!important;}
	.concorsi_default .foto .titolo { font-size:11px!important; color:#666666!important; font-weight:bold;}
	.concorsi_default .foto .foto_thumb { width:140px; float:left; margin-right:5px; border:1px solid #CCCCCC;}		
	
	
	.concorsi_default .num_pagine { font-size:11px; color:#44505E; padding:1%; float:left; line-height:25px; background-image:url(../images/bg_title.gif); background-repeat:repeat-x; background-position:top; padding-top:1px; width:98%; margin:5px 0 5px 0; text-align:right;}
	.concorsi_default .num_pagine .header { text-transform:uppercase; font-weight:bold; font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; font-size:10px!important; color:#44505E; text-decoration:none; float:left; }	
	.concorsi_default .num_pagine a { color:#44505E!important; font-weight:normal!important; margin:2px; text-decoration:none;}
	.concorsi_default .selected { width:30px; height:30px; border:1px solid #FF9900; margin:2px; padding:3px; }
	.concorsi_default .selected a {font-weight:bold;}
	.concorsi_default .numero_pagina {width:30px; height:30px; border:1px solid #E4E4E4; margin:2px; padding:3px;}
	.concorsi_default .numero_pagina:hover {width:30px; height:30px; border:1px solid #333333; margin:2px; padding:3px;}


	
	.login { width:95%; height:100%; margin:20px;}
	.login div { width:55%; float:left; margin:5px; font-weight:bold; display:inline;}
	.login font { float:left;}
	.login ul li { list-style:square; color:#44505E;}
	.user_form { width:150px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right}
	.pass_form { width:150px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	
	.notifica { width:95%; background-color:#F0F0F0; color:#333333; margin:5px; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; padding-bottom:5px; padding-top:5px;}
	.notifica img { width:25px; margin:5px; float:left; margin-top:-5px;}
	
	.tables {width:95%; height:100%; margin:20px;}
	.tables div {width:95%; float:left; margin:5px; font-weight:bold; display:inline;}
	.tables .messaggio {width:95%; float:left; margin:5px; font-weight:bold; border:1px dashed #666666; padding:1%; margin-left:20px;}
	.tables .num_pagine { border:1px solid #CCCCCC; border-left:none; background-color:#F3F3F3; width:100%; padding-bottom:5px; text-align:left; font-weight:normal; }
	.tables .num_pagine a { margin-right:4px; color:#FFCC00; }
	.tables .num_pagine a.selected { font-weight:bold; color:#FFCC00; text-decoration:blink;}	
	.tables_select {width:250px; font-size:12px; background-color:#F4F4F4; border:1px solid #DDB511; height:20px; float:right;}
	.tables_input {width:250px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.tables_textarea {width:99%; height:100px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.tables .icona {border:none;width:16px; margin-right:3px;}

	.sub_tables {width:95%; height:100%; margin:20px;}
	.sub_tables div {width:95%; float:left; margin:5px; font-weight:bold; display:inline; overflow:hidden;}
	.sub_tables_select {width:250px; font-size:12px; background-color:#F4F4F4; border:1px solid #DDB511; height:20px; float:right;}
	.sub_tables_input {width:250px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.sub_tables_input_file {background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511;}	
	.sub_tables_textarea {width:99%; height:100px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.sub_tables hr {width:100%; height:1px; color:#444444; margin-bottom:30px; margin-top:10px;}
	.sub_tables .icona {border:none;width:16px; margin-right:3px;}
	.sub_tables .archive_search { margin-top:35px;}
	.sub_tables .cosa { height:24px; width:95%; font-size:20px; font-weight:bold; text-align:left; background-color:#F4F4F4; border:1px solid #DDB511;}
	.sub_tables .invia {cursor:pointer; color:#DDB511; font-weight:bold;}

	
	
	.pannello {width:95%; height:100%; margin:20px;}
	.pannello div {width:95%; float:left; margin:5px; font-weight:bold; display:inline;}
	.pannello_select {width:250px; font-size:12px; background-color:#F4F4F4; border:1px solid #DDB511; height:20px; float:right;}
	.pannello_input {width:250px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.pannello_textarea {width:99%; height:100px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}	
	.pannello .section { width:47%; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; float:left; min-height:300px;}
	
	.multimedia {width:98%; height:100%; margin:5px;}
	.multimedia div {font-weight:bold; }
	.multimedia .icona { border:none;width:25px; margin-right:3px;}
	.multimedia h4 a { text-decoration:none;}
	
	.box_multimedia { width:49%; float:left; overflow:hidden;}
	.box_multimedia .multimedia { float:left;height:200px; width:250px; overflow:hidden; margin-right:3px;}
	.box_multimedia .comandi {float:left; width:33%; min-height:200px; margin-top:5px; padding:3px;}
	.box_multimedia .comandi .icona { width:25px; margin-right:3px; border:none;}

	.reg_testi {width:95%; height:100%; margin:20px;}
	.reg_testi h4 { color:#000000; width:100%;}
	.reg_testi div {width:95%; float:left; margin:5px; font-weight:bold; display:inline; overflow:hidden;}
	.reg_testi_select {width:60%; font-size:12px; background-color:#F4F4F4; border:1px solid #DDB511; height:20px; float:right;}
	.reg_testi_input {width:60%; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.reg_testi_input_file {background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511;}	
	.reg_testi_textarea {width:99%; height:100px; background-color:#F4F4F4; color:#44505E; font-weight:bold; border:1px solid #DDB511; float:right;}
	.reg_testi hr {width:100%; height:1px; color:#444444; margin-bottom:30px; margin-top:10px;}
	.reg_testi .icona {border:none;width:16px; margin-right:3px;}	

	.reg_testi .tag_search { border-bottom:1px dashed #666666;} 
	.reg_testi .vedi_multimedia {float:left; width:20%; max-width:250px; min-width:180px; height:200px; overflow:hidden;} 
	.reg_testi .associa_multimedia {float:left; width:5%; height:200px; overflow:hidden;}
	.reg_testi .associa_multimedia object {border-right:2px solid #FFCC00; float:left; margin-right:5px;} 
	.reg_testi .associa_multimedia .thumb {border-right:2px solid #FFCC00; float:left; margin-right:5px;}
	.reg_testi .associa_multimedia .thumb:hover { border-right:2px solid #666666;}
	.reg_testi .associa_multimedia .icona {width:25px; margin-right:3px; border:none; float:left;}
	.reg_testi .archive_search { margin-top:35px;}
	.reg_testi .cosa { height:24px; width:95%; font-size:20px; font-weight:bold; text-align:left; background-color:#F4F4F4; border:1px solid #DDB511;}
	.reg_testi .invia {cursor:pointer; color:#DDB511; font-weight:bold;}

	.reg_testi .lista_testi { width:100%; float:left; margin-bottom:15px; border-bottom:2px dashed #666666;}
	.reg_testi .num_pagine { border:1px solid #CCCCCC; border-left:none; background-color:#F3F3F3; width:100%; padding-bottom:5px; text-align:left; font-weight:normal; }
	.reg_testi .num_pagine a { margin-right:4px; color:#FFCC00; }
	.reg_testi .num_pagine a.selected { font-weight:bold; color:#FFCC00; text-decoration:blink;}
	.reg_testi .vedi_multimedia_lista {float:left; width:20%; max-width:250px; min-width:180px;} 
	.reg_testi .vedi_multimedia_lista .mini {float:left;}
	.reg_testi .vedi_multimedia_lista object {float:left;}
	.reg_testi .vedi_multimedia_lista .icona {width:25px; border:none; margin-left:-28px; position:absolute; margin-top:5px;}	
	.reg_testi .associa_galleria { float:left; width:100%; height:100%; font-size:80%; border-right:1px solid #F4F4F4;}
	.reg_testi .sequenza_notizie { float:left; width:100%; height:100%; font-size:80%; border-right:1px solid #F4F4F4; line-height:15px;}
	.reg_testi .sequenza_notizie a { margin-right:1px;}
	.reg_testi .sequenza_notizie img { margin-bottom:-3px;margin-right:5px; margin-left:5px;}	
	.reg_testi .reg_eventi { margin-left:20px; width:100%; border:2px dashed #999999;}

div#colonna_2{display:none;}
div#colonna_3 {display:none}
div#colonna_1_2{ width:100%;}
div#colonna_1_2_3{ width:100%;}
div#colonna_1_3{ width:100%;}


div#footer{
	float:left; 
	padding-right:5px;
	color:#333333;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:65%;
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-y;
	width:1190px;
	background-color:#FFCC00;
	height:40px;
	padding:5px;
	}
div#footer div {width:100%; float:left; padding: 0.5em 0; background-color:#99CC00; text-align:right; height:100%;}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}



