/* CSS con le classi specifiche per il footer di EPU */
@import url(header.css);
@import url(menu.css);
@import url(footer.css);
/* Da eliminare durante lo sviluppo */
@import url(documentazione.css);

html :lang(it) {
	direction: ltr;
}

body {
margin-bottom:0em;
margin-left:0em;
margin-right:0em;
margin-top:0em;
	background: #ffffff;
	color: #C00000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.80em !important;
	text-align: center; /* centra in IE 5.x */
	/* dimensionamento percentuale del font */
	
}

div#container {
	/* dimensionamento in em del container principale: tarato a 1024 x 768 */
	width: 766px;
	margin: 0 auto; /* centra negli altri browsers */
	text-align: left;/* ripristina l' allineamento */ 
	border-left: 1px solid #BD392D;
	border-right: 1px solid #BD392D;
	border-top: 1px solid #BD392D;
	border-bottom: 1px solid #BD392D;
	background-color:#FFF2F2;
}

div.welcome {
	height: auto;
}

div.content {
	/* background-color: #D5E9E9; padding-top: 2em;*/
	border-left: 0px solid #D7DDE6;
	padding-top:0em;
	margin:0em;
	width: auto;
	
}

a {
	font-size: 1em;
	color: #80868A;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #80868A;
}

a:link {
	color: #80868A;
	font-weight: bold;
}

a:hover {
	color: #BD392D;
	text-decoration: none;
}

a.linkRed {
	font-size: 1em;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:visited.linkRed {
	color: red;
}

a:link.linkRed {
	color: red;
	font-weight: bold;
}

a:hover.linkRed {
	color: #BD392D;
	text-decoration: none;
}

a.linkGreen {
	font-size: 1em;
	color: green;
	text-decoration: none;
	font-weight: bold;
}

a:visited.linkGreen {
	color: green;
}

a:link.linkGreen {
	color: green;
	font-weight: bold;
}

a:hover.linkGreen {
	color: #BD392D;
	text-decoration: none;
}

h1 {
	text-align:center;
	color:maroon;
	font-size:1.3em;
	font-weight:normal;
	padding-top:0.5em;
	padding-bottom:0.1em;
	margin:0.1em;
}

h2 {
	text-align:left;
	color:#BD392D;
	font-size:1.1em;
	font-weight:bold;
	margin-left:10em;
	margin-top:0.5em;
}

form div {
	border: none;
	margin-bottom: 1em;
	padding:0.1em;
	margin:0.1em;
	margin-bottom:0.5em;	
	
}

div.messaggio {
	text-align: left;
	margin-left: 1em;
	margin-top: 1em;
	color: green;
	font-size: 1em;
	font-weight: bold;
}

li.gruppo {
	padding-top: 1em; 
}

.user {
	font-size: 10px;
	font-weight: normal;
}
.avviso{
	font-size: 11px;
	font-weight: normal;
}
.titoloAvviso{	
	font-weight: bold;
	color: red;
}
.descrizioneAvviso{	
	font-size: 10px;
}
