/* CSS Document */
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	/*background-attachment: fixed;*/
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.TestoNotizia {
	font-size: 10px;
	font-weight: normal;
}

.titoloArchivio
{
	font-size: 10px;
	font-weight: normal;
}

.testoArchivio
{
	font-size: 12px;
	font-weight: normal;
}

.StrilloNotizia {
	font-size: 16px;
	font-weight: bold;
}

.VociTerritorio {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #5A6EAE;
}

.NewsHome {
	color: #333333;
	font-size: 0.6em;
	padding: 0px;
}

a.NewsHome:link {
	padding: 0px;
	text-decoration: none;
}

a.NewsHome:visited {
	padding: 0px;
	text-decoration: none;
}

a.NewsHome:hover {
	padding: 0px;
	text-decoration: underline;
}

.CercaTxt {
	font-size: 10px;
	color: #863557;
}

input.data {
	border: 1px solid #b9b4b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

textarea {
	border: 1px solid #b9b4b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

input.hlink {
	background-color: transparent;
	border: 0px;
	color: black;
	font-family: inherit;
	font-size: 0.8em;
	text-decoration: none;
	vertical-align: top;
}

input.hlink:hover {
	color: red;
}

.text {
	color: black;
	font-size: 0.8em;	
}

.label {
	color: black;
	font-size: 0.8em;
	font-weight: bold;
}

.error {
	color: red;
	font-size: 0.8em;
}

.dataColumn {
	background-image: url(../img/fascia_voci.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

.alink, a.alink, a.alink:link, a.alink:visited, a.alink:hover {
	background-color: #d4d0c8;
	border: 1px solid #b9b4b3;
	color: black;
	font-size: 0.8em;
	padding: 2px;
	text-decoration: none;
}

.hlink, a.hlink, a.hlink:link,a.hlink:visited {
	color: black;
	font-size: 0.8em;
	text-decoration: none;
	vertical-align: top;
}

a.hlink:hover {
	color: red;
}