body{
	margin: 0px;
	padding: 0px;
	background-color: White;
	background-image: url(images/bgPage.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a{
	color: #333333;
}
a:hover{
	color: #f17600;
}
#page{
	width: 1000px;
}
/* HEADER */
#header{
	width: 1000px;
	height: 86px;
	border-bottom: 4px solid White;
}
#header #logo{
	float: left;
	width: 250px;
}
#header #topmenu{
	float: left;
	width: 600px;
	border-right:4px solid White;
	background-color: #F17600;
}
#header #utilities{
	float: left;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 5px 10px;
}
#header #utilities a{
	color: #666666;
	text-decoration: none;
}
#header #utilities a:hover{
	color: #f17600;
}
/* BLOCCO CONTENUTI PAGINA */
#contenutoHome {
	width: 599px;
	height: 360px;
	float: left;
	position: relative;
	border: 0px solid Lime;
}

#banners {
	position: absolute;
	height: 62px;
	top: 270px;
	left: 250px;
	width: 600px;
	background: White;
	border: 0px solid Lime;
	border-top: 4px solid White;
	z-index: 10;
}
#banners img {
	position: relative;
	float: left;
	border: none;
}
#banners img.first {margin-right: 3px;}

.ENG #banners {
	display: none;
}

/* WELCOME */
#contenutoHome #welcome{
	
	float: left;
	width: 295px; /* old 295 */
	height: 216px;
	border-bottom: 4px solid White;
	background-color: #FFFFFF;
	background-image: url(images/bgWelcome.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding: 20px 10px 10px 20px;
}
.ITA #contenutoHome #welcome {width: 270px;}
.ENG #contenutoHome #welcome {width: 270px;}

#contenutoHome #welcome a{
	color: #cd721b;
}
#contenutoHome #welcome a:visited {
	padding: 0px 14px 0px 0px; 
	color:#9F5716;
    background-position : right;
   	background-image : url("images/link_visited.gif");	   
	background-repeat : no-repeat;	
}
/* PUBBLICAZIONI */
#contenutoHome #pubblicazioni{
	float: left;
	width: 274px; /* old 274 */
	height: 246px;
	background-image: url(images/bgPubblicazioni.gif);
	background-repeat: repeat-x;
	border-bottom: 4px solid White;
}
.ITA #contenutoHome #pubblicazioni {width: 299px;}
.ENG #contenutoHome #pubblicazioni {width: 299px;}

#contenutoHome #pubblicazioni #titolo{
	height: 17px;
	text-align: right;
	color: #cccccc;
	background-color: #7e7e7e;
	padding: 0px 4px 0px 4px;
}
#contenutoHome #pubblicazioni #titolo a{
	color: #cccccc;
}
#pubblicazioni p.preview {
	border-bottom: 1px dotted #999999;
	margin: 5px 4px 0px 4px;
	padding: 0px 0px 4px 15px;
	background-image:url(images/icoDocumenti.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#pubblicazioni p.last {
	border-bottom: none;
}

.note{
	color: #666666;
}
/* NEWS */
#contenutoHome #news {
	width: 599px;
	float: left;
	background-image: url(images/bgNews.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: left;
}
#contenutoHome #news a {
	text-decoration: none;
}
#contenutoHome #news a:hover {
	text-decoration: underline;
}
#contenutoHome #news  #titolo{
	text-align: right;
	color: #666666;
	height: 20px;
	padding: 0px 4px 0px 4px;
}
#contenutoHome #news  #titolo a{
	color: #666666;
	text-decoration: underline;
}
#contenutoHome #news p.preview {
	text-align: left;
	float: left;
	width: 48%;
	padding: 4px;
	margin-top: 4px;
}
/* FOOTER */
#footer {
	float:left;
	width: 837px;
	padding: 6px;
	border-top: 4px solid White;
	border-top: 1px solid #e5e1e7;
	color: #999999;
	}
#footer img{
	float: right;
}
#footer .nomi {
	color: #666666;
	
}
/* CONTENUTI PAGINE */
#content #testipagine{
	float: right;
	width: 570px;
	border-bottom: 4px solid White;
	border-right: 3px solid White;
	background-image: url(images/bgWelcome.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	font-size: 11px;
	padding: 40px 7px 100px 20px;
}
#contenuto {
	width:849px;
	border-right: 4px solid White;
	height: 20px;
}
#contenuto .testo {
	float:right;
	width:549px;
	margin:0px;
	padding:24px 25px 100px 25px;
	background-image: url(images/bgWelcome.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* text-align: justify;*/
	font-size: 11px;
	border-bottom: 4px solid White;
	min-height: 300px;
}
#contenuto h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D97800;
	font-size: 16px;
}
#contenuto img.right {
	margin-left: 10px;
	margin-bottom: 20px;
	}
#contenuto img.left {
	margin-right: 10px;
	margin-bottom: 20px;
}
/* MENU SX */
#menu {
	float: left;
	width: 246px;
	border-right: 4px solid #FFF;
}
#menu #titolo{
	height: 15px;
	text-align: left;
	color: #666666;
	background-color: #7e7e7e;
	padding: 5px 0px 0px 4px;
	border-bottom:4px solid #FFF;
}
#menu #voci{
	background-color: #f5f3f3;
	padding: 10px 6px 20px 6px;
	border-bottom: 4px solid #FFF;
}
#menu #voci #voce{
	color: #666666;
	border-bottom: 1px dotted #f17600;
	padding: 3px 0px 3px 0px;
}
#menu #voci #voce a{
	color: #666666;
	text-decoration: none;
}
#menu #voci #voce a:hover{
	color: #f17600;
}
/*#menu #voci #voce a:visited {
	padding: 0px 14px 0px 0px; 
	color:#666666;
    background-position : right;
   	background-image : url("images/link_visited.gif");	   
	background-repeat : no-repeat;	
}*/
#menu #bannerpage{
	/*width: 250px;*/
}
/* BOX PAGINE*/
#boxpagine{
	float: left;
	width: 250px;
	border-right: 3px solid #FFF;
}
#boxpagine #form{
	float: left;
	width: 250px;
}
#ricercaLogin{
	padding: 6px;
	background-color: #ebebeb;
	border-top: 4px solid #FFF;
}
/* ALTRI ELEMENTI */
form{
	padding: 0px;
	margin: 0px;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bgInput.gif);
}
input.invia{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f6f6f6;
	background-image: none;
	font-weight: bold;
}
input.privacy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: none;
	background-image: none;
	font-weight: bold;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bgInput.gif);
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.asterisco {
	color: #FF0000;
}
ul {
	list-style:square;
}
ul li {
	margin:10px 0px 10px -15px;
	font-weight: bold;
}
ul.mappa {
	list-style: none;
}
ul.mappa li{
	font-weight: normal;
	margin-left: -30px;
}
.keyword {
	background-color: Yellow;
	font-weight: bold;
}



div.corso {
	border: 0px solid Red;
	padding: 10px;
	text-align: left;
	margin: 10px 0 20px 0;
	position: relative;
}

div.corso h4, 
div.corso h5,
div.corso p {margin: 0 0 10px 0;	font-family: Arial, Helvetica, sans-serif; color: White;}
div.corso h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div.orange {
	background: Orange url("images/bg-corso-orange.jpg") right -5px;
	border: 5px solid orange;
}

div.red {
	background: #990000 url("images/bg-corso-red.jpg") right -5px;
	border: 5px solid #FA8072;
}

div.corso a {
	display: block;
	color: White;
	border: 1px solid #FFD179;
	font-weight: bold;
	padding: 14px 10px 14px 39px;
	text-decoration: none;
	float: left;
	clear: both;
	background: transparent url("images/pdf.gif") no-repeat 5px center;
}
div.corso a:hover {
	background-color: orange;
	color: Maroon;
}
div.red a{
	border-color: #FCADA4;
}
div.red a:hover {
	background-color: #FA8072;
	color: Maroon;
}
