/* CSS Document */
@import url(StiliInterni.css);
@import url(StyleService.css);
@import url(Menu.css);
/*
______________________________________________________________________________
NOTES
==============================================================================
	COMPANY COLOURS etc...


==============================================================================
END NOTES
______________________________________________________________________________
*/

/* Struttura Colonne */

/* Contenitore blocco centrale */
#SiteBody {
	float:left;
	width: 100%;
	background: #FFF url("/images/home/bg.gif") 0 0 repeat-y;
	margin: 0 0 0 0;
}

#colonna-sinistra {
	float:left;
	width:170px;
	background-color: transparent; 
	
}
#colonna-centro {
	float:left;
	width:428px;
	background: transparent;
	text-align: left;
	margin: 0 6px;
	padding: 0;
}

#colonna-centro p.NotaBene {color:#333333;}

#colonna-centro p.footNote {
	font-style:italic;
	color:#666666;
	padding: 0px;
	overflow:visible;
	width: 400px;
	text-align:justify;
}

#colonna-centro .NB {
	font-weight: bold;
}

#colonna-centro form {
	margin: 2px 0 2px 0;
	padding: 0;
}

/* TABLE della colonna centrale*/
#colonna-centro table .tableRowHeader,#colonna-centro-stampa table .tableRowHeader {	
	background-color: #FBEACC;
	color: #CC6600;
	padding: 4px;
}

#colonna-centro table .tableRow1,#colonna-centro-stampa table .tableRow1 {	
	background-color: #f1f1f1;
	padding: 4px;
}

#colonna-centro table .tableRow2,#colonna-centro-stampa table .tableRow2 {	
	background-color: #F8F8F8;
	padding: 4px;
}

#colonna-centro table .tableRowEnd,#colonna-centro-stampa .tableRowEnd {	
	background-color: #E1E1E1;
	padding: 4px;
}

#colonna-centro td.cellHeader,#colonna-centro-stampa td.cellHeader {
	font-weight:bold;
}

/* TABLE FORM della colonna centrale */

#colonna-centro form table,#colonna-centro-stampa form table {
	width: 100%;
	margin: 10px 0 10px 0;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	color: #666666;
	font-size: 12px;
	border-spacing: 1px ;
	
}

#colonna-centro form table tr td,#colonna-centro-stampa form table tr td {
	vertical-align:top;
	text-align: left;
	padding: 4px;
}

#colonna-centro form td.cellHeader,#colonna-centro-stampa form td.cellHeader {
	font-weight:bold;
}

#colonna-centro form td p {
	margin : 0;
}

#colonna-centro form table .tableRow1,#colonna-centro-stampa form table .tableRow1 {	
	background-color: #f1f1f1;
	padding: 4px;
}

#colonna-centro form table .tableRow2,#colonna-centro-stampa form table .tableRow2 {	
	background-color: #F8F8F8;
	padding: 4px;
}

#colonna-centro form table .tableRowEnd,#colonna-centro-stampa form table .tableRowEnd {	
	background-color: #E1E1E1;
	padding: 4px;
}

#colonna-centro form textarea,#colonna-centro-stampa form textarea {	
	width: 100%;
}

#colonna-centro form select,#colonna-centro form input,#colonna-centro-stampa form select,#colonna-centro-stampa form input {	
	font-size: 0.8em;
}

#colonna-centro a h1, #colonna-centro a h2, #colonna-centro a h3 { color:#cc6600; }

#colonna-centro a:hover h1 , #colonna-centro a:hover h2, #colonna-centro a:hover h3 { color:#993300; }

/* Fine Contenitore blocco centrale */


#colonna-centro-stampa {
	float:left;
	width:100%;
	background: transparent;
	text-align: left;
	margin: 0 3px 0 3px;

}
#colonna-destra {
	float:left;
	width:150px;
	background: transparent;
	margin: 0 0 0 0;
}

#SiteBodyNoBands {
	float:left;
	width: 100%;
	background: #FFFFFF;

}
/* Fine Struttura Colonne */


a  {
	color: #CC6600;
	text-decoration: none;
   }
a:Visited  {
	color : #CC6600;
	text-decoration: none;
}

a:Active  {
	color : #336611
}

a:Hover  {
	color : #336611;
	text-decoration: none;
}

/*
==============================================================================
	COMMON LAYOUT
==============================================================================
*/

body {
	margin: 0;
	padding: 0;
	font: normal 0.8em/1.2em Verdana, Arial, Geneva, san-serif;
	color: #666666;
	background: #F1F1F1 url("/images/home/bkg_site.jpg") repeat-y top center;
	text-align:center;
	}
	
#SitePosition {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	text-align:left;
	}
	
#SitePositionStampa {
	margin: auto;
	padding: 0;
	width: 567px;
	}

.Link{
	color: #cc6600;
}	

/* banner nel top in caso di servizio a tutta larghezza */
.TopHolder {
	float: right;
	padding: 10px 10px 0 0;
}
.Banner {
	margin: 0;
}
/* Fine banner nel top in caso di servizio a tutta larghezza */



#SiteStructure {}
#ColLeft { background-color: #fff5e5; }
#ColRight {	background: #F1F1F1 url("/images/home/bkg_ColLeft.gif") repeat-x;	}

a{ text-decoration:none; }

.ButtonSubmit {
	text-transform: uppercase;
	font-weight: bold;
	color:#cc6600;
	margin-top: 5px;
	font-size: 0.8em;
	}


/*
==============================================================================
	Header
==============================================================================
*/
#SiteHeader {
	height: 105px;
	background: #F1F1F1 url("/images/home/header.jpg") no-repeat top left;
	}

/* Le Aree tematiche utilizzano un background diverso */
#SiteHeader_AT {
	height: 105px;
	background: #F1F1F1 url("/images/home/header_AT.jpg") no-repeat top left;
	}

#SiteHeader h1, #SiteHeader_AT h1 {
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	}
#SiteHeader span h1, #SiteHeader_AT span h1 {
	display: none;
	}
	
#SelectAreeTem {
	}	

#SiteHeaderStampa {
	height: 85px;
	}

/*
-------------------------------------------------------------------------
*/
#HeaderMenu {
	width: 150px;
	float: right;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	}

#areaTitle {
	width: 150px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	}
	
#areaTitle h1{
	width: 150px;
	font-size:1em;
	color: #333333;
	margin-right: 0;
	}
	
#areaTitle h2{
	font-size:0.8em;
	color: #666666;
	margin: 0;
	padding: 0;
	}
	
#linkGastro {
	float: left;
	margin-top: 15px;
}	
	
/*
==============================================================================
	Cerca
==============================================================================
*/
#siteCerca {
	width: 150px;
	padding: 0 0 15px 0;
	background: #fbeacc url("/images/home/box_right_bottom.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align:center;
	display: none;
	}

#siteCerca h1{
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_right_top.gif") no-repeat top left;
}
	
#siteCerca #textfield {
	width: 120px;
}

#siteCerca #opzAvanzate {
	padding-left: 2px;
	text-align: left; 
	margin-bottom: 5px;
}

#siteCerca #opzAvanzate select {
	font-size: 0.7em;
}

#siteCerca #Opzioni div{
	float: left;
	margin: 2px 0 2px 0;
}

#siteCerca #Opzioni div.left {
	clear: left;
	width: 50px;
}

#siteCerca #linkRic {
	clear: left;
}

#siteCerca #linkRic hr {
	margin: 2px 0 2px 0;
}

#siteCerca #linkBase, #siteCerca #linkAvanzate {
	cursor: pointer;
	cursor: hand;
	color: #cc6600;
}



/*
-------------------------------------------------------------------------
*/
#serviceMenu {
	width: 150px;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #f2bf66;
	}
#serviceMenu a{
	font-size: 11px;
	text-transform: uppercase;
	color:#ffe39d;
	margin: 0;
	padding: 0 10px 0 0;
	}

#serviceMenu a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}

/*
-------------------------------------------------------------------------
*/
	
#navHeader {
	height: 30px;
	padding-left: 170px;
	background: #CCCCCC url("/images/home/bkg_navHeader.jpg") no-repeat top left;
	}
	
#navHeader_AT {
	height: 30px;
	padding-left: 170px;
	background: #CCCCCC url("/images/home/bkg_navHeader_AT.jpg") no-repeat top left;
	}
	
/*
-------------------------------------------------------------------------
*/
#navArea {
	float: left;
	margin: 0;
	padding: 3px 0 0 0px;
	height: 27px;
	width: 430px;
	}
#navArea a {
	display: block;
	float: left;
	width: 200px;
	width/**/:/**/190px;
	padding: 10px 0 7px 10px;
	margin: 0 0 0 3px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	}
	
#navArea  a:hover {
	color: #cc6600;
	}
#navArea a.activeArea{
	color: #cc6600;
	font-weight: 600;
	background: transparent url("/images/home/flap_Area.gif") no-repeat top left;
	}	
/*
-------------------------------------------------------------------------
*/
#areeTematiche {
	float: right;
	margin: 0;
	padding: 4px 10px 0 10px;
	height: 26px;
	width: 129px;
	background-color:#E1E1E1;
	border-left: 1px solid #FFFFFF;
	}
#areeTematiche select{
	width: 125px;
	}
	
#areeTematiche form{
	width: 100%;
	padding: 0;
	margin: 0;
	color:#666666;
}
	
/*
-------------------------------------------------------------------------
*/
#StampaChiudi {
	float: right;
	height: 30px;
	vertical-align: middle;
}
#InfoStripStampa {
	float: left;
	color:#999999;
	padding: 0px 0 5px 0;
	}

/*
-------------------------------------------------------------------------
*/
	
/*
-------------------------------------------------------------------------
*/
#InfoStrip {
	color:#999999;
	padding: 7px 0 7px 0;
	}
	
#InfoStrip p{
	vertical-align: middle;
	padding: 0;
	}
#InfoStrip .Sponsor{
	float: left;
	}
/*
==============================================================================
	ColLeft
==============================================================================
*/


/*
------------------------------------------------------------------------------
	MENU GENERALE
------------------------------------------------------------------------------
*/

/* 
 *	Vertical, left-2-right menu
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * 	Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

 /*
 * Adesso gli stili sono tutti nel file Menu.css 
 */


/*
------------------------------------------------------------------------------
	MENU AREE
------------------------------------------------------------------------------
*/


#menuArea {
	/*
	width: ?;
	YOU MUST specify some width, otherwise menu would span whole page.
	Since this depends on design, do it in make-up section.
	*/
	display: block;
}

#menuArea ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menuArea li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#menuArea a {
	display: block;
}

#menuArea li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menuAreali ul {
	top: 0;
	left: 0;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuArea:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#menuArea li {
	width: 170px;
}

/* Clear-fix for IE5/Mac \*//*/
#menuArea {
	display: inline-block;
}
/*  */

/*------   Make-up	--------*/

#menuArea {
	width: 170px;
	padding: 0;
	background: #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	font-size: 10px;
}


#menuArea ul .item a {
	width: 170px;
	width/**/:/**/ 160px;
	font-weight:normal;
	color: #CC6600;
	margin: 0;
	line-height: 8px;
	padding: 7px 5px 8px 5px;
	background-image: none;
	background-color: #FBEACC;
	border: 0 0 1px 0  solid #FFFFFF;
	text-transform: none;
	}

	
#menuArea ul .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E9C88C;
	background-image: none;
	}	
	
#menuArea ul .itemCategoria {
	width: 170px;
	width/**/:/**/ 160px;
	text-transform: none;
	font-weight: 600;
	color:#FFFFFF;
	margin: 0;
	line-height: 10px;
	padding: 7px 5px 8px 5px;
	background: #cc6600 url("/images/home/menu_off.gif") no-repeat top left;
}

#menuArea ul .itemArea {
	width: 170px;
	width/**/:/**/ 160px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color:#FFFFFF;
	margin: 0;
	line-height: 10px;
	padding: 7px 5px 8px 5px;
	background: #cc6600 url("/images/home/menu_off.gif") no-repeat top left;
}

#menuArea ul .itemExit {
	width: 170px;
	width/**/:/**/ 160px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color:#FFFFFF;
	margin: 0;
	line-height: 10px;
	padding: 7px 5px 8px 5px;
	background: #cc6600 url("/images/home/menu_areetematiche_esci.gif") no-repeat top left;
}

#menuArea ul .itemExit:hover {
	color:#000000;
}

/*
------------------------------------------------------------------------------
	NEWSLETTER
------------------------------------------------------------------------------
*/

#Newsletter {
	width: 170px;
	padding: 0 0 10px 0;
	background: #fbeacc url("/images/home/box_left_bottom.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align:center;
	}

#Newsletter img {
	float: left;
	padding: 13px 10px 5px 15px;
	margin: 0;
	border: 0;
}

#Newsletter h1 {
	display: block;
	padding: 10px 5px 3px 5px;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_left_top.gif") no-repeat top left;
	}

#Newsletter .h1Detail {
	clear: both;
	display: block;
	padding: 3px 0;
	margin: 0;
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
	color: #666666;
	}

#Newsletter h2 {
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_left_top.gif") no-repeat top left;
	}

#Newsletter h3 {
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 0.6em;
	color: #cc6600;
	}
	
#NewsletterForm {
	width: 150px;
	padding: 0;
	margin: 0 10px 0 10px;
}

#Newsletter Form {
	width: 150px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight:bold;
	color:#666666;
}
#Newsletter #email {
	width: 140px;
}
/*
------------------------------------------------------------------------------
	POSTA
------------------------------------------------------------------------------
*/

#Posta {
	width: 170px;
	padding: 0 0 10px 0;
	background: #fbeacc url("/images/home/box_left_bottom.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align: left;
	}

#Posta img {
	float: left;
	padding: 8px 10px 5px 15px;
	margin: 0;
	border: 0;
}
	
#Posta h1 {
	display: block;
	padding-top: 5px;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_left_top.gif") no-repeat top left;
	}

#Posta h2 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	font-weight: normal;
	color: #cc6600;
	background: transparent url("/images/home/box_left_top.gif") no-repeat top left;
	}

/*
------------------------------------------------------------------------------
	COMITATO SCIENTIFICO
------------------------------------------------------------------------------
*/

#Comitato {
	width: 170px;
	padding: 0 0 0 0;
	background: #fbeacc url("/images/home/box_left_bottom.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align:center;
	}
#Comitato h1 {
	display: block;
	padding: 10px 5px;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_left_top.gif") no-repeat top left;
}
#Comitato a:hover {
	color:#336611;
	}
/*
------------------------------------------------------------------------------
	Extras
------------------------------------------------------------------------------
*/

#Extras {
	width: 44px;
	border: none;
	text-align: left;
	padding: 10px 0px 0px 16px;
	float:left;
}

#Extras .Content{
	margin-bottom: 20px;
}

#ExtrasTesto {
	width: 90px;
	border: none;
	text-align: left;
	padding: 10px 0px 0px 0px;
	float:right;
	font-size: 0.8em;
}

/*
==============================================================================
	ColRight
==============================================================================
*/
/*
------------------------------------------------------------------------------
	LOGIN
------------------------------------------------------------------------------
*/

#Login {
	width: 150px;
	padding: 0 0 15px 0;
	background: #fbeacc url("/images/home/box_right_bottom.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align:left;
	font-size: 0.8em;
}
#Login h1 {
	display: block;
	padding: 10px 5px;
	margin: 0;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	color: #cc6600;
	background: transparent url("/images/home/box_right_top.gif") no-repeat top left;
	font-size: 1em;
	}

#Login form {
	width: 130px;
	margin: auto;
	color:#cc6600;
}

#Login form input{
	width: 120px;
	font-size: 0.9em;
	display: block;
	margin: 2px;
}

#Login form input.ButtonSubmit {
	width: 60px;
	font-size: 9px;
	margin: auto;
}

#Login p {
	padding:0px;
	margin:5px 0 0 0;
	text-align:center;
}

#Login a {
	margin: auto;
}
#Login a:hover {
	color:#cc6600;
	}

/*
------------------------------------------------------------------------------
	SPONSOR
------------------------------------------------------------------------------
*/

#Sponsor {
	width: 150px;
	padding: 0 0 10px 0;
	background: #FFFFFF url("/images/home/bottom_sponsor.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
	text-align:center;
}
#Sponsor h1 {
	display: block;
	width: 150px;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;	
	background: transparent url("/images/home/top_sponsor.gif") no-repeat top left;
	}
#Sponsor .Holder {
	position: relative;
	width: 132px;
	padding: 0 9px 5px 9px;
	margin: 0;
	background: transparent url("/images/home/bkg_sponsor.gif") repeat-y top left;
	}
#Sponsor a img {
	border:none;
	}
	
/*
------------------------------------------------------------------------------
	SPONSOREXTERN
------------------------------------------------------------------------------
*/

#SponsorExtern {
	width: 150px;
	padding: 10px 0 10px 0;
	background: #FFFFFF url("/images/home/bottom_sponsor.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
}
#SponsorExtern h1 {
	display: block;
	width: 150px;
	padding: 4px 0 10px 0;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	text-align:center;
	background: transparent url("/images/home/top_sponsor.gif") no-repeat top left;
	}
#SponsorExtern .Holder {
	position: relative;
	width: 132px;
	margin: 0;
	background: transparent url("/images/home/bkg_sponsor.gif") repeat-y top left;
	}
	
/*
------------------------------------------------------------------------------
	SPONSOREXTERNNEWSGROUP
------------------------------------------------------------------------------
*/

#SponsorExternNewsGroup {
	width: 150px;
	margin:0 auto;
	clear:both;
}

#SponsorExternNewsGroup .Holder {
	width: 150px;
	margin: 0 auto;
	float:center;
}

#SponsorExternNewsGroup .Holder a{
	margin: 0 auto;
}

#SponsorExternNewsGroup .Holder a img{
	margin: 0 auto;
}

		
/*
------------------------------------------------------------------------------
	SPECIAL
------------------------------------------------------------------------------
*/

.Special {
	width: 150px;
	width/**/:/**/ 130px;
	padding: 10px 10px 10px 10px;
	background: #ffffff url("/images/home/bkg_Special.jpg") repeat-x top left;
	border-bottom: solid #FFFFFF 20px;
	font-size: 1em;
}
.Special h1{
	display:block;
	padding: 0 0 0 25px;
	background: transparent url("/images/home/arrow_special_down.gif") no-repeat top left;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height:16px;
	font-size: 0.9em;
}
.Special a h1{
	display:block;
	padding: 0 0 0 25px;
	background: transparent url("/images/home/arrow_small.gif") no-repeat top left;
	margin: 0 0 5px 0;
	font-size: 1em;
	font-weight: 300;
	clear:right;
	line-height:16px;
	font-size: 0.9em;		
}
.Special p{
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
}

/*
------------------------------------------------------------------------------
	PROFILO
------------------------------------------------------------------------------
*/
	
#Profilo {
	width: 150px;
	padding: 0 0 10px 0;
	background: #FFFFFF url("/images/home/boxColDx/bottom_special.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
}
#Profilo h1 {
	display: block;
	width: 150px;
	width/**/:/**/ 105px;	
	padding: 7px 0 0 45px;;
	margin: 0;
	height: 48px;
	font-size: 0.8em;
	text-align: left;
	background: transparent url("/images/home/boxColDx/top_user.jpg") no-repeat top left;
	color: #716E6D
}

#Profilo .Holder {
	position: relative;
	width: 150px;
	width/**/:/**/ 136px;
	padding: 0px 9px 5px 5px;
	margin: 0;
	background: transparent url("/images/home/boxColDx/bkg_special.gif") repeat-y top left;
	font-size: 11px;
}

#Profilo .Holder .left {
	float: left;
}

#Profilo .Holder .right {
	float: right;
}

#Profilo .Holder .clear {
	clear: both;
}

/*
------------------------------------------------------------------------------
	Pillole
------------------------------------------------------------------------------
*/
	
#Pillole {
	width: 150px;
	padding: 0 0 10px 0;
	background: #FFFFFF url("/images/home/boxColDx/bottom_special.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
}
#Pillole h1 {
	display: block;
	width: 150px;
	padding: 0;
	margin: 0;
	height: 55px;
	font-size: 0.9em;
	background: transparent url("/images/home/boxColDx/pills_header.jpg") no-repeat top left;
	cursor: pointer;
	cursor: hand;
	}

#Pillole h1 span {
	display: none;
	}

#Pillole .Holder {
	position: relative;
	width: 150px;
	width/**/:/**/ 130px;
	padding: 10px 10px 5px 10px;
	margin: 0;
	background: transparent url("/images/home/boxColDx/bkg_special.gif") repeat-y top left;
	font-size: 11px;
	}

#Pillole .Holder #Date {
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: right;
	font-style: italic;
}

/*
------------------------------------------------------------------------------
NEWS ECM
------------------------------------------------------------------------------
*/

#NewsEcm {
	width: 150px;
	padding: 0 0 10px 0;
	background: #FFFFFF url("/images/home/boxColDx/bottom_special.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
}

#NewsEcm h1 {
	display: block;
	width: 150px;
	padding: 0;
	margin: 0;
	height: 55px;
	font-size: 0.9em;
	background: transparent url("/images/home/boxColDx/newsecm_header.gif") no-repeat top left;
	cursor: pointer;
	cursor: hand;	
	}
	
#NewsEcm h1 span {
	display: none;
}

#NewsEcm .Holder {
	position: relative;
	width: 150px;
	width/**/:/**/ 130px;
	padding: 10px 9px 5px 5px;
	margin: 0;
	background: transparent url("/images/home/boxColDx/bkg_special.gif") repeat-y top left;
	font-size: 11px;
}

#NewsEcm .Holder p {
	margin: 0 0 10px 5px;
	padding: 0 0 0 13px;
	background: transparent url("/images/home/ico_LinkEsterni.gif") no-repeat top left;
}
	
#NewsEcm .Holder p a{
	display: block;
	margin: 0;
}

/*
------------------------------------------------------------------------------
	COMUNITY
------------------------------------------------------------------------------
*/

p { color:#666666; }
.date { color:#666666; }

h1, h2, h3 {
	color:#cc6600;
	}
	
.piccolo {
	font-size: 0.8em
}
/*
-------------------------------------------------------------------------
*/
.mainNews {
	clear: left;
	width: 428px;
	width/**/:/**/398px;
	padding: 15px;
	margin: 0 0 15px 0;
	background: #FFFFFF url("/images/home/bkg_Content.jpg") repeat-x top left;
	min-height: 100px;
}
.mainNews a img{
	float: left;
	margin: 0 10px 5px 0;
	border: #CCCCCC solid 1px;
}
.mainNews a h1{
	display:block;
	padding: 0 0 0 25px;
	background: transparent url("/images/home/arrow_large.gif") no-repeat top left;
	margin: 0 0 5px 110px;
	font-size:1.3em;
	font-weight: 300;
	clear:right;
	line-height:20px	
}
.mainNews .date{
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	font-weight: 300;	
}
.mainNews p{
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}
/*
-------------------------------------------------------------------------
*/
.subNews {
	float: left;
	width: 204px;
	width/**/:/**/ 164px;
	padding: 20px;
	margin: 0;
	background: #FFFFFF url("/images/home/bkg_Content.jpg") repeat-x top left;
}

.subNews1 {
	clear: left;
	float: left;
	width: 204px;
	width/**/:/**/ 164px;
	padding: 20px;
	margin: 0 20px 0 0;
	background: #FFFFFF url("/images/home/bkg_Content.jpg") repeat-x top left;
}

.subNews a h1, .subNews1 a h1 {
	display:block;
	padding: 0 0 0 25px;
	background: transparent url("/images/home/arrow_small.gif") no-repeat top left;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: 300;
	clear:right;
	line-height:16px;	
}
.subNews a .date, .subNews1 a .date{
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	font-weight: 300;	

}
.subNews a img, .subNews1 a img {
	margin: 0 0 10px 0;
	border: #CCCCCC solid 1px;
}
.subNews p, .subNews1 p {
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}

/*
-------------------------------------------------------------------------
*/
.listNews {
	clear: left;
	width: 428px;
	width/**/:/**/ 388px;
	padding: 20px;
	margin: 0 0 15px 0;
	background: #FFFFFF url("/images/home/bkg_Content.jpg") repeat-x top left;
}

.listNews h1{
	display:block;
	padding: 0 0 0 25px;
	background: transparent url("/images/home/arrow_small.gif") no-repeat top left;
	margin: 0 0 5px 0;
	font-size: 1em;
	font-weight: 300;
	clear:right;
	line-height:16px;		
}

.listNews a .date{
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.listNews p{
	padding: 5px 0 10px 25px;
	margin: 0 0 10px 0;
	font-weight: 300;
	border-bottom: 1px solid #E1E1E1;
}


/*
==============================================================================
	STAMPA - INVIA A UN AMICO
==============================================================================
*/
#SitePrintSend{
	width: 100%;
	background: #FFF url("/images/home/bg.gif") 0 0 repeat-y;
	margin: 0 0 0px 0;
	padding: 0 0 0 0 ;
	text-align: center;
}

#SitePrintSendNoBands{
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0 0 0 0 ;
	text-align: center;
}


/*
==============================================================================
	FOOTER
==============================================================================
*/
/*
------------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------
*/
#SiteFooter {
	clear: left;
	background: transparent url("/images/home/bkg_Content.jpg") repeat-x top left;
	padding: 30px 0 80px 0;
	margin: 0;
	text-align:center;
	color: #999999;
	font-size: 10px;
	}

#SiteFooter a{
	color: #999999;
	}
#SiteFooter a:hover{
	color: #666666;
	}
	
#SiteFooter .Date{
	display: block;
	float: left;
	width: 170px;
	font-weight:bold;
	}
#SiteFooter .Date .Label{
	font-weight: 300;
	}
	
#SiteFooter .Links{
	display: block;
	float: left;
	width: 420px;
	}
#SiteFooter .Date .Label{
	font-weight: 300;
	}
#SiteFooter .Sponsor{
	display: block;
	float: left;
	width: 170px;
	border: none;
	}

/*
-------------------------------------------------------------------------
*/


#Path {
	/*width: 428px;*/
	width: 100%;
	margin: 0 0 10px 0px;
	background-color: #F1F1F1;
}

#PathHome {
	width: 428px;
	margin: 0 0px 10px 0px;
	background-color: #F1F1F1;
}

#Path p, #PathHome p {
	padding: 5px 0 0 5px;
	margin: 0;
}

#Path a, #PathHome a {
	color:#999999; 
}
#Path a.Active, #PathHome a.Active {font-weight: bold; }
#Path a:hover, #PathHome a:hover { color:#cc6600; }
#Path h1, #PathHome h1 {
	font-size: 1.2em;
	color: #cc6600;
	padding: 5px 0;
	margin: 5px 0 0 5px;
	border-top: solid 1px #E1E1E1;
	}

#Path #DataAggiornamento {
	float:right;
	padding: 0 0 0 0; 
	margin: -20px 5px 0 0px;
	font-size: 0.8em;
}


/*
#Path {
	width: 100%;
	margin: 0 0 5px 0;
	background-color: #F1F1F1;
	border-top: solid 1px #E1E1E1;
}

#PathHome {
	width: 418px;
	margin: 0 5px 10px 5px;
	background-color: #F1F1F1;
	border-top: solid 1px #E1E1E1;
}

#Path p, #PathHome p {
	padding: 5px 0 0 5px;
	margin: 0 5px 0 5px;
}

#Path a, #PathHome a {
	color:#999999; 
	font-size: 11px;
}
#Path a.Active, #PathHome a.Active {font-weight: bold; }
#Path a:hover, #PathHome a:hover { color:#cc6600; }
#Path h1, #PathHome h1 {
	font-size: 14px;
	color: #cc6600;
	padding: 5px;
	margin: 5px 5px 0 5px;
	border-top: solid 1px #E1E1E1;
	}

#Path #DataAggiornamento {
	float:right;
	padding: 0 0 0 0; 
	margin: -20px 5px 0 0px;
	font-size:7pt;
}
*/


#copyright {
	float: right;
	margin-right: 10px; 
	text-align: right;
}

#copyright p {
	padding: 5px 0 0 0;
	margin: 0;
}

/*
------------------------------------------------------------------------------
	LinkEsterni
------------------------------------------------------------------------------
*/
	
#LinkEsterni {
	width: 150px;
	padding: 0 0 10px 0;
	background: #FFFFFF url("/images/home/bottom_sponsor.gif") no-repeat bottom left;
	border-bottom: solid #FFFFFF 20px;
}
#LinkEsterni h1 {
	display: block;
	width: 150px;
	padding: 0;
	margin: 0;
	height: 55px;
	font-size: 0.9em;
	background: transparent url("/images/home/h1_qblink.gif") no-repeat top left;
	cursor: pointer;
	cursor: hand;	
	}
#LinkEsterni h1 span {
	display: none;
	}
#LinkEsterni .Holder {
	position: relative;
	width: 150px;
	width/**/:/**/ 132px;
	padding: 10px 9px 5px 9px;
	margin: 0;
	background: transparent url("/images/home/bkg_sponsor.gif") repeat-y top left;
	font-size: 11px;
	}
#LinkEsterni .Holder ul {
	padding: 1px;
	margin:0;
	list-style: none;
	line-height: 11px;
	}
	
#LinkEsterni .Holder ul li{
	display: inline;
	margin: 0px;
	}
	
#LinkEsterni .Holder ul li a{
	display: block;
	color: #666666;
	margin: 0;
	padding: 0 0 10px 13px;
	background: transparent url("/images/home/ico_LinkEsterni.gif") no-repeat top left;
	}
	
#LinkEsterni .Holder ul li a:hover{
	color: #333333;
	}
	
.DisplayErrore {
	color: #FF0000;
	text-align: justify;
	padding: 0;
	margin: 0;
}	

/*
-------------------------------------------
Visualizzazione risultati
-------------------------------------------
*/

#result {
	margin: 10px 0 0 0;
	padding: 0px;
	
	list-style-type: none;
}

#result li{
	margin-bottom: 2px;
	padding: 3px;
}

#result li.row1{
	background-color: #F1F1F1;
}

#result li.row2{
	background-color: #F8F8F8;
}


/*
---------------------------------------------
Dettaglio leggi - Visualizzazione documenti
---------------------------------------------
*/

#documentiLeggi{
	margin: 10px 0 10px 0;
	padding: 0px;
	
	list-style-type: none;
	width: 100%;
}

#documentiLeggi li{
	margin-bottom: 3px;
	width: 100%;
	text-align: left;
}

#documentiLeggi li img{
	margin-right: 3px;
}
