@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
	padding:0px;
	margin:0px;
	background: #b6e0a2 url(../images/body_repeat.jpg) repeat-x;
}

a:link, a:visited {
	font-size: 12px;
	color: #314b5c;
	text-decoration:none;
}

a:hover, a:active {
	font-size: 12px;
	color: #a3bbba;
	text-decoration:none;
}

hr{
	border: none 0;
	border-top: 1px dashed #006F00;
}

#main_content {
	margin: auto;
	height: auto;
	width: 1000px;
	background-image: url(../images/main_repeat.jpg);
	background-repeat: repeat-y;
	font-size:12px;
}

/*header*/
h1#header{
	position: relative;
	width: 100%;
	height: 167px;
	font-size: 5px;
	margin: 0px;
	padding:0px;
}

h1#header span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/header.jpg) no-repeat;
}

#menu_dx span{
	font-size: 12px;
	color:#287f21;
	font-weight:bold;
}

#login{
	height: 150px;
	padding: 5px 0 5px 10px;
	margin-left: 3px;
	font-size: 12px;
	color:#287f21;
	background: url(../images/loginback.png) no-repeat;
}
	#login .loginbox{
		width: 100px;
		margin: 0 0 5px 2px;
	}
	
	#login .loginbutton{
		width: 60px;
	}

	#login a{
		font-size: 11px;
		color:#285D21;
		text-decoration: none;
	}
	
	.logintd2{
		text-align: center;
	}
/*CONTENT TXT*/
#content_txt{
	width: 600px;
	padding: 0px 10px 0px 10px;
	margin:0;
	float:left;
	text-align:justify;
}	

#content_txt a:link, #content_txt a:visited{
	color:#287f21;
	font-weight:bold;
}	

#content_txt a:hover, #content_txt a:active{
	color:#000;
	text-decoration:none;
}

#content_txt h1 span{
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom: #287f21 solid 1px;
	color: #000;
	margin:10px 0 15px 0;
	padding:2px;
}

#content_txt h1 {
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	display:block;
	letter-spacing:1px;
	border-bottom: #287f21 solid 2px;
	color: #287f21;
	margin:10px 0 15px 0;
	padding:2px;
}

#content_txt h2 a:link, #content_txt h2 a:visited{
	color:#fff;
	text-decoration:none;
}	

#content_txt h2 a:hover, #content_txt h2 a:active{
	color:#b6e0a0;
}	

#content_txt img {
	border: 0;
}

#content_txt h2{
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	display:block;
	letter-spacing:1px;
	background-color: #287f21;
	color: #fff;
	margin:10px 0 15px 0;
	padding:2px 2px 2px 6px;
	text-shadow: 1px 2px #000;	
}



/*CONTENT PRIMOPIANO*/
#content_primo_piano img {
	border: 0;
	margin: 0;
	float: left;
	width: 100px;
	padding: 5px;	
}

#content_primo_piano {
	margin: 10px 0 10px 0;
	width:100%;
}

#content_primo_piano td {
	margin: 0;
	padding: 3px;
/*	width:295px;*/
	text-align:left;
}

#content_primo_piano strong {
	color: #287f21;
	text-transform: uppercase;
	font-size:12px;
}


.contenitori {
	/*border-bottom: #287f21 solid 1px;*/
	margin: 6px 0 6px 12px;
	padding: 2px 0 2px 0;
	/*background: #DFF3D7;*/
	width: 575px;
	min-height: 80px;
}

.contenitori_normal {
	/*border-bottom: #287f21 solid 1px;*/
	margin: 6px 0 6px 12px;
	padding: 2px 0 2px 0;
	/*background: #DFF3D7;*/
	width: 575px;
	min-height: 150px;
}

.contenitori_large {
	/*border-bottom: #287f21 solid 1px;*/
	margin: 6px 0 6px 12px;
	padding: 2px 0 2px 0;
	/*background: #DFF3D7;*/
	width: 575px;
	min-height: 450px;
}

.contenitori span, .contenitori_large span{
	margin: 8px 0 8px 0;
	font-size:12px;
	display:block;
	/*color: #287F21;*/
}

.contenitori p, .contenitori_large p {
	margin: 3px 0;
}

.contenitori img {
	/*height: 100px;*/
}

.newslink{
	text-align:right;
}
/*CLASS*/
.img_float_left {
	margin: 5px 5px 5px 0;
	float:left;
}

.img_float_right {
	margin: 5px 5px 5px 0;
	float:right;
}

.img_float_left, .img_float_right {
	width: 150px;
	height:auto;
}


/* FOOTER */
#footer {
	width: 100%;
	height: 56px;
	padding: 0px;
	clear:both;
	background: #b6e0a0 no-repeat url(../images/footer.jpg);
}

#footer #testi{
	float: right;
	color:#333;
	font-size:9px;
	text-align:center;
	padding-right: 20px;
}

#footer p{
	padding: 57px 0 10px 0;
}

#footer a:link,#footer a:visited {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

#footer a:hover, #footer a:active e {
	text-decoration:none;
}

.segreteriatable{
	width: 100%;
	border-collapse: collapse;
}

.td1{
	border: 2px solid #fff;
	padding: 5px;
	background-color: #73b06a;
	font-weight:bold;	
}
.td2{
	border: 2px solid #fff;
	padding: 5px;
	background-color: #a7d5a4;	
}
.evidenzia{
	background-color: #a7d5a4;
	font-weight:bold;	
}

.newslinks{
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none;
	line-height:0px;
}

.newsboxleft{
	float: left;
	background: url(../images/newsboxback.png) no-repeat top;
	width: 280px;
	height: 200px;
	margin: 10px 6px 0px 10px;
}

.newsboxlefttext{
	padding: 10px  10px 5px 10px;
}

.newsboxlefttext img{
	vertical-align: middle;
}
.newsboxtitle{
	color: #287F21;
	font-weight: bold;
	padding-left: 5px;
}

.newsboxtext{
	color: #2D3003;
}

.filetable{
	border: 1px solid #C3DCB5;
	margin: 0 0px; 
	background: #E9FFEC;
	width: 575px;
}

.filetable th{
	background: #72B75D;
	color: #fff;
	padding: 3px 5px; 
	text-shadow: 0 1px #000;	
}
.filetable td{
	padding: 2px 5px; 
}

.tdtesi{
	width: 280px; 
}

#content_txt .filetable .icontd{
	width: 20px; 
}

.filetable .tdcolor{
	background: #C3DCB5;
}

.filetabletesi{
	border: 1px solid #C3DCB5;
	margin: 0 0 0 11px; 
	background: #E9FFEC;
	width: 575px;
}

input.form-submit {
	padding: 2px;
	margin: 2px; 
	color:#fff;
	font-family:'arial',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	text-align: center;
	background-color:#287F21;
	border:1px solid;
	border-top-color:#5D9D74;
	border-left-color:#5D9D74;
	border-right-color:#5D9D74;
	border-bottom-color:#5D9D74;
	cursor: pointer;
}

#content_txt .downloadicon{
	width: 20px;
}

.fileicon{
	width: 20px;
}

#boxiscrizione{
	position: relative;
	top: 0px;
	left: 105px;
	width: 417px;
	height: 50px;
	background: url(../images/back_button_iscrizione.gif) no-repeat top;
}

#boxiscrizionetext{
	position: relative;
	top: 16px;
	left: 55px;
}

#content_txt #boxiscrizione #boxiscrizionetext a{
	color: #fff;	
}

.gotofile{
	text-align: right;
	float: right;
	width: 80px;
	height: 50px;
	background: #000;
	padding: 35px 15px 0 0;
	margin: 10px 10px;
	background: url(../images/backfile.png) no-repeat top;
}

.formazionisx{
	width: 30px;
	padding: 5px;
	background: #C3DCB5;
}

.formazionidx{
	padding: 5px;
	background: #C3DCB5;
	color: #287F21;
	font-weight:bold;
}

.formazionidxtesi{
	min-width: 130px;
	padding: 5px;
	background: #C3DCB5;
	color: #287F21;
	font-weight:bold;
}

.indietro{
	text-align: right;
}

#footer img{
	border: 0px;
	vertical-align: middle;
}

#footer img.xhtml{
	float: left;
	padding-left: 16px;
	padding-top: 10px;
	width: 50px;
	height: 18px;
}

.right_back{
	float: right;
	padding: 10px 10px;
}

.corsitd{
	background: url(../images/newsboxback.png) no-repeat top;
	width: 280px;
	height: 200px;
	padding: 10px 18px;
	vertical-align: top;
}

.corsitd span{
	margin: 8px 8px;
	font-weight:bold;
	font-size:12px;
	display:block;
}

.corsitd .tdtxt{
	margin: 0px 8px;
}

.corsitd img{
	margin: 0px 8px;
	border: 0px;
	vertical-align: middle;
}

#content_txt .siti{
	border: solid 1px #7DAE68;
	width: 290px;
	height:	30px;
	text-align: center;
}

.avvisouser{
	color: #416A0E;
}

.tablemaster{
	width: 100%;
}

.tmtd{
	background: #D8E9C6;
	border: solid 2px #7DAE68;
	padding: 5px;
	text-align: center;
}

#usercheckfailed{
	color: #295E04;
	font-size: 14px;
	font-weight: bold;
	padding: 30px 0 0 30px; 
}

#boxavvisi{
	background: #EAF2E6;
	height: 155px;
}

#boxavvisi textarea{
	margin: 5px 10px 0 10px;
	width: 420px;
	height: 60px;
	float: left;
}

#boxavvisi input{
	margin-top: 5px;
	margin-right: 2px;
	float: right;
}

#boxavvisi img{
	float: right;
	vertical-align: top;
}

#boxavvisi td{
	font-weight: bold;
	padding-left: 5px;
}

.avvisocontatto{
	border-right: solid 2px #287F21; 
	border-bottom: solid 2px #287F21;
	background: #C3DCB5;
	width: 565px;
	height: 100px;
	padding: 5px;
}

.homeimg{
	width: 60px;
	float: left;
	padding: 0 10px 10px 0;
}

.contenitori #content_primo_piano .sedeimg{
	height: 100px;
	float: left;
	padding: 0 10px 10px 0;
}

#history{
	padding: 10px 0 0 6px;
	text-align:center;
}

#history img{
	padding: 0 10px 0 0;
	border: 0;
	vertical-align: middle;
}

#history a{
	font-size: 11px;
	text-shadow: 1px 1px #7D7677;	
}

.ricerca{
	margin: 2px 1px 2px 3px;
	padding: 3px;
	text-align:center;
	background: url(../images/searchback.png) no-repeat top;
}

.ricerca a{
	font-size: 9px;
}

.ricerca img{
	vertical-align: middle;
	border: 0px;
}

#datiunpisi{
	margin-left: 80px;
	margin-top: 7px;
	font-size: 9px;
}

#nota{
	position: relative;
	top: -16px;
	left: 390px;
	margin-left: 6px;
	width: 180px;
	height: 15px;
	text-align:center;
	color: #C40C0C;
	font-size: 13px;
	text-shadow: 1px 1px #B8B6B6;	
	font-weight: bold;
}

#bannertop{
	margin-left: 7px;
	height: 76px;
}

#newstable{
	margin-left: 7px;
	border-collapse: collapse;
	width: 584px;
	height: auto;
}

#newstabletdtop{
	background: url(../images/home_largebox_top.jpg) no-repeat;
	width: 584px;	
	height: 55px;
}

#newstabletdbottom{
	background: url(../images/home_largebox_bottom.jpg) no-repeat;
	width: 584px;	
	height: 14px;
}

#newstabletdleft{
	background: url(../images/home_largebox_left.jpg) repeat-y;
	width: 9px;	
}

#newstabletdright{
	background: url(../images/home_largebox_right.jpg) repeat-y;
	width: 7px;	
}
#newstabletdcenter{
	background: url(../images/home_largebox_center.jpg);
	width: 567px;
	height: 100px;
	vertical-align: top;	
}

#newstable .title{
	padding: 10px 0 10px 20px;
	font-weight:bold;
	font-size:12px;
	color: #287F21;
}

#newstable .title img{
	vertical-align:middle;
}

#notizieregioni{
	padding: 0 20px 0 20px;
}

#promo{
	margin: 30px 28px; 
	width: 116px;
	height: 180px;
	background: #fff;
	border: 1px solid #4CA500;	
}

#promo img{
	border: 0;
	height: 180px;
	width: 116px;
	margin-bottom: 3px;
}

#promo span{
	font-size: 9px;
	font-weight: normal;
	text-transform:capitalize;	
}

#freeaccess1{
	width: 170px;
	height: 33px;
	margin: 2px 1px 2px 3px;
	text-align:right;	
	background: url(../images/authaccess.png) no-repeat top;	
}

#freeaccess1 img{
	padding-top: 7px;
	padding-right: 10px;
	border: 0;
}

#testhide{
	display: none;
	font-size: 10px;
	text-align: center;
	padding: 10px 5px;
	color: #910000;
}

.newstitle{
	color: #AF0000;
	font-weight: bold;
}

.titolosottosezione{
	font-size: 12px;
	font-weight: bold;
}

#data{
	text-align: center;
	color: #C40C0C;
	text-shadow: 1px 1px #B8B6B6;	
}

