<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
	border:0px;
	margin:0px;
	padding:0px;
}

body{
	background:#FFFFFF url('../img/bkg_sfondo.gif') top left;
	font-family: Arial, Thaoma, Verdana, sans-serif;
	font-size:11px;	
	color:#3f3f3f;
}

label{
	display:block;
	font-size:11px;
	font-weight:bold;
}

#container{
	width:1000px;
	margin:auto;
	padding-top:0px;
	background-color:#FFFFFF;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}

#header{
	height:250px;	
	width:980px;
	margin:auto;
	text-align:left;
	background:#FFFFFF url('../img/testata.jpg') no-repeat top left;
}

#header img{
	border:0px;
	padding:0px;
	margin:0px;
}

#logo{
	margin-left:5px;
}

#menu{
	height:52px;
	width:980px;
	margin:auto;
	margin-bottom:15px;
	background:#FFFFFF url('../img/bkg_menu.gif') repeat-x top left;
	text-align:center;
}

#menu_pad{
	margin:auto;
}

.menu_button{
	display: inline-block;
	width:124px;
	height:52px;
	background:url('../img/menu.png') no-repeat top left;
	color:#FFFFFF;
	margin-top:5px;
	margin-right:3px;
}

.menu_button a{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:52px;
	text-decoration:none;
}

.menu_button a:visited{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:52px;
	text-decoration:none;
}

.menu_button a:active{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:52px;
	text-decoration:none;
}

.menu_button a:hover{
	font-size:13px;
	font-weight:bold;
	color:#E9F104;
	line-height:52px;
	text-decoration:none;
}

.menu_active_button{
	display: inline-block;
	width:124px;
	height:52px;
	background:url('../img/menu_active.png') no-repeat top left;
	font-size:13px;
	font-weight:bold;
	color:#E9F104;
	margin-top:5px;
	margin-right:3px;
	line-height:52px;
}

#colsx{
	width:203px;
	float:left;
	margin-left:10px;
}

#colsx form{
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:8px;
}

#colsx input{
	border: 1px solid #BABABA;
	width:180px;
	height:18px;
	line-height:20px;
	color:#666666;
}

#colsx .button{
	float:right;
	color:#666666;
	width:67px;
	height:29px;
	text-align:center;
	line-height:29px;
	margin-top:10px;
	border:0px;
	background:url('../img/bot_grigio.gif') no-repeat top left;
	cursor:pointer;
}

#colcontent{
	float:left;
	width:556px;
	padding-left:10px;
}

.content_header{
	background:url('../img/bacheca_annunci.gif') no-repeat top left;
	font-size:22px;
	font-weight:bold;
	letter-spacing:4px;
	color:#348618;
	text-align:center;
	width:556px;
	height:67px;
	line-height:67px;
}

.content_page{
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

.content_page h2{
	font-size:14px;
	margin-bottom:3px;
	color: #696969;
}

.content_page form{
	border:1px solid #348618;
	font-size:11px;
	color:#666666;
	margin-left:3px;
	margin-bottom:20px;
	padding:18px;
	background-color:#F2FBE3;	
	width:490px;
}

.content_page table{	
	margin: 3px;	
	width:530px;
	border:1px solid #9CE033;
	font-size:11px;
}

.content_page th strong{
	color: #ffffff;
}

.content_page th{
	background: #75B50C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-bottom: solid 2px #9CE033;
}

.content_page th a{
	color: #FFFFFF;
	text-decoration:none;
}

.content_page th a:hover{
	color: #EDFDCE;
	text-decoration:underline;
}

.content_page tr{
	height: 30px;
}

.content_page td{
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

.content_page td.first,th.first{
	border-left: 0px;
}

.content_page tr.row-a{
	background: #F8F8F8;	
}

.content_page tr.row-b{
	background: #EFEFEF;
}

#cat-list ul{
	width:540px;
	list-style:none;
  margin:0;
  padding:0;
  border:0;
}

#cat-list ul li{
	margin:0;
	padding:0;
}

#cat-list a{
	display:block;
	height:25px;
	line-height:25px;
  text-decoration:none;
  padding-left:5px;
  margin-bottom:8px;
  margin-right:8px;
  margin-left:8px;
  background-color:#75B50C;
  color: #FFFFFF;
}

#cat-list a:visited{
	display:block;
	height:25px;
	line-height:25px;
  text-decoration:none;
  padding-left:5px;
  margin-bottom:8px;
  margin-right:8px;
  margin-left:8px;
  background-color:#75B50C;
  color: #FFFFFF;
}

#cat-list a:active{
	display:block;
	height:25px;
	line-height:25px;
  text-decoration:none;
  padding-left:5px;
  margin-bottom:8px;
  margin-right:8px;
  margin-left:8px;
  background-color:#75B50C;
  color: #FFFFFF;
}

#cat-list a:hover{
	background-color: #9DE034;
	color: #FFFFFF;
} 

.responseOK{
	background: #DDFFDD url(../img/good.png) no-repeat 3px 4px;
	color: #009900;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	padding-left:22px;
	text-align:left;
	line-height:16px;
	margin-bottom:16px;
}

.responseKO{
	background: #FFDDDD url(../images/bad.png) no-repeat 3px 4px;	
	color: #990000;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	padding-left:22px;
	text-align:left;
	line-height:16px;
	margin-bottom:16px;
}

.frmcol{
	float:left;
	margin-left:10px;
	width:235px;
}

.frmcolwide{
	margin-left:10px;
	width:470px;
}

.frmcol label{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:8px;
}

.page_fld{
	border:1px solid #BABABA;
	height:18px;
	width:225px;
	line-height:18px;
	color:#323232;
	font-size:12px;
}

.page_select{
	border:1px solid #BABABA;
	height:20px;
	width:225px;
	line-height:18px;
	color:#323232;
	font-size:12px;
}

.page_textarea{
	border:1px solid #BABABA;
	color:#323232;
	font-size:12px;
	width:470px;
	height:200px;
}

.datepicker{
	border:1px solid #BABABA;
	height:18px;
	line-height:18px;
	color:#323232;
	font-size:12px;
}

.content_page .button{
	float:right;
	color:#666666;
	width:67px;
	height:29px;
	text-align:center;
	line-height:29px;
	margin-top:10px;
	border:0px;
	background:url('../img/bot_verde.png') no-repeat top left;
	cursor:pointer;
}

.content_page .button-left{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}

.content_page .button-center{
	float:left;
	padding-left:3px;
	padding-right:3px;
	height:29px;
	line-height:29px;
	background:url('../img/bot_verde_center.png') repeat-x top left;
}

.content_page .button-center a{
	font-size:11px;	
	color:#3f3f3f;
	text-decoration:none;
}

.content_page .button-center a:visited{
	font-size:11px;	
	color:#3f3f3f;
	text-decoration:none;
}

.content_page .button-center a:active{
	font-size:11px;	
	color:#3f3f3f;
	text-decoration:none;
}

.content_page .button-center a:hover{
	font-size:11px;	
	color:#3f3f3f;
	text-decoration:none;
}

.content_page .button-right{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}

.content_page a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.content_page a:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.content_page a:active{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.content_page a:hover{
	color:#75B50C;
	text-decoration:none;
	font-weight:bold;
}

.invisible_text{
	border:0px;
	background-color:transparent;
	color:#666666;
	font-size:10px;
	line-height:25px;
	text-align:left;
	cursor:arrow;
}

#adv_cat_menu{
	font-size:11px;
	color:#666666;
	padding: 0px;
	margin: 0px;
}

#adv_cat_menu ul{
	list-style: none;
	margin: 0px;	
	padding: 0px;
	padding-top:12px;
	padding-bottom:12px;
	border: none;
}

#adv_cat_menu ul li {
	margin: 0px;
	padding: 0px;
	height:25px;	
}

#adv_cat_menu ul li a{
	display: block;
	border-bottom:1px solid #BABABA;
	text-decoration: none;
	line-height:25px;
	padding-left:40px;
	color:#666666;	
	background-image: url('../img/icona_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#adv_cat_menu ul li a.first{
	display: block;
	border-top:1px solid #BABABA;
	border-bottom:1px solid #BABABA;
	text-decoration: none;
	line-height:25px;
	padding-left:40px;
	color:#666666;	
	background-image: url('../img/icona_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#adv_cat_menu ul li a:visited{
	display: block;
	border-bottom:1px solid #BABABA;
	text-decoration: none;
	line-height:25px;
	padding-left:40px;
	color:#666666;	
	background-image: url('../img/icona_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#adv_cat_menu ul li a:active{
	display: block;
	border-bottom:1px solid #BABABA;
	text-decoration: none;
	line-height:25px;
	padding-left:40px;
	color:#666666;	
	background-image: url('../img/icona_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#adv_cat_menu ul li a:hover{
	display: block;
	border-bottom:1px solid #BABABA;
	text-decoration: none;
	line-height:25px;
	padding-left:40px;
	color:#666666;	
	background-image: url('../img/icona_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 6px;
	background-color:#9DDF33;
}

.news_title{
	font-weight:bold;
	font-size:14px;
	color:#75B50C;
	margin-top:4px;
	padding-left:0px;
	padding-bottom:3px;
}

.pad_news{	
	margin:auto;
	padding:5px;
	margin:3px;
	margin-left:15px;
	margin-right:30px;
	margin-bottom:15px;
	border-bottom:1px dotted #a1a1a1;
	text-align:left;
	font-size:12px;
	color:#3f3f3f;
}

.pad_news img{
	border: 1px solid #acacac;
	padding:4px;
}

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

.pad_news a:visited{
	text-decoration:none;
	color:#000000;
}

.pad_news a:hover{
	text-decoration:underline;
	color:#75B50C;
}

#coldx{
	width:203px;
	float:right;
	margin-right:10px;
}

#coldx form{
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:8px;
}

#coldx input{
	border: 1px solid #BABABA;
	width:180px;
	height:18px;
	line-height:20px;
	color:#666666;
}

#coldx .button{
	float:right;
	color:#666666;
	width:67px;
	height:29px;
	text-align:center;
	line-height:29px;
	margin-top:10px;
	border:0px;
	background:url('../img/bot_grigio.gif') no-repeat top left;
	cursor:pointer;
}

#coldx .button-left{
	float:right;
	color:#666666;
	width:67px;
	height:29px;
	text-align:center;
	line-height:29px;
	margin-top:10px;
	border:0px;
	background:url('../img/bot_grigio.gif') no-repeat top left;
	cursor:pointer;
}

#coldx a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.#coldx a:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#coldx a:active{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#coldx a:hover{
	color:#75B50C;
	text-decoration:none;
	font-weight:bold;
}

.coldx_content{
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:8px;
}

.box_up{
	width:203px;
	height:50px;
	background: url('../img/box_up.gif') no-repeat top left;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-left:45px;
	line-height:54px;
}

.box_center{
	width:203px;
	background: #FFFFFF url('../img/box_center.gif') repeat-y top left;
}

.box_down{
	width:203px;
	height:13px;
	background: #FFFFFF url('../img/box_down.gif') no-repeat top left;
}

.box_sep{
	height:15px;
}

#bad_login{
	display:none;
	color:#dd0000;
	margin-top:3px;
	margin-bottom:3px;
}

#footer{
	width:1000px;
	height:30px;
	line-height:30px;
	margin:auto;
	margin-top:25px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#348618;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#E0ED0A;
	text-decoration:underline;
}

.page_pager{
	height:30px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
}

.pages {
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	font-size: 11px;
	border-color: #a1a1a1;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	text-decoration: none;
	color: #6d6d6d;
	background-color: #e2e2e2;
	float: left;
	display: block;
}
.pages:hover {
	background-color: #3D95C7;
}
.currentpage {
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	font-size: 11px;	
	border-color: #f1f1f1;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3D95C7;
	float: left;
	display: block;
}

</pre></body></html>