	/* MedSOLVE Fonts layout  */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the DESIGN") is copyright 2008 MedSOLVE and Qubic:net and may not be reproduced. */ 


/*
===== CONTENTS =====

	Last updated 13 Luglio 2009;

	1: Link
	2: Headers
	3: Paragrafi


====================
*/


/*
===== 1: Link =====
*/

a{
	color:#003366; /* colore blue rosso */
	text-decoration:none;
	/* for bug tex-indent firefox */
	-moz-outline-style: none;
	outline: none;
	font-weight:bold;
}

a:hover{
	color:#003366; /* colore blue rosso  */
}


/*
===== 1: Headers =====
*/

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}

div.notizie h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

div.notizie h1{
	padding:0 0 2px 10px;
	display:block; 
}

div.notizie h1.mainTitle{
	padding:0 0 10px 10px;
	display:block; 
	position:relative;
}

div.notizie h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

div.notizie h3{
	padding:0 0 5px 10px;
	display:block;
	position:relative;
}



div.sondaggio h2,
div.bacheca h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	padding:0 0 15px 0;
}

div.bacheca h2{
	position:relative;
	padding:5px 0 0 16px;
	width:955px;
	height:23px;
	float:left;
	display:inline;
	background: url(../images/bg_h2_bacheca.gif) no-repeat 0 0;
}

div.boxnotizie h2{
	font-size:16px;
	line-height:18px;
	display:inline;
	float:left;
	width:340px;	
	text-transform:uppercase;
	background: url(../images/bg_h2_notizie.gif) no-repeat left top;
	/* padding:15px 0 10px 10px; */
	padding:5px 0 5px 10px;
}

div.boxnotizie div.sviluppoarticle h2{
	background:none;
	width:100%;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

div.bacheca h2 img{
	position:absolute;
	right:10px;
	top: 0px;
}

div.notizie h1 img{
	position:absolute;
	right:10px;
	top: -6px;
	*top:-1px; /* targets IE6 and 7 */
 	_top:-6px; /* targets IE6 */
}


div.box h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#fdba31;
	display:block;
	padding:18px 0 0 10px
}

div.listfocus ul li .contentlistfocus a h4{
	font-weight:bold;
	font-size:12px;
	display:block;
	padding-bottom:3px;
}

div.allegati h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:10px 0 0 0;
	float:left;
	width:100%;
}



/*
===== 3: Paragrafi =====
*/

p{
	margin:0;
	padding:0;
}





