/*
 
		style="border-style: solid; border-width:1px; border-color: #009933;"
		
		border: 1px solid #009933;
		
*/

body td  {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align:left;
	}
	
body   {
	background:#F3F3F3;
	}
	
a {
	text-decoration: none;
	color: #985181; /* colore_medio 824276 */
	}	

a:hover {
	text-decoration: none;
	color: #ae8fa5; /* colore_chiaro BA98B3 */
	}	

a:visited {
	text-decoration: none;
	color: #999999;
	}	

.titolo_appuntamenti {
	font-size:14px;
	font-weight:600;
	}

	
h1 {	
	font-size:20px;
	color: #00458b; /* $colore_alternativo 083D77 */
	}
h2 {
	font-size:16px;
	color: #00458b; /* $colore_alternativo 083D77 */
	}
	
/* per home page ------------------------ ------------------------ ------- */
.categoria_hp {
	color: #ffffff;
	text-transform: uppercase; 
	padding:3px;
	}
.titolo_hp {
	text-transform: uppercase; 
	padding:3px;
	font-weight: 900;
	}

/* per ingrandimento immagini ------------------------ ------------------------ ------- */
 .img-list {
 	clear:	both;
 	}

 .img-list a {
 	float:	left;
 	padding:	0px;
 	outline:	0;
	}
	
/* immagini in articoli -------------- ------------------------ ------------------------ */
.postimg_left {
	float: left;
	text-align: left;
	margin: 1em 1em 1em 0;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_right {
	float: right;
	text-align: left;
	margin: 1em 0 1em 1em;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_center {
	margin: 1em;
	text-align: center;
	padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

/* categorie ------------------------ ------------------------ ------------------------ */
.ricerca_categorie {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	}	
.ricerca_categorie ul {
	list-style-type: none;
	padding-left: -5px;
	}	
.ricerca_categorie li {
	list-style-type: none;
	padding-left: -5px;
	}	
		
.ricerca_categorie a {
	text-decoration: none;
	color: #ffffff;
	}	

.ricerca_categorie a:hover {
	text-decoration: none;
	color: #FF0000;
	}	

.ricerca_categorie a:visited {
	text-decoration: none;
	color: #ffffff;
	}	
		
/* accordion menu ------------------------ ------------------------ ------------------------ */


.arrowlistmenu{
width: 100%; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
/* background: black url(titlebar.png) repeat-x center left; */
/* background-color:#ff9900;*/
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin:0; /* per non avere spazio tra le barre header */
border:0px;
border-bottom:1px solid #666699;
/* border:1px solid #ff3322; */
}

.arrowlistmenu .menuheaderSWITCH{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
/* background: black url(titlebar.png) repeat-x center left; */
/* background-color:#ff9900;*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin:0; /* per non avere spazio tra le barre header */
border:0px;
border-bottom:1px solid #666699;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/* background-image: url(titlebar-active.png); */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-left: 0px;
padding-bottom: 0px; /*bottom spacing between menu items*/
/* border:1px solid #666699; */
/* background:#339999; */
}

.arrowlistmenu ul li a{
color: #ffffff; /* #083D77; arancione */
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
/* font-weight: bold; */
border-bottom: 0px solid #dadada;
font-size: 110%;
}

.arrowlistmenu ul li a:visited{
color: #ffffff; /* #083D77;  A70303*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #00458b; /* $colore_alternativo 083D77 */
background-color: #F3F3F3;
}

/*  -------------------------------------------------------- */


/*  -------------------------------------------------------- */

ul, li, li a {box-sizing: content-box; list-style-type: none; color:#666666; font-weight: bold;}


ul {padding: 0; margin: 0;}
ul li {width: 20em;}
ul ul {display: none;}
ul li:hover > ul {display: inline; position: absolute; left: 120px;}
li a {display: inline; text-decoration: none;}
li a:hover {color:#$colore_nero;}
li.sub > a {font-weight: bold; }

ul ul {width: 20em;}
#cont > ul {width: 12em;}
#cont {position: absolute; left: 3em; top: 2em; margin: 0; padding: 0;}

#cont ul {} 
#cont ul li {border-width: 1px 0 0 0; line-height:1.5em;}
#cont ul ul {border-left:1px solid black ;}
#cont ul ul li {border-color: white;}
#cont li > a {background-color: transparent; }
#cont li:hover {background-color: transparent; border-bottom:1px solid black; color:#303090; cursor: pointer;}
#cont li.sub:hover {border: white; border-bottom:1px solid black; width: 20em;}
#cont li.sub {width: 20em;}
#cont li.sub:hover > a {}
#cont li.sub:hover > ul {background: trasparent;}
#cont li.lin:hover {border: white; cursor: default; color: #666666;}



