h1.show {
	display: block;
}

.newsIntro{
	background:url(images/bgNews.gif) top left no-repeat;
	font-size:12px;
	padding:7px 6px 0 6px;
	line-height:130%;
}

.newsIntro a{ color: #3A91C3; }
.newsIntro a:hover{ color: #3A91C3; text-decoration: none; }

.newsStuff{
	background:url(images/iconArrowGray.gif) 0px 2px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	padding:0 0 0 6px;
	margin:0 0 4px 0;
}
#searchNewsForm{
	padding:0 0 0 6px;
}
#searchNewsForm .simpleInput{
	width:90px;
	padding:0;
}
#searchNewsForm .buttonSearch{
	padding:0;
}
.newsListItem{
	background:url(images/bgUnderline.gif) top left no-repeat;
	margin:21px 0 40px 0;
}
.newsListItem .title{
	background:url(images/iconArrowBlu.gif) 0px 12px no-repeat;
	color:#3A91C3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:6px 6px 0 6px;
}
.newsListItem .title a:active, .newsListItem .title a:link, .newsListItem .title a:visited{
	color:#3A91C3;
	text-decoration:underline;
}
.newsListItem .title a:hover{
	text-decoration:none;
}
.newsListItem .description{
	padding:2px 6px 0 6px;
}

.newsListItem .description a{ color: #3A91C3; }
.newsListItem .description a:hover{ color: #3A91C3; text-decoration: none; }

.newsListItem p {
	margin-bottom:0;
}

.newsListItem .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	padding:8px 0 0 6px;
}

/* paginazione */
.paging{
	background:url(images/bgUnderlineBig.gif) top left no-repeat;
	padding:10px 0 15px 0;
	margin:10px 0 0 0;
}
.paging a:active, .paging a:link, .paging a:visited{
	color:#666666;
	text-decoration:underline;
}
.paging a:hover{
	text-decoration:none;
}
.pagingRight{
	float:right;
	color:#CCCCCC;
	text-align:right;
}
.pagingRight strong{
	color:#3A91C3;
}
a.arrowLeft:active, a.arrowLeft:link, a.arrowLeft:visited{
	color:#3A91C3;
	background:url(images/iconArrowLeft.gif) left no-repeat; 
	padding:0 0 0 10px;
	text-decoration:none;
	font-weight:bold;
}
a.arrowLeft:hover{
	text-decoration:underline;
}
a.arrowRight:active, a.arrowRight:link, a.arrowRight:visited{
	color:#3A91C3;
	background:url(images/iconArrowRight.gif) right no-repeat; 
	padding:0 10px 0 0;
	text-decoration:none;
	font-weight:bold;
}
a.arrowRight:hover{
	text-decoration:underline;
}
.back {margin-top:15px;}
.back a {
	margin-left:6px;
	color:#3A91C3;
	font-weight: bold;
}

.back a:hover {
	text-decoration: none;
}

.newsIntro table{
        width:550px;
        border-top:solid  #e3e3e3 1px;
        border-right:solid  #e3e3e3 1px;
}
.newsIntro table tr{
        vertical-align:top;
        padding:10px 10px 10px 5px;
        background-color:#fff;
}
.newsIntro table td{
        padding:5px;
        border-left:solid  #e3e3e3 1px;
        border-bottom:solid  #e3e3e3 1px;
	font-size:11px;
}
.newsIntro table th{
        background:#EfEfEf;
        padding:5px;
        border-left:solid  #e3e3e3 1px;
        border-bottom:solid  #e3e3e3 1px;
}

caption{font-size:11px;}
