a,
a:link,
a:visited,
a:active {
	FONT-FAMILY: Trebuchet MS, Helvetica, Tahoma, Arial, sans-serif;
	FONT-SIZE: 15px;
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.form_text
{
	BORDER: #666666 1px solid;
	BACKGROUND-COLOR: #FAFAFA;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.form_button
{
    BORDER: #666666 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #EDEDED;
}
.form_text_blu
{
	BORDER: #CCCCCC 1px solid;
	BACKGROUND-COLOR: #DAE0F1;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.form_button_blu
{
    BORDER: #CCCCCC 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #BCC8E8;
}
.testoImp
{
	FONT-FAMILY: Impact, Arial Narrow, Franklin Gothic Demi, sans-serif; 
	COLOR: #333333;
	FONT-SIZE:16px;
}
.testo_normal_log
{
	FONT-FAMILY: Trebuchet MS, Microsoft Sans Serif, Gill Sans MT, Lucida Console, Helvetica, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: #222222;
	FONT-SIZE:14px;
}
.testo_normal_log a,
.testo_normal_log a:link,
.testo_normal_log a:visited,
.testo_normal_log a:active {
	COLOR: #222222;
	text-decoration: none;
}
.testo_normal_log a:hover {
	COLOR: #222222;
	text-decoration: underline;
}
.testo_logeffettuato,
.testo_logeffettuato a,
.testo_logeffettuato a:link,
.testo_logeffettuato a:active,
.testo_logeffettuato a:visited {
	FONT-FAMILY: Trebuchet MS, Microsoft Sans Serif, Gill Sans MT, Lucida Console, Helvetica, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: #EEEEEE;
	FONT-SIZE:11px;
	text-decoration: none; 
}
.testo_logeffettuato a:hover{ text-decoration: underline; }

.testo_logeffettuato b
{
	FONT-FAMILY: Trebuchet MS, Microsoft Sans Serif, Gill Sans MT, Lucida Console, Helvetica, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: #CB1E28;
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
}
.testo_titoletto{
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	COLOR: #333333;
	FONT-SIZE:20px;
}

.testo_grigio{
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	COLOR: #555555;
	FONT-SIZE:15px;
}
.testo_grigio a,
.testo_grigio a:link,
.testo_grigio a:active,
.testo_grigio a:visited { text-decoration: none; color:#555555; }
.testo_grigio a:hover{ text-decoration: underline; color:#565656;}

.testo_grigioscuro{
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	COLOR: #333333;
	FONT-SIZE:15px;
}
.testo_grigioscuro a,
.testo_grigioscuro a:link,
.testo_grigioscuro a:active,
.testo_grigioscuro a:visited { text-decoration: none; color:#333333; }
.testo_grigioscuro a:hover{ text-decoration: underline; color:#4F4F4F;}

.testo_rosso{
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	COLOR: #D7120C;
	FONT-SIZE:15px;
}
.testo_rosso a,
.testo_rosso a:link,
.testo_rosso a:active,
.testo_rosso a:visited { text-decoration: none; color:#D7120C; }
.testo_rosso a:hover{ text-decoration: underline; color:#D7120C;}

.testo_blu{
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	COLOR: #0A3294;
	FONT-SIZE:15px;
}
.testo_blu a,
.testo_blu a:link,
.testo_blu a:active,
.testo_blu a:visited { text-decoration: none; color:#0A3294; }
.testo_blu a:hover{ text-decoration: underline; color:#0A3294;}

.riquadro_login{
	/*width: 666px;
	height: 26px;*/
	width: 100%;
	text-align:left;
	background-color: #0A3294;
	border: 0px;
	padding: 0px;
	padding-top:4px;
	padding-bottom:5px;
	margin: 0px;
	overflow: hidden;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #222222;
	font-weight: bold;
}

.form_text_reg
{
	BORDER: #666666 1px solid;
	BACKGROUND-COLOR: #FAFAFA;
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
#AlertDiv{
	position:absolute; 
	z-index:1; 
	left:30%; 
	top:10%; 
	background-image: url("/img/Sfondo_AlertDiv.gif");
	background-repeat:no-repeat;
	background:#CCCCCC;
	border: #999999 2px solid;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width:350px; 
	height:100px;
}
#AlertDiv td
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    FONT-STYLE: normal;
    FONT-FAMILY: Helvetica, Arial, Tahoma, sans-serif;
}
#AlertDiv a,
#AlertDiv a:link,
#AlertDiv a:active,
#AlertDiv a:visited,
#AlertDiv a:hover{
	text-align: center;
	width:60px; 
	height:15px; 
	background-color: #CCCCCC; 
	border: 1px solid #888888;
	COLOR: #111111;
	text-decoration: none;
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.titolo,
.titolo a,
.titolo a:link,
.titolo a:visited,
.titolo a:active {
	FONT-FAMILY:  Trebuchet MS, Microsoft Sans Serif, Arial, sans-serif;
	font-weight:bold;
	COLOR: #D01E28;
	FONT-SIZE:24px;
	text-decoration: none; 
	background-image: url(/img/sottolinea_titolo.gif);
	background-repeat: repeat-x;
	
	background-position:right 17px;;
}
.titolo a:hover {
	COLOR: #D01E28;
}

.tabella_list{
	width:100%;
	BORDER-COLLAPSE: collapse;
	BORDER: #0A2E92 1px solid;	
	FONT-SIZE: 12px;			
	BACKGROUND-COLOR:#FFFFFF;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0px;
}
.tabella_list th{
	BORDER: #0A2E92 0px solid;	
	BORDER-BOTTOM: #0A2E92 1px solid;	
	PADDING: 2px;	
	MARGIN: 0px;
	BACKGROUND-COLOR:#9CAFE3;
}
.tabella_list TD {	
	BORDER: #0A2E92 0px dashed;	
	PADDING: 2px;	
	MARGIN: 0px;
} 
.tabella_list a,
.tabella_list a:link,
.tabella_list a:active,
.tabella_list a:visited { text-decoration: none; color:#000000; }
.tabella_list a:hover{ text-decoration: underline; color:#000000;}

.tabella_bordo{
	text-align:left;
	width:90%;
	BORDER-COLLAPSE: collapse;
	BORDER: #cccccc 1px solid;	
	FONT-SIZE: 12px;			
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	BORDER-COLLAPSE: collapse;
	background:#fbfbfb;
}
.tabella_bordo TH {	
	color:#222222;
	BORDER: 1px #dddddd dashed;
	PADDING: 2px;	
	MARGIN: 0px;
	text-transform:uppercase;
} 
.tabella_bordo TD {	
	BORDER: 0px;
	PADDING: 2px;	
	MARGIN: 0px;
} 
.tabella_bordo a,
.tabella_bordo a:link,
.tabella_bordo a:active,
.tabella_bordo a:visited { text-decoration: none; color:#222222; text-transform:none;}
.tabella_bordo a:hover{ text-decoration: underline; color:#222222; text-transform:none;}

.tabella_bordo INPUT,
.tabella_bordo SELECT
{	
	BORDER: #666666 1px solid;
	BACKGROUND-COLOR: #F4F4F4;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, Tahoma, sans-serif;
}
.tabella_bordo TEXTAREA
{	
	BORDER: #666666 1px solid;
	BACKGROUND-COLOR: #F4F4F4;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, Tahoma, sans-serif;
}
.sub_vuoto{
	BORDER: #FF0000 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #EDEDED;
}
.testo_grigetto_piccolo{
	border:0px;
	margin:0px;
	padding:0px;
	FONT-FAMILY: Trebuchet MS, Microsoft Sans Serif, Gill Sans MT, Lucida Console, Helvetica, Tahoma, Arial, sans-serif;
	COLOR: #666666;
	FONT-SIZE:10px;
}
.tabella_gallery{
	padding:0px;
	width:100%;
	text-align:center;
	BORDER-COLLAPSE: collapse;
	BORDER: #cccccc 0px solid;	
	FONT-SIZE: 12px;			
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	BORDER-COLLAPSE: collapse;
}
.tabella_gallery th{
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:center;
	BORDER-COLLAPSE: collapse;
	BORDER: #cccccc 0px solid;	
	FONT-SIZE: 12px;			
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	BORDER-COLLAPSE: collapse;
	FONT-WEIGHT: normal;
}
.tabella_gallery td{
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:center;
	BORDER-COLLAPSE: collapse;
	BORDER: #cccccc 0px solid;	
	FONT-SIZE: 12px;			
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	BORDER-COLLAPSE: collapse;
}
.tabella_gallery a,
.tabella_gallery a:link,
.tabella_gallery a:active,
.tabella_gallery a:visited { text-decoration: none; color:#444444; }
.tabella_gallery a:hover{ text-decoration: underline; color:#444444;}

.bordo{
	BORDER: #dddddd 3px solid;	
}
.gallery_nav{
	BORDER: #E0E0E0 1px solid;
	width:100%;
	height:23px;
	background-image: url("/img/bg01.gif");
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	FONT-FAMILY: Helvetica, Verdana, Tahoma, Arial,  sans-serif;
	FONT-SIZE: 12px;
	color:#0A3294;
	display:table-cell;
	vertical-align:middle;
}
.gallery_nav table td{
	margin:0px;
	padding:0px;
	FONT-FAMILY: Helvetica, Verdana, Tahoma, Arial,  sans-serif;
	FONT-SIZE: 11px;
	color:#0A3294;
}
.gallery_nav a,
.gallery_nav a:link,
.gallery_nav a:active,
.gallery_nav a:visited { FONT-SIZE: 13px; text-decoration: none; color:#0A3294; }
.gallery_nav a:hover{ text-decoration: underline; color:#0A3294;}

.gallery_divisorio{
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	FONT-FAMILY: FONT-FAMILY: Helvetica, Verdana, Tahoma, Arial,  sans-serif;
	COLOR: #0A3294;
	FONT-SIZE:15px;
	border-bottom: 1px solid #0A3294;
}

#list ul
{
    margin: 0px;
	padding: 0px;
	padding-left: 8px;
    list-style-type:disc;
	list-style:inside;
}
#list li
{
	margin: 0px;
	padding: 0px;
}

#list_small ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	list-style: none;
	border: 0px solid #FFFFFF;
	}
	
#list_small ul li {

	border: 0px solid #FFFFFF;
	}

#list_small ul li a,
#list_small ul li a:link,                                          
#list_small ul li a:visited,                                       
#list_small ul li a:active {
	height:15px;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	border: 0px solid #FFFFFF;
	border-bottom: 0px;
	font-size: 12px;
}

#list_small ul li a:hover   {text-decoration: underline; color: #000000;}


#list_eventi ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	list-style: url('/img/nota.gif');
	list-style-position:outside;
	border: 0px solid #FFFFFF;
	}
	
#list_eventi ul li {
	position:relative;
	border: 0px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 1px;
	}
#list_eventi ul li .data,
#list_eventi ul li .data a,
#list_eventi ul li .data a:link,                                          
#list_eventi ul li .data a:visited,                                       
#list_eventi ul li .data a:active {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-style:italic;
	padding:0px;
	margin:0px;
}
#list_eventi ul li .data a:hover   {text-decoration: underline; color: #000000;}

#list_eventi ul li a,
#list_eventi ul li a:link,                                          
#list_eventi ul li a:visited,                                       
#list_eventi ul li a:active {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#list_eventi ul li a:hover   {text-decoration: underline; color: #000000;}

.tabella_eventi {
	width: 95%;
	border: 0px; 
	padding: 0px; 
	margin:0px;
	color: #000000; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align: left; 
}
.tabella_eventi th{
	color: #0A3294; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	margin:0px;
	padding:10px;
	border-bottom: 1px #0A3294 solid;
	padding-bottom:0px;
}
.tabella_eventi td{
	/*background-image:url(/img/sfumarosso.png); 
	background-repeat:repeat-x; 
	background-position:top;*/
	border: 0px; 
	padding: 8px; 
	margin:0px;
	padding-top: 3px; 
}


.riquadro_registrazione{
	width: 90%;
	border: 2px #0A2E92 solid; 
	color: #000000; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align: left; 
	padding: 0px; 
	background-image: url("/img/texture01.jpg");
}
.riquadro_registrazione h1{
	/*background-color: #F7FBFC;*/
	border-bottom: 1px #0A2E92 solid;
	background-image: url("/img/texture02.jpg");
	width:100%; 
	height: 30px;
	padding: 0px;
	padding-top: 2px;
	color: #000000; 
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	margin:0px;
	font-weight: bolder; 
	text-align: center; 
}
.riquadro_registrazione th{
	width: 20%; 
	height: 30px;
	padding: 0px;
	padding: 10px;
	color: #000000; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	margin:0px;
	/*font-weight: none;*/
	border-right: 1px #0A2E92 solid;
	text-align: right; 
}
.riquadro_registrazione td{
	width: 80%; 
	height: 30px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	border-right: 0px; 
	color: #000000; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	text-align: left; 
}
#impaginazione_menu{
	FONT-FAMILY: Trebuchet MS, Microsoft Sans Serif, Gill Sans MT, Lucida Console, Helvetica, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: #777777;
	FONT-SIZE:11px;
	text-decoration: none;
}
#impaginazione_menu a,
#impaginazione_menu a:link,
#impaginazione_menu a:visited,
#impaginazione_menu a:active {
	FONT-SIZE:11px;
	COLOR: #222222;
	text-decoration: none;
}
#impaginazione_menu a:hover {
	FONT-SIZE:11px;
	COLOR: #333333;
	/*text-decoration: underline;*/
}
#impaginazione_menu .selected{
	font-weight: bold;
	COLOR: #000088;
}
.tabella_gruppi {
	width: 98%;
	border: 0px; 
	padding: 0px; 
	margin:0px;
	color: #000000; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align: left; 
}
.tabella_gruppi th{
	color: #0A3294; 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	margin:0px;
	/*font-weight: none;*/
	border-bottom: 1px #0A3294 solid;
	padding-top: 10px;
}
.tabella_gruppi td{
	padding:5px;
	padding-top:0px;
	padding-bottom: 7px;
}
