@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	/*text-align: center;*/
	background: #e9e7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
table#container {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
table#menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table#menuVerticale {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table#content td.newsEventi {
	width: 274px;
	background: #FFF;
	text-align:justify;
	vertical-align:top;
}

table#content td.EventiTutti {
	width: 241px;
	background: #FFF;
	text-align:justify;
}

table#content p.newsEventi {
	margin: 0px;
	padding: 10px 15px 10px 15px;
}
table#content p.newsEventi strong {
	color: #d8170e
}
table#content td.new {
	width: 147px;
	height: 200px;
	padding: 10px 15px 0px 15px;
	background: url(img/content_new.png) no-repeat top left;
}
table#content td.new p.titolo {
	font-size: 14px;
	font-weight: bold;
	color: #d8170e;
}
table#content td.contenuto {
	background: #FFF;
	width: 765px;
	height: 475px;
}
table#content td.contenuto div {
	width: 765px;
	height: 475px;
	overflow: auto;
}
td.testo {
	line-height: 17px;
	vertical-align: top;
	font-size:12px;
}

td.sfondorighe {
	vertical-align: top;
	background:url(img/sfondo_righe.gif) no-repeat top left;
	width: 179px;
}
td.testo span.data {
	font-weight: bold;
	font-size: 13px;
	color: #d8170e
}
img#archivioNews {
	margin: 20px 0px 0px 30px;
}
table#archivioNews {
	margin: 10px 20px 20px 20px;
}
table#archivioNews td {
	padding: 10px;
}

table#testoInt {
	margin: 10px 20px 20px 20px;
	width: 720px;
	text-align:justify;
}

/* --------------- CLASSI GENERICHE ---------------*/


img {
	border: 0px;
}

.imgdx {
	border: 0px;
	float:right;
	padding: 0 0 15px 15px;
}


.bordonero {
	border: 1px solid #000000;
}

.bordoverde {
	border: 1px solid #8baf18;
}


.blubold {
	color: #003762;
	font-weight:bold;
}

.blu {
	color: #003762;
}


.titolorosso {
	font-size: 16px;
	font-weight: bold;
	color: #d8170e;
}

.titolorosso2 {
	font-size: 12px;
	font-weight: bold;
	color: #d8170e;
}


form {
	display:inline;
}

input {
	display:inline;
}  

.campotesto {
	border: 1px solid #da251d;
	background-color: #f5f5f5;
	color:#000000;
	font-size:11px;
}

.areatesto {
	border: 1px solid #da251d;
	background-color: #f5f5f5;
	color:#000000;
	font-size: 11px;
}

.campocerca {
	border: 1px solid #9f9b9b;
	background-color: #f5f5f5;
	color:#000000;
	font-size:11px;
}


.bottone {
	border: 1px solid #da251d;
	background-color: #da251d;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma, Courier, monospace;
}


.testopiccolo {
	font-size: 10px;
}

.scrittacerca {
	font-size: 12px;
	text-transform:lowercase;
}


/* --------------- CLASSI SUI LINK ----------------*/

a:link, a:visited {
	color: #da251d;
	text-decoration: underline;	
}

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


a.linkazzurro:link, a.linkazzurro:visited {
	color: #26618f;
	text-decoration: underline;
}

a.linkazzurro:hover {
	color: #ffffff;
	text-decoration: none;
}


a.linknerounder:link, a.linknerounder:visited {
	color: #000000;
	text-decoration: underline;
}

a.linknerounder:hover {
	color: #000000;
	text-decoration: none;
}

a.linknero:link, a.linknero:visited {
	color: #000000;
	text-decoration: none;
}

a.linknero:hover {
	color: #000000;
	text-decoration: underline;
