﻿body
{
	font-family:verdana,arial,sans-serif;
		margin: 0;
}

p {
	margin: 0;
	line-height:20px;
}
.container {
	width: 100%;

}

.tabella {
	width: 100%;
	border: 1px solid #00007c;
}

.hptop {
   background-color: #00007c;
   color: rgb(255, 255, 255);
   text-align:left;
   font-size:12px;
   font-weight:700;
}

.even {
	background-color: #e7fae6;
}

.odd {
	background-color: #ffffff;
}

.news-container {
	padding-left:20px;
	width:430px;

}

.titolo-news {
	color:#6a6a6a;
	font-size:24px;
}

.titolo {
color: #3e719c;
    font-size: 16px;
    font-weight: bold;
	padding-bottom:10px;
}
.sottotitolo {
    padding-top: 30px;   
	padding-bottom: 5px;
	   font-size: 12px;
}



.colonne {
	font-size:10px;
	color: #467aa7;
    font-weight: bold;

	text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;

}

.colonne-bordo {
	border-left: 1px solid #00007c;
}

.rss_cont
{
	width:910px;
	height:30px;
	position:absolute;
	background-image:url('../img/bkg_nws_scr.gif');
	background-repeat:repeat-x;
	padding-left: 90px;
}
.rss_cont img
{
	float:left;
	padding:8px;
	padding-left:20px;
}
.rss_cont a
{
	color:#467AA7;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.rss_scroll
{
	float:left;
	background-image:url('../img/bkg_nws_scr.gif');
	background-repeat:repeat-x;
	/*background-color:#d8f8d4;*/
	position:relative;
	overflow:hidden;
	height:30px;
	width:810px;
}
.r-a2 td{
	background:#d8f8d4 none repeat scroll 0%;
}
#cnt_rs
{
	color:#467AA7;
	padding:5px;
	padding-top:8px;
	background-color:Transparent;
	font-family:verdana,arial,sans-serif;
}

.pager_uns
{
	font-size: 12px;
	display: inline-block;
    margin-right: 3px;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #000000;
}
.pager_sel
{
	font-size: 12px;
	display: inline-block;
    margin-right: 3px;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #000000;
	color:#ffffff;
	background-color:#00007c;
}
.pager_sel a
{
	color:#ffffff;
}
.pager-container {
	text-align: center;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sitelogo {
	background:transparent url(../img/logo_trasp.gif) repeat scroll 0%;
	height:60px;
	margin:12px 0pt 0pt 20px;
	position:absolute;
	width:146px;
	z-index:1;
}
.header-top {
	background:#E8F8F9 url(../img/bg_head_top.jpg) no-repeat scroll 0%;
	height:80px;
	overflow:visible !important;
	width:450px;
}
a:hover, .footerlink a:hover {
color:#2A5A8A;
text-decoration:underline;
}
a {
color:#467AA7;
font-weight:bold;
text-decoration:none;
}
.page-container {
font-size:1em;
}


#pagerdiv span
{
	margin:2px;	
}

.tickercontainer { /* the outer div with the black border */
width: 810px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 8px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
/*left: 750px;*/
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 15px;
/*background: #fff;*/
}