body{
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #444444;
	background: #cbdde4;
}

table, td, th {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #444444;
}

a{
	font-family: arial;
	font-size: 12px;
	color: #007e9d;
	font-weight: bold;
	margin: 0px;
}

a:hover{
	color: #004252;
	text-decoration: none;
}

.gray{
	font-family: arial;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	margin: 0px;
}

.gray:hover{
	color: black;
	text-decoration: none;
}

.gray_big{
	font-family: arial;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

.gray_big:hover{
	color: black;
	text-decoration: underline;
}

#pagina{
	width: 900px;
	position: absolute; 
	left: 50%;
	margin-left: -450px;
	background: white;
	border: 1px solid #004252;
	padding: 2px;
}

#top{
	padding-top: 0px;
	background-repeat: no-repeat;
	width:900px;
	text-align: right;
}


#bottom{
	clear:both;
	background-color: #cbdde4;
	height: 20px;
	width: 900px;
	text-align: center;
	padding-top: 3px;
	color: #444444;
}

#bottom a{
	color: #007e9d;
}

#bottom a:hover{
	color: #004252;
	text-decoration: none;
}

#menu{
	width: 250px;
	clear: none; 
	float: left;
}

#contenuto{
	clear:none; 
	float: right;
	width: 635px;
	padding-right: 5px;
	padding-top: 10px;
}

#contenuto_pa_co{
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	background-color: #FFFFFF;
}

.tit_laterale{
	height: 25px:
	width: 210px;
	background-color: #004252;
	color: #FFFFFF;
	padding: 3px;
	MARGIN-LEFT: 40px;
	margin-bottom: 1px;
	font-weight: bold;
}

ul.menu_laterale{
	margin: 0;
	padding: 0;
}

ul.menu_laterale li{
	list-style-type: none;
	display: block;
	margin: 0;
	
}

ul.menu_laterale li a:link, ul.menu_laterale li a:visited {
	display: block;
	background-color: #cbdde4;
	padding: 3px;
	border: 1px solid white;
	border-left: 4px solid #007e9d;
}

ul.menu_laterale li a:hover, ul.menu_laterale li a:active {
	display: block;
	background-color: white;
	border: 1px solid #004252;
	border-left: 4px solid #004252;
}

ul.menu_laterale li a {display:inline-block;}
ul.menu_laterale li a {display:block;}

.menu_gestione{
	margin-right: 10px;
	background-image: url(immagini/bg_menu_gestione.jpg);
	width: 113px;
	height: 67px;
	text-align: center;
	float: left;
	clear: none;
}

.a_menu_gest{
	text-transform: uppercase;
	font-size: 10px;
	color: #656566;
	font-weight: bold;
	text-decoration: none;
}

.a_menu_gest:hover{
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_gestione_box{
	clear: both;
	width: 100%;
}

.titolo_benvenuto_gestione{
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}

.titolo_benvenuto_gestione_2{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.immagine_gestione{
	padding:10px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box_header_gestione{
	padding-bottom: 10px;
	clear: both;
	height: 100px;
}

.titolo_pagina{
	font-family: arial;
	font-size: 16px;
	color: #434448;
	font-weight: bold;
}

.titolo_iscrizioni{
	font-family: arial;
	font-size: 16px;
	color: #434448;
	font-weight: bold;
	background-color: #F3F7FA;
	padding: 5px;
	width: 580px;
}

.titolo_paragrafo{
	font-family: arial;
	font-size: 14px;
	color: #434448;
	font-weight: bold;
}

.titolo_in_lista{
	font-family: arial;
	font-size: 14px;
	color: #007e9d;
	font-weight: bold;
	margin: 0px;
}

.titolo_in_lista:hover{
	color: #004252;
	text-decoration: none;
}

.titolo_in_lista_data{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: none;
	margin: 0px;
	text-decoration: none;
}

.testo_anteprima{
	font-family: arial;
	font-size: 12px;
	color: #434448;
	font-weight: none;
	margin: 0px;
}

.divisione_iscrizioni{
	border-top-style:  dashed;
	border-top-color:  #97adab;
	border-top-width: 3px;
	margin: 5px;
}

.riga_news{
	border-bottom: 1px solid #F3F7FA;
	padding: 5px;
	margin-bottom: 15px;
}


h1,h2{
	margin: 0px;
}

.link_{
	font-family: arial;
	font-size: 12px;
	color: #656566;
	font-weight: none;
}

.link_:hover{
	font-family: arial;
	font-size: 12px;
	color: #F3F7FA;
	font-weight: none;
}

.nome_campo{
	font-weight: bold;
	margin: 0px;
}

.note_campo{
	font-weight: none;
	margin: 0px;
	font-size: 10px;
}

.errore{
	border: 1px solid #FF0000;
	background-color: #EEEEEE;
	padding: 10px;
	text-align: center;
	margin: 20px;
}

.break{
	clear: both;
	margin:0;
}

.titoletti_rossi{
	font-size: 14px;
	color: #97595B;
	font-weight: bold;
	margin: 0px;
}

.sottotitoletti_rossi{
	font-size: 12px;
	color: #97595B;
	font-weight: bold;
	margin: 0px;
}
