/*
In questo css ci vanno tutti quelli che sono gli stili degli elementi di ewsite
*/

/* fix per problema background con IE */
ul, ol, dl {
    position: relative;  
}
/* ews_menu è il menù normale di primo livello (nopages se non è cliccabile perché non ha pagine) */

.ews_menu {
	font-size: 11px;
	color: #00733E;
	background-image: url(/images/bottom_menu_int.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.ews_menu ul {
	list-style-image:  none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_li.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.ews_menu li{
	text-align: right;
	font-style: normal;
	margin: 0px  0px  0px  0px;
	padding: 4px 15px 4px 10px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px none #FFFFFF;
}

.ews_menu a{
	color: #00733E;
	font-weight: normal;
	text-decoration: none;
}
.ews_menu a:hover{
	color: #00733E;
	text-decoration: underline;
}

/* non ci sono pagine visibili: li.ews_menu-nopages e li.ews_menu_top devono essere uguali */
/* margin-top: -1px cancella il bordo della li precedente */
li.ews_menu-nopages {
	background-image: url(/images/lmenutop.gif);
	background-color: #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px none #FFFFFF;
}

li.ews_menu_top {
    margin-top: -1px;
	background-image: url(/images/lmenutop.gif);
	background-color: #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px none #FFFFFF;
}

/* ews_menu è il menù normale di primo livello (nopages se non è cliccabile perché non ha pagine) */
.ews_sottomenu {
	background-color: inherit;
    margin-top: 30px;
	font-size: 10px;
	color: #585858;
}
.ews_sottomenu ul {
	background-image: url(/images/t_menu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	background-color: #E4DFDF;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
.ews_sottomenu li{
	font-style: normal;
	vertical-align: top;
	margin: 0px;
	padding: 6px 4px 6px 10px;
	list-style: none;
	background-image: url(/images/bg_sottomenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

li.ews_sottomenu_top {
	color: #fff;
	background-image: url(/images/bg_sottomenu_top.gif);
	font-weight: bold;
	list-style: none;
	vertical-align: top;
	margin: 0px;
	padding: 4px 4px 4px 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

.ews_sottomenu a{
	background-color: inherit;
	color: #585858;
	font-weight: normal;
	text-decoration: none;
}
.ews_sottomenu a:hover{
	color: #585858;
	font-weight:bold;
	background-color: inherit;
	text-decoration: underline;
}


	/* Navigazione: è la barra di navigazione nel sito */
.ews_navigazione {
	background-color: inherit;
	border-top: 1px solid #DCEBC9;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #DCEBC9;
	border-left: 1px none #FFFFFF;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 5px 5px 5px 15px;
	font-weight: normal;
}
.ews_navigazione b{
	background-color: inherit;
	font-weight: normal;
}
.ews_navigazione a {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.ews_navigazione a:hover {
	background-color: inherit;
	color: #000000;
	text-decoration: underline;
}

/* all'interno della pagina */

/* il titolo, il sommario ed il box (opzionale) della pagina */
h1 {
	background-color: inherit;
	font-size: 18px;
	font-weight: bold;
	color: #EA1F27;
	margin: 15px 20px 10px 0px;
}
.ews_sommario {
	background-color: inherit;
	font-size: 11px;
	color: #585858;
	font-style: italic;
}

.ews_allegato,.ews_allegato_pag,.ews_link {
    margin: 10px 0px;
	font-size: 11px;
	color:#585858;
}

.ews_box {
	background-color: #DCEBC9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #068149;
	padding: 0px 10px 0px 20px;
}


/* il titoletto ed il testo del paragrafo */
h2 {
	background-color: inherit;
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	clear: both;
}

.ews_testo {
	background-color: inherit;
	font-size: 11px;
	color: #585858;	
}

.ews_testo p {
	background-color: inherit;
	padding: 0px;
	/*margin: 0px;*/
	clear: both;
}

a{
	background-color: inherit;
	color: #00733E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	background-color: inherit;
	text-decoration: underline;
}

/** secondo me qst non sono usati **/
.img_soggetto {
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: 0px;
}

.ews_paragrafo img{
	margin: 0px;
	padding: 5px 0px;
	border: 0px;
	text-align: left;
/*
	background-image: url(/image/zoom.jpg);
	background-color: #C0C0C0;
	background-position: bottom;
	background-repeat: no-repeat;
*/
}

hr {
	margin: 10px 0px;
	width: 100%;
	height: 1px;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #CC3300;
}
