/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: #cc0000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    text-align:center;
    margin-top:0;
}

.button {
	border: 1px solid #cc0000;	
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../images/ButtonBg.gif);
}

.immagini {
	border: 1px solid #ffffff;
}

.evento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.NewsTitoloData {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.NewsTitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

 a.NewsTitolo:link, a.NewsTitolo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.NewsTitolo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.NewsCorpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;		
}

.testomodulonewslink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
	text-decoration: none;
}

a.testomodulonewslink:link, a.testomodulonewslink:visited {
	color: #990000;
	text-decoration: none;
}

a.testomodulonewslink:hover {
	color: #990000;
	text-decoration: underline;
}


.testomoduloeventolink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #990000;
	text-decoration: none;
}

a.testomoduloeventolink:link, a.testomoduloeventolink:visited {
	color: #990000;
	text-decoration: none;
}

a.testomoduloeventolink:hover {
	color: #990000;
	text-decoration: underline;
}


.menuFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #333333;
}

a.menuFooter:link, a.menuFooter:visited {
	font-size: 12px;
	color : #333333;
	font-weight:bold;
	text-decoration: none;
}

a.menuFooter:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.testoDescrizione {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.testoDescrizione h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-left: 6px;
	padding-left: 6px;
	margin:0;
}

.testoDescrizione h4 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
}


.menuLinea {
	background-color: #cccccc;
}


.paginazioneLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a.paginazioneLink:link, a.paginazioneLink:visited {
	color: #990000;
	text-decoration: none;
}

a.paginazioneLink:hover {
	color: #000000;
	text-decoration: none;
}

.footermoduli {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #136FB7;
	text-decoration: none;
}




 
#header {

width: 900px; 		 /*=larghezza immagine */
 
height: 37px; 		/* =altezza immagine */
 
 	/* cambiare il valore 5 per impostare i pixel del margine superiore e inferiore della barra */

position: relative; z-index: 9998;

}

#header #menu {

margin: 0;

padding: 0;

}

 
#header ul#menu li {
 
display: inline;
 
overflow: hidden;
 
height:37px; 		/* =l' altezza dell' immagine */
 
}
 
#header {
 
background: url(../nav.jpg) no-repeat; /* =path immagine di default della barra */

}
 
#header ul#menu li a {
 
float: left;
 
height: 0px;
 
padding-top: 37px; 	/* =l' altezza dell' immagine */
 
overflow: hidden;
 
}
 
#menu li a:hover {
 
background: url(../hover.jpg) no-repeat;		/* =path immagine stato hover della barra */

}
 
#menu li a:active {
 
background: url(../active.jpg) no-repeat;		/* =path immagine stato active della barra */
 
}
 
#menu li a.selected {
 
background: url(../selected.jpg) no-repeat;	/* =path immagine stato selected della barra */
 
}
 

li#one a {
 
width:100px;	/* =larghezza del bottone1 */
 
}

li#two a {
 
width:100px;	/* =larghezza del bottone2 */
 
}
 
li#three a {
 
width:100px;	/* =larghezza del bottone3 */
 
}
 
li#four a {
 
width:100px;	/* =larghezza del bottone4 */
 
}

li#five a {
 
width:100px;	/* =larghezza del bottone5 */
 
}

li#six a {
 
width:37px;		/* =larghezza del bottone6 */
 
}
 
li#one a:hover,li#one a:active,li#one a.selected {
 
background-position:0px 0px;
 
}
 
li#two a:hover,li#two a:active,li#two a.selected {
 
background-position:-100px 0px;  		/* settare con la larghezza del bottone1 (100px) */
 
}
 
li#three a:hover,li#three a:active,li#three a.selected {
 
background-position:-200px 0px;			/* = bottone1+ bottone2 (100px+100px) */
 
}
 
li#four a:hover,li#four a:active,li#four a.selected {
 
background-position:-300px 0px;			/* = bottone1+bottone2+bottone3 (100px+100px+100px) */
 
}
 
li#five a:hover,li#five a:active,li#five a.selected {
 
background-position:-400px 0px;			/* = bottone1+bottone2+bottone3+bottone4 (100px+100px+100px+100px) */
 
}
 
li#six a:hover,li#six a:active,li#six a.selected {
 
background-position:-500px 0px;			/* = bottone1+bottone2+bottone3+bottone4+bottone5 (100px+100px+100px+100px+100px) */
 
}
