/* --------------------------------------------------------------------
// 
// consolidati sas - Melpignano (LE), Manduria (TA) - Italy - Style Sheet 
//
// Author:      consolidati - web agency ( www.consolidati.it )
// Version:     05.2007
// 
// -------------------------------------------------------------------- */

html, body, form { margin: 0; padding: 0;}

html {
	font-family:arial,helvetica,sans-serif;
	font-size:80%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	}
body {
	background:#98c2ec none repeat scroll 0%;
	color:#303030;
	font-size:100%;
	margin:0px auto;
	text-align:center;
	}

/*###############  struttura   ###############*/

#page {
	width:760px;
	margin:0px auto;
	text-align:left;
	border-left:3px solid #6a99c7;
	border-right:3px solid #6a99c7;
	}

#head {
	border-top:10px solid #6a99c7;
	border-bottom:3px solid #518d29;
	background-color:#99dd70;
	}
	
#corpo {
	background-color:#fff;
	}	

#col_sx {
	width:166px;
	float:left;
	background-image:url(/public/media/sfondo_menu_sinistra.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:8px solid #97d765;
	border-top:8px solid #97d765;
	background-color:#e2f3d7;
	padding:35px 0 30px 0;
	}

/*#######################  menu sinistra  #############################à*/

ul.menu{
	margin: 0;
	padding: 0;
}

ul.menu li{
	margin: 0;
	padding: 0 0 0 11px;
	border-top: 1px solid #C1E4A4;
	background: url(/public/media/ico_freccia_menu.gif) left no-repeat;
	list-style: none;
}


ul.menu li a {
	text-decoration: none;
	color: #4D831E;
	display: block;
	height: 1%;
}


ul.menu li a:hover{
	background-color:#4D831E;
	color:#FFFFFF;
}


/*##############################  fine menu sinistra ######################*/	

.voce_menu_orizz{
height:24px;
width:111px;
background-image:url(/public/media/sfondo_menu_orizzontale.gif);
background-repeat:no-repeat;
background-position:top;
text-align:center;
color:#FFFFFF;
float:left;
padding-top:5px;
font-weight:bold;
font-size:0.9em;
}	

#content {
	width:570px;
	float:left;
	padding:0 10px 0 10px;
	}

#col_dx {
	width:150px;
	float:left;
	border:1px solid #CCCCCC;
	margin:1px;
	display:none;
	}
	
	
#bottom{
	width:760px;
	height:113px;
	background:url(/public/media/bottom.jpg) no-repeat top left;
	border-bottom:20px solid #518D29;}


.dati_bottom{
padding:40px 30px 0 515px;}	

.copyright {
	text-align:right;
	margin:0px auto;
	width:760px;
	}	

/*###############  fine struttura   ###############*/

/*###############  generali   ###############*/

.nofloat {
	clear:both;}
	
table { font-size: 1em; } /* Fa ereditare il font-size dal body */

img, a img, :link img, :visited img { border: none; } /* whoever thought blue linked image borders were a good idea? */

p { margin: 1em 0; padding: 0; }

hr { margin: 0.5em 0 1.85em; padding: 0; }
* html hr {	/* only IE gets this style */
	margin: -0.5em 0;
}

a:link {
	background:transparent none repeat scroll 0%;
	color:#28500F;
	text-decoration:underline;
	}
a:visited {
	background:transparent none repeat scroll 0%;
	color:#28500F;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;

	}
a:active {
	background:#FFFF00 none repeat scroll 0%;
	color:#990000;
	text-decoration:none;
	}

h1{
font-size:1.8em;
font-weight:bold;
color:#457BB0;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
border-bottom:1px dotted #CCCCCC;}
	
h1 a:link, h1 a:visited	{
	}

h1 a:hover {
	}
	
	
		
	
h2	{
font-size:1.4em;
color:#da5915;
font-weight:bold;
margin:0px;
padding:0px;}

h2 a:link, h2 a:visited	{
	}

h2 a:hover {
	}



	
h3	{
font-weight:0.8em;
font-weight:bold;
color:#FF9900;
padding:0;
margin:0 0 5px 0;}

h3 a:link, h3 a:visited	{
	}

h3 a:hover {
	}



	
h4	{
	}
	
h4 a:link, h4 a:visited	{
	}

h4 a:hover {
	}
	
#percorso {
	margin:0 0 5px 0;
	border-bottom:1px solid #c1bfbf;
	}

.torna_su {
	margin:15px 0 0 0;
	border-top:1px solid #c1bfbf;
	display:none;
	}
	
/*###############  fine generali   ###############*/


/*###############  navigazione assistita   ###############*/

.nav_help {
	display:none;
	}

/*###############  fine navigazione assistita   ###############*/


/* ######################## BTN STANDARD XHTML CSS ################# */

#div_standard {
	margin: 10px auto 10px auto;
	padding: 0 0 1px 0;
	width:990px;
	text-align:right;
	display:none;
}

/* minibutton -- i commenti vuoti dopo i selettori servono a filtrare IE5.0/Win */
a.minibutton:link, a.minibutton:visited/**/ {
	font		: 10px verdana,sans-serif;
	border		: 1px solid #CCC;
	background	: #fff;
	color		: #009;
	text-decoration	: none;
	padding		: 1px;
	white-space	: nowrap;
}
a.minibutton strong/**/ {
	font-weight	: normal;
	padding		: 0 0 0 4px;
}
a.minibutton span/**/ {
	background	: #fc6;
	color		: #000;
	padding		: 0 4px;
}
a.minibutton:hover/**/ {
	background	: #fff;
	color		: #00f;
}
a.minibutton:hover span/**/ {
	color		: #333;
	background	: #fd7;
}
/* ######################## fine  BTN STANDARD XHTML CSS ################# */




/**/

.form_contatti{
width:545px;
}

fieldset {
border:1px dashed #CCCCCC;
padding:5px;
margin:0 0 10px 0px;}

.cella_form{
width:260px;
float:left;
margin:0 0 15px 0;}

.cella_form_dx{
width:260px;
float:right;
margin:0 0 15px 0;}

.cella_form_cap{
width:70px;
float:left;
margin:0 0 15px 0px;
padding:0 0 0 11px;}

.cella_form_prov{
width:190px;
float:left;
margin:0 0 15px 0;}

label{
font-weight:bold;}

label.obbligatorio{
color:#FF0000;}

legend{
color: #333333;
font-style:italic;
}


input{
border:1px solid #CCCCCC;}

input.pulsante{
background-color:#4b8136;
color:#FFFFFF;}

textarea{
border:1px solid #CCCCCC;}

.indirizzo_form{
margin:0 0 10px 0;}

.dati_contrass{
font-style:italic;
color:#fff;
border-bottom:1px dashed #CCCCCC;}

.form_errore{
border:3px solid #FF0000;
color:#990000;
background:#F8EAEA;
padding:10px;
margin:10px 0 10px 0;}

input.check{
padding:2px;
background-color:#999999;
border:1px solid #999999;
margin:0 0 0 10px;}

.img_home{
padding:5px;
border:1px solid #E2F3D7;
width:277px;
float:right;
margin:0 0 0 5px;
font-weight:bold;}

.news_home{
margin:0 0 5px 0;
padding:3px;
border-bottom:1px dotted #CCCCCC;} 

.img_news_elenco_home{
width:116px;
height:116px;
border:1px dotted #CCCCCC;
text-align:center;
float:left;
background-color:#e2f3d7;
margin:0 5px 0 0;}

.data_news_elenco{
text-align:right;
font-style:italic;
margin:0 0 3px 0;}

ul.lista{
list-style-image:url(/public/media/ico_lista2.gif);}

.singolo_bando_elenco{
padding:5px;
border-bottom:1px dotted  #CCCCCC;
margin:0 0 5px 0;}

ul.inline{
margin:0 0 5px 0;
padding:0px;
list-style:none;}

ul.inline li{
margin:0px;
padding:0px;
display: inline;}

ul.pdf{
list-style-image:url(/public/media/ico_pdf.jpg);}

.anteprima_news_elenco{
border:1px dotted #CCCCCC;
padding:5px;
margin:0 0 10px 0;}

.img_news_elenco{
float:left;
width:184px;
height:124px;
padding:1px;
border:1px dotted #CCCCCC;
margin:0 3px 0 0;
text-align:center;}

.apri_chiudi{
background-color:#e2f3d7;
padding:2px;
text-align:right;
}

.anteprima_news_elenco h3{
margin:5px 0 5px 0;}

.tab td{
padding:2px;
border-bottom:1px solid #DEEED1;}
