
/* DEFINIZIONE GENERALE STILE PORTALE */
BODY, TD {
	background-color: #FFFFFF;
	font-family :Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
 
A,A:Visited {
	color: blue;
	text-decoration:none;
}

A:Hover {
	color: #FF3100;
	text-decoration: underline;
}

/* INIZIO DEFINIZIONE NEWS PRINCIPALI IN HOMEPAGE */

.tithome {
	font-size:x-small;
	font-weight: bold;
}
.occhome{
	font-size: xx-small;
	font-weight: bold;
	color: #008000;
}
.datehome{
	color: #0000AA;
}
.sez{
	color: #AA0000;
	font-weight:bold;
}
.conthome{
	color: Black;
	font-weight: bold;
}
.bgmain{
	color: #6B9694;
}
.midtitle{
	font-size:small;
	font-weight: bold;
}
.midocc{
	font-size: x-small;
	font-weight: bold;
	color: #008000;
}
.fields{
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color:#CCFFCC
}
.bigdate{
	background:#777777;
	color:white;
	font-family: trebuchet MS,Verdana, Geneva,Arial,Helvetica,sans-serif;
	font-size: small;
}
.colheader{
	background-color: #DC143C;
	color: White;
	font-weight: bold;
}
.colcontent{
	background-color: #F0FFFF;
	color: Black;
}
.colonne{
	background-color: #B0C4DE;
}
ul{
	list-style-image:url(/images/arrow_little.gif);
	list-style-position: outside;
}
.press{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.elenconews{
	background-color:#FFCDCC;
	border: thin;
	border-color: Aqua;
	font-size: xx-small;
}
.fototable{
	background: black url (/images/campagna.jpg) no-repeat bottom right;
}
.smallselect 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #000000;
 }
 .medio
 {
	font-size: x-small;
}
.mediobold
{
	font-size: x-small;
	font-weight: bold;
}
.success{
	background-color: #009966;
	color: White;
	font-weight: bold;
}
.checkselect{
	background-color: #99CCCC;
	border: #333399;
	border-width: thin;
	font-size: xx-small;
}