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

/* Aggiunte al reset */
em, address {
	text-decoration: none;
	font-style: normal;
}
/* Eric Meyer CSS Reset Reload */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**** Fine Eric Meyer CSS Reset ****/

/* Stili base */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #3743a0;
}

p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

fieldset {
	border: 1px solid #aaf;
	padding: 1em;
}

a, a:hover {
	color: #3743a0;
	text-decoration: none;
	border: none;
}

a.link {
	text-decoration: underline;
}

a.strong {
	font-weight: bold;
}

img {
	border-color: #221f72;
}

strong {
	font-weight: bold;
}

.box {
	display: block;
}

.error,
.expired {
	color: #f00;
}

div.error {
	border: 1px solid #f00;
	padding: 5px;
}

	div.error ul {
		list-style-type: disc;
		padding-left: 2em; 
	}

.flashinfo {
	color: #0a0;
}

	div.flashinfo {
		border: 1px solid #0a0;
		padding: 5px;
		margin: 0 0 1em 0;
	}

/*****
	Layout
		*****/

#main {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	padding: 0 7px;
	background-image: url(img/sfondo_main.gif);
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	height: 150px;
	background-image: url(img/sfondo_header.gif);
	background-repeat: no-repeat;
}

	#header_logo {
		float: left;
		margin-left: 46px;
	}
	
	#header_img {
		float: right;
	}

#menu {
	background-color: #221f72;
	width: 850px;
	height: 271px;
	text-align: left;
}

	#menu .img_menu {
		float: right;
		width: 634px;
		height: 271px;
	}
	
	
	#main_menu li {
		display: block;
		padding: 22px 0 0 25px;
	}

		#main_menu li a {
			display: block;
			width: 164px;
			height: 13px;
			color: #fff;
			text-indent: -9000px;
			overflow: hidden;
		}
		
		#main_menu li.menu_chisiamo a {
			background: #221f72 url(img/menu_chisiamo.png) 0 0;
		}

		#main_menu li.menu_mission a {
			background: #221f72 url(img/menu_mission.png) 0 0;
		}

		#main_menu li.menu_aziende a {
			background: #221f72 url(img/menu_aziende.png) 0 0;
		}

		#main_menu li.menu_formazione a {
			background: #221f72 url(img/menu_formazione.png) 0 0;
		}

		#main_menu li.menu_dopodiploma a {
			background: #221f72 url(img/menu_dopodiploma.png) 0 0;
		}

		#main_menu li.menu_associazioni a {
			background: #221f72 url(img/menu_associazioni.png) 0 0;
		}

		#main_menu li.menu_newsletter a {
			background: #221f72 url(img/menu_newsletter.png) 0 0;
		}

		#main_menu li 			a:hover ,
		#main_menu li.selected 	a {
			background-position: 0 -13px;
		}


	ul.menu li a {
		display: block;
		width: 250px;
		padding: 5px 0;
		text-indent: -9000px;
	}

		li.menu_offerte_lavoro a {
			background: #eef0fc url(img/menu_offerte_lavoro.gif) no-repeat 0 0;
		}

		li.menu_inserisci_curriculum a {
			background: #eef0fc url(img/menu_inserisci_curriculum.gif) no-repeat 0 0;
		}

		li.menu_iscrizione_privato a {
			background: #eef0fc url(img/menu_iscrizione_privato.gif) no-repeat 0 0;
		}

		li.menu_logout a {
			background: #eef0fc url(img/menu_logout.gif) no-repeat 0 0;
		}

		li.menu_login a {
			background: #eef0fc url(img/menu_login.gif) no-repeat 0 0;
		}


		li.menu_pubblicazione_offerte a {
			background: #eef0fc url(img/menu_pubblicazione_offerte.gif) no-repeat 0 0;
		}

		li.menu_leggi_curricula a {
			background: #eef0fc url(img/menu_leggi_curricula.gif) no-repeat 0 0;
		}

		li.menu_aggiorna_profilo a {
			background: #eef0fc url(img/menu_aggiorna_profilo.gif) no-repeat 0 0;
		}


		/* Newsletter */
		
		li.menu_archivio_newsletter a {
			background: #eef0fc url(img/menu_archivio.gif) no-repeat 0 0;
		}



#search {
	width: 850px;
	background-image: url(img/sfondo_search.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 35px;
}

	ul.search li {
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
	}
	
	.menu_contact {
		float: right;
		margin-right: 20px;
	}


#content {
	clear: both;
	width: 810px;
	padding: 15px 20px;
	background-color: #eef0fc;
	overflow: auto;
}

h1.titolo {
	text-indent: -9000px;
	margin-bottom: 10px;
}

	h1.ultime_news {
		background: url(img/titolo_ultime_news.gif) no-repeat top left;
		width: 139px;
		height: 26px;
	}
	
	h1.news {
		background: url(img/titolo_news.gif) no-repeat top left;
		width: 121px;
		height: 21px;
	}
	
	h1.chi_siamo {
		background: url(img/titolo_chi_siamo.gif) no-repeat top left;
		width: 99px;
		height: 21px;
	}
	
	h1.mission {
		background: url(img/titolo_mission.gif) no-repeat top left;
		width: 99px;
		height: 21px;
	}
	
	h1.aziende {
		background: url(img/titolo_aziende.gif) no-repeat top left;
		width: 99px;
		height: 21px;
	}
	
	h1.privato {
		background: url(img/titolo_privato.gif) no-repeat top left;
		width: 99px;
		height: 21px;
	}
	
	h1.elenco_aziende {
		background: url(img/titolo_elenco_aziende.gif) no-repeat top left;
		width: 179px;
		height: 21px;
	}
	
	h1.scheda_azienda {
		background: url(img/titolo_scheda_azienda.gif) no-repeat top left;
		width: 168px;
		height: 22px;
	}
	
	h1.formazione {
		background: url(img/titolo_formazione.gif) no-repeat top left;
		width: 131px;
		height: 21px;
	}
	
	h1.nuovi_corsi {
		background: url(img/titolo_nuovi_corsi.gif) no-repeat top left;
		width: 121px;
		height: 21px;
	}
	
	h1.dopo_diploma {
		background: url(img/titolo_dopo_diploma.gif) no-repeat top left;
		width: 140px;
		height: 21px;
	}
	
	h1.offerte_lavoro {
		background: url(img/titolo_offerte_lavoro.gif) no-repeat top left;
		width: 191px;
		height: 21px;
	}
	
	h1.offerta_lavoro {
		background: url(img/titolo_offerta_lavoro.gif) no-repeat top left;
		width: 191px;
		height: 21px;
	}
	
	h1.rispondi_annuncio {
		background: url(img/titolo_rispondi_annuncio.gif) no-repeat top left;
		width: 226px;
		height: 21px;
	}
	
	h1.curriculum {
		background: url(img/titolo_curriculum.gif) no-repeat top left;
		width: 191px;
		height: 21px;
	}
	
	h1.iscrizione {
		background: url(img/titolo_iscrizione.gif) no-repeat top left;
		width: 133px;
		height: 21px;
	}
	
	h1.login {
		background: url(img/titolo_login.gif) no-repeat top left;
		width: 99px;
		height: 21px;
	}
	
	h1.inserisci_offerta {
		background: url(img/titolo_inserisci_offerta.gif) no-repeat top left;
		width: 209px;
		height: 21px;
	}
	
	h1.cerca_curricula {
		background: url(img/titolo_cerca_curricula.gif) no-repeat top left;
		width: 191px;
		height: 21px;
	}
	
	h1.curricula {
		background: url(img/titolo_curricula.gif) no-repeat top left;
		width: 126px;
		height: 21px;
	}
	
	h1.associazioni {
		background: url(img/titolo_associazioni.gif) no-repeat top left;
		width: 139px;
		height: 21px;
	}

	h1.contact {
		background: url(img/titolo_contact.gif) no-repeat top left;
		width: 139px;
		height: 21px;
	}

	h1.newsletter {
		background: url(img/titolo_newsletter.gif) no-repeat top left;
		width: 121px;
		height: 21px;
	}


h2 {
	font-weight: bold;
	margin: 1.5em 0;
}

h3 {
	font-weight: bold;
	margin: 1em 0;
}

ul.news {
	padding: 0;
	overflow: auto;
}

	ul.news li {
		width: 210px;
		padding: 0 20px;
		float: left;
		background: url(img/separatore_v_190.gif) no-repeat 0 0;
	}
	
	ul.home_news li {
		padding: 0 30px;
	}
	
	ul.news li.first {
		background-image: none;
		padding-left: 0;
	}
	
		div.news {
			width: 186px;
			margin: 0 auto;
		}
			
			div.news h2 {
				font-weight: bold;
				padding: 3px;
			}
			
			div.news p {
				padding: 3px;
			}
			

.left_col {
	width: 250px;
	margin: 50px 0 0 0;
	float: left;
}

	.left_col .foto {
		display: block;
		margin: 0 auto 20px auto;
		padding: 8px 12px 12px 7px;
		width: 210px;
		height: 136px;
		background-image: url(img/sfondo_img_210x136.gif);
	}

.right_col {
	width: 500px;
	float: right;
	padding: 0 25px;
	background: url(img/separatore_v_410.gif) no-repeat 0 30px;
}

	ul.pager {
		display: block;
		overflow: auto;
		text-align: right;
		margin: 5px 0;
		padding: 0 20px;
		list-style-type: none;
		color: #000;
	}
		ul.pager li {
			padding: 2px;
			display: inline;
		}
			ul.pager li a {
				padding: 5px;
			}
			ul.pager li.pager_current {
				padding: 5px;
				color: #000;
				background-color: #ccf;
				text-weight: bold;
			}
			
			ul.pager a:hover {
				color: #00f;
				background-color: #ccf;
			}

	ul.con_foto {
	}
	
	ul.senza_foto {
	}
	
		ul.con_foto li,
		ul.senza_foto li {
			padding: 20px 0 10px 0;
			display: block;
			clear: both;
			overflow: auto;
			background: url(img/separatore_h_219.gif) no-repeat top center;
		}
		
		ul.con_foto li.first,
		ul.senza_foto li.first,
		li.nosep {
			background-image: none;
		}
		
			ul.con_foto img {
				float: left;
			}
			
			ul.con_foto div.info {
				margin: 0 0 0 200px;
			}
			ul.senza_foto div.info {
				margin: 0;
			}
			
				ul.con_foto div.info h3,
				ul.senza_foto div.info h3 {
					margin: 0;
				}
				
				ul.con_foto div.info a.scheda,
				ul.senza_foto div.info a.scheda {
					display: block;
					margin: 10px 0;
					text-decoration: underline;
				}
	
	.curriculum ul {
	}
		.curriculum li {
			clear: both;
		}
	
	#scheda_azienda {
		width: 777px;
		margin-bottom: 25px;
		background-image: url(img/scheda_sfondo.gif);
	}
	
		#header_scheda {
			width: 777px;
			background: url(img/scheda_header.gif) no-repeat;
		}
		
		#content_scheda {
			padding: 20px 30px;
			width: 717px;
		}
		
		#footer_scheda {
			background: url(img/scheda_footer.gif) no-repeat;
			height: 50px;
			width: 777px;
		}

	
	div#scheda_azienda div#header_scheda {
		padding: 20px 20px 30px 20px;
	}
	
		address.azienda {
			margin-left: 150px;
		}
		
		address.azienda span.slogan {
			display: block;
			margin-bottom: 1em;
		}
		
		div#scheda_azienda a.azienda {
			font-weight: bold;
		}
		
	ul.foto_azienda {
		display: block;
		height: 130px;
		
	}
	
		ul.foto_azienda li {
			width: 200px;
			float: left;
			margin: 0 10px;
		}

.img_border_167_90_s {	/* 186x109 */
	display: block;
	margin: 5px auto;
	width: 167px;
	height: 90px;
	padding: 9px 9px 11px 8px;
	background-image: url(img/sfondo_img_167x90_s.gif);
}

.img_border_167_90_c {
	display: block;
	margin: 5px auto;
	width: 167px;
	height: 90px;
	padding: 9px 9px 11px 8px;
	background-image: url(img/sfondo_img_167x90_c.gif);
}

.indice {
	width: 500px;
	margin-left: 280px;
	text-align: right;
}

.associazione {
	margin: 1em 0 3em 0;
}

	.associazione ul {
		list-style-type: disc;
		margin-left: 2em;
	}

/*****
	FORM
		*****/

label {
	font-weight: bold;
}

select, input, textarea, a.button {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #3743a0;
	background-color: #fff;
}

a.button {
	margin: 0 0 5px;
}

	a.button:hover {
		background-color: #ccf;
	}

textarea {
	width: 80%;
	height: 15em;
}

div.form_row {
	clear: both;
	overflow: auto;
	padding: 10px 0;
}

	div.form_half_row {
		width: 49%;
		float: left;
	}
		
		
	div.form_row label {
		display: block;
	}
	
		div.form_row label.form_radio {
			display: inline;
			padding-right: 1em;
		}

#footer {
	padding: 13px;
	margin: 4px;
	width: 812px;
	height: 54px;
	background-image: url(img/sfondo_footer.gif);
	font-size: 10px;
	color: #fff;
}

	#footer a, #footer a:hover {
		color: #fff;
	}

	.credits {
		font-size: 9px;
		text-align: right;
	}


/****
	Microformati 
				****/

	#footer .vcard .org {
		display: block;
		font-weight: bold;
	}
	
	#footer .vcard .adr {
		display: block;
	}
	
	#footer .hlisting .vcard .adr {
		display: inline;
	}
	
	#footer .vcard .email a {
		text-decoration: underline;
	}

	#footer .vcard .type {
		font-weight: bold;
	}
	
	#footer .hlisting .description {
		margin: 1em 0;
	}
	
	.curriculum .vcard .name {
		font-weight: bold;
		margin: 0 0 1em 1em;
	}
	
	.curriculum fieldset {
		margin-bottom: 1em;
	}
	
		.curriculum legend {
			font-weight: bold;
		}
	
