
/* CLASSI COMUNI A TUTTI I SITI */

 
body{
	
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	color: #051B47;
}


/*HEADINGS*/
#content H1 {
	
	color: #990000;
	font-size: 1.4em;
	font-weight: bold;	
	font-style: italic;
}

#content H2{
	
	font-size: 1.3em;
	font-weight: bold;
}
		
#content H3{
	
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #5f6a98;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: -10px 0 30px 0;
}

#content H4{
	
	font-size: 0.9em;
	font-weight: normal;
}

#content H5{
	
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;	
	margin: 10px 0 2px 2px;
}

#content H6{
	
}

#content .cap{
	display: block;
	padding: 0;
	margin: 1px 0 0 0;
	float: left;
	width: auto;
	font-size: 35px;
	line-height: 29px;
	font-weight: normal;
	color: #000000;
	font-family: times;
}

/*OL LIST */
#content ol{
	
}

#content ol li{
	
}

/*UL LIST*/

#content ul{
	
	display: block;
}

#content ul li{
	
	list-style-type: none; 
	margin: 0 0 8px 0;
	background-image: url("/villasantacroce/img/second/bullets/content_blt.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 15px;
}
#content ul li a{
	font-size: 10pt;
	margin: 0 0 0 -15px;
	padding-left: 15px;
	background-image: url("/villasantacroce/img/second/bullets/content_blt.gif");
	background-repeat: no-repeat;
	background-position: -15px 5px;
	text-decoration: none;
	border: 1px solid #ffffff;
}

#content ul li a:visited{
	color: #717171;
}

/*PARAGRAPH*/

#content p, #content div{
	font-size: 1.1em;
	font-weight: normal;
	
}

/* LINK */

#content a{
	font-weight: bold;
	color: #000000;
	
}

#content a:hover{
	color: #5e6a9a;
	
}



/* link col dx */
#accesso a{
	font-weight: bold;
	color: #000000;
}
#accesso a:hover{
	color: #5e6a9a;
}



/*DIRECTORY LIST*/

#content dir{
	
}
#content dir li{
	
}

/*DEFINITION TERM - DEFINITION*/
	
#content dl{
	
}

#content dl dt{
	
}

#content dl dd{
	
}

/* ADDRESS */

#content address{
	
}

/* STRONG */
	
#content strong{
	
}

#content em{
	
}

#content img{
	border-top: 1px solid #606b99;
	border-left: 1px solid #606b99;
}
#content  .imgleft{
	float:left;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#content  .imgright{
	float:right;
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}


#content .txtcenter{
	text-align: center;
}

#content .txtleft{
	text-align: left;
}

#content .txtright{
	text-align: right;
}

#content .txtjustify{
	text-align: justify;
}	

/* ############# FORM ########## */

#content form{
	padding: 0;
	margin: 0;
	width: 99%;
	text-align: center;	
}
#content form .testoInformativa{
	text-align: left;	
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid  #5f6a98;
	height: 100px;
	overflow: auto;
	padding: 10px;
	margin: 10px 0 20px 0;
	width: 95%;
}

#content form fieldset span{
	width: 300px;
	margin-top: 5px;
	height: 20px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	display: block;
	float: left;
}

#content form fieldset{
	border: none;
	display: block;
	width: 98%;
	padding: 5px;
	background-color: #f3f4f9;
}
#content form fieldset legend{
    color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	background-color: #5f6a98;
	width: 100%;
	display: none;
}
#content form label{
	width: 38%;
	color: #5f6a98;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display: block;
	float: left;
	text-align: left;
	margin: 9px 0 5px 0;
}
#content form label#lblbollettino{
	width: 43%;
}
#content form label#lblCampObbl{
	color: #000000;
	font-weight: normal;
	display: block;
	width: 90%;
	
}

#content form fieldset textarea.text{
	background-color: #e0e2ec;
	border: 1px solid #f3f4f9;
	width: 60%;
	margin: 5px 0 0 0;
	float: left;
	height: 100px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#content fieldset textarea.textfocus{
	width: 59%;
	border: 1px solid  #5f6a98;
	margin: 5px 0 5px 0;
	float: left;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#content fieldset input.text, #content fieldset span.inputFinto{
	background-color: #e0e2ec;
	width: 60%;
	margin: 5px 0 0 0;
	height: 20px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	padding: 5px 5px 0 5px;
	display: block;
	float: left;
	text-align: left;
	border: 1px solid #f3f4f9;
}
#content[id] fieldset input.text, #content[id] fieldset span.inputFinto{
	margin: 5px 0 15px 0;
}

#content fieldset input.textfocus{
	border: 1px solid #5f6a98;
	width: 59%;
	margin: 5px 0 13px -2px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 5px 5px 0 5px;	
}
#content[id] fieldset input.textfocus{
	margin: 5px 0 -1px 0;
	width: 60%;
}

#content fieldset input.checkbox{
	height: 25px;
	width: 25px;
	border: 1px solid #5f6a98;
	display: block;
	float: right;
}
#content fieldset a.btInvia{
	clear: both;
	height: 16px;
	float: right;
	background-color: #5f6a98;
	color: #ffffff!important;
	border: none;
	padding: 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 1px 0 0 0;
	text-decoration: none;
	cursor: pointer;
}
#content[id] fieldset a.btInvia{
	margin: 0 10px 0 0;
}


	
/******************** CLASSI DI LAYOUT GENERICHE ************************/
 
.warning{
	width: 100%; 
	display: block;
	text-align: center; 
	font-weight: bold!important;
	color: #5f6a98;
}
.evidenzia{
	color: #990000!important;
}

.hide {	
	display:none;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
.spaziatore{
	clear: both;
	display: block;
	width: 98%;
	height: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}



/* ***** HEADER ******************************************/

 #header{
	width: 97%;
	height: 105px; 
	margin: 0 10px 0 10px;
	padding: 0;
	position:relative;
	background-image: url("/villasantacroce/img/second/top_dx_centro.jpg");
	background-repeat:no-repeat;
	background-position: 102% 0;
	z-index:100;
	overflow: hidden;
	border-bottom: 1px solid #5f6a98;
	
}	
#header[id]{
	width: 98%;
}
body#CentroIgnaziano  #header{
	background-image: url("/villasantacroce/img/second/top_dx_centro.jpg");
}
body#Proposte  #header{
	background-image: url("/villasantacroce/img/second/top_dx_proposte.jpg");
	background-position: 100% 0;
}
body#Ospitalita  #header{
	background-image: url("/villasantacroce/img/second/top_dx_ospitalita.jpg");
}
body#Studi  #header{
	background-image: url("/villasantacroce/img/second/top_dx_studi.jpg");
}
body#Destinatari  #header{
	background-image: url("/villasantacroce/img/second/top_dx_destinatari.jpg");
}
body#formNewsletter  #header, body#NLlogin  #header, body#Login #header{
	background-image: url("/villasantacroce/img/second/top_dx_newsletter.jpg");
}
body#Contatti  #header{
	background-image: url("/villasantacroce/img/second/top_dx_contatti.jpg");
}
body#ilDizionario  #header{
	background-image: url("/villasantacroce/img/second/top_dx_dizionario.jpg");
}
body#riferimenti  #header{
	background-image: url("/villasantacroce/img/second/top_dx_riferimenti.jpg");
}
body#Album  #header{
	background-image: url("/villasantacroce/img/second/top_dx_album.jpg");
}
body#Mappa  #header{
	background-image: url("/villasantacroce/img/second/top_dx_mappa.jpg");
}


#header h1{
	background-image: url("/villasantacroce/img/second/top_bg.gif");
	background-repeat:x-repeat;
	width: 85%;
	height: 79px!important;
	display: block;
	margin:0;
	overflow : hidden;
}
	
a#logo{
	background-image: url("/villasantacroce/img/second/top_logo.gif");
	background-repeat:no-repeat;
	display:block;
	height:0;
	padding: 79px 0 0 0; 
	width: 486px;
	height: 0px!important;
	height: 79px;
	overflow:hidden;

}



/* HACK PER EVITARE IL PEEKABOO BUG \*/
* html #header h1 {height: 1%;}
* html a#logo {height: 1%;}
/* End hide from IE5-mac */



/****  MENU TOP ************************************************************/

#menuTop{
	position: absolute; 
	top: 78px;
	left:0;
	display: block;
	height: 40px;
	padding: 0;
	margin:0;
	list-style-type: none;
	background-position: 0 -43px;


}
#menuTop[id]{
	width: 95%;
}

#menuTop li{
	display: block;
	float: left;
	margin: 0 6% 0 0;
	padding: 0;
	width: 95px;
	background-repeat: no-repeat;
}
#menuTop li#li5{
	margin: 0 7% 0 0;
}

#menuTop li a{
	display: block;
	width: 95px;
	height: 0!important;
	height/**/: 19px;
	overflow: hidden;
	padding: 19px 0 0 0;
	background-repeat: no-repeat;
}
#menuTop li#li1, #menuTop li a#a1{
	background-image: url("/villasantacroce/img/copertina/puls_centro.gif");
}
#menuTop li#li2, #menuTop li a#a2{
	background-image: url("/villasantacroce/img/copertina/puls_proposte.gif");
}
#menuTop li#li3, #menuTop li a#a3{
	background-image: url("/villasantacroce/img/copertina/puls_ospitalita.gif");
}
#copertina ul li#li4, #menuTop li a#a4{
	background-image: url("/villasantacroce/img/copertina/puls_studi.gif");
}
#menuTop li#li5, #menuTop li a#a5{
	background-image: url("/villasantacroce/img/copertina/puls_destinatari.gif");
}
#menuTop li:hover, #menuTop li a:hover{
	background-position: 0 -19px;
}
#menuTop li.liActive, #menuTop li.liActive a{
	background-position: 0 -19px;
}



	/* HACK PER EVITARE IL PEEKABOO BUG \*/
	* html  #menuTop li {height: 1%;}
	* html  #menuTop li a {height: 1%;}
	/* End hide from IE5-mac */



/* ##### COLONNA SINISTRA ##################################################################*/

#leftcol {
	width: 155px;
	position: absolute;
	top:120px;
	left: 0px;
	z-index:20;
	margin-left:4px;
}
	
/* ##### COLONNA DESTRA ##########################################*/

#rightcol {
	width: 144px;	
	position: absolute;
	top:105px;
	padding: 20px 5px 0 4px;
	right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

/****  menu di destra ****************/

ul#menuDx{
	margin: 0;
	padding: 0;
	width: 144px;	
	list-style-type: none;
}
ul#menuDx li{
	background-image: url("/villasantacroce/img/second/bullets/blt_dx.gif");	
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 20px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 1%;
}
ul#menuDx li a{
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 1%;
	margin: 0;
	padding: 0;
}

ul#menuDx li a:hover, ul#menuDx li:hover, ul#menuDx li.liDxActive a{
	color: #5F6A98;
}


/*****  FORM di destra ****************/

#rightcol input.text, #rightcol input.password{
 	background-image: url("/villasantacroce/img/home/campo_testo.gif");	
	display:block;
	width: 130px;
	border:none;
	padding: 0 0 0 3px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#rightcol form, #rightcol fieldset{
	border: none; margin:0; padding: 0;
}

#rightcol form {
	padding: 0 3px 0 3px;
}

#accesso {
	background-color: #F3F4F9;
	padding: 5px 9px 6px 9px;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
}

#accesso form {
	padding: 8px 0 0 0;	
	border: 1px solid #F3F4F9;
}
#accesso form fieldset{
	border: 1px solid #F3F4F9;
}
#accesso form label{
	color: #5f6a98;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display: block;
	padding-bottom: 7px;
}

#accesso form input{
	background-color: #e0e2ec;
	width: 112px!important;
	margin-top: 5px;
	height: 20px;
	font-size: 7pt;
	padding-top: 5px!important;
	padding-left: 5px!important;
	padding-right: 5px!important;
}

#accesso form a#submitNews{
	clear: both;
	background-color: #5f6a98;
	color: #ffffff;
	border: bone;
	float: right;
	padding: 4px;
	font-size: 8pt;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#accesso p{
	margin: 0 0 5px 3px;
}



/* ##### CONTENT #######################*/

a.buttBack{
	background-color: #5f6a98;
	color: #ffffff!important;
	border: bone;
	position: absolute;
	right: 180px;
	top: 36px;
/*	float: right;*/
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	padding: 2px 4px 2px 2px;
}

a.buttBack[class]{
	position: absolute;
	right: 0;
	top: 36px;
}

a.buttBack img{
	height: 8px;
	width: 6px;
	padding: 0!important;
	margin: 0 4px 0 0;
	border: none;
}


#centercol{
	position:absolute;
	top:83px;
	left:0;
	padding:0 170px 50px 170px;
}

#centercol[id]{
	width: 55%;
	padding:0 0 50px 170px;
}

#content{	
	clear: both;
	margin: 90px 0 20px 0;
	padding: 0 10px 20px 10px;
	font-family: Times New Roman;
	font-size: 9pt;
	color: #000000;
	display: block;
	border-bottom: 5px solid #5f6a98;
}
#content[id]{	
	height: 100%!important;  /* non cancellare */
}



div.credits {
	margin-top:15px;
	color: #000000;
	text-align:center;
	width: auto;
	font-size: 8pt;

}

div.credits a{
	color: #000000;
}


/* #### BREADCRUMBS ##########################################################*/

#breadcrumbs{
	width: 97%;
	font-size: 8pt;
	font-weight: normal;
	color: #051B47;
	margin: 0 0 0 170px;
	position:absolute;
	left:12px;
	top:35px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #5f6a98;
}
#breadcrumbs[id]{
	width: 80%;
}

#breadcrumbs #txtSeiin{
	display: block;
	float: left;
	background-image: url("/villasantacroce/img/second/sei_in.gif");	
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 12px 0 0 0;	
	width: 37px;
	height: 10px;
	height: 0!important;
	overflow: hidden;
}

#breadcrumbs a{
	text-decoration: none;
	color: #747474;
	font-size: 8pt;
	font-weight: normal;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

.pathLink{
	font-size: 8pt;
	font-weight: normal;
	color: #747474;
	display: block;
	float: left;
	
}

.on{
	font-size: 8pt;
	font-weight: normal;
	color: #747474;
}

/* To avoid automatic paragraphs spaces: */
/*
P, UL, OL 
*/

	
/* ###### TABELLE  ######################################################### */

#content table{
	width: 100%;
	float: left;	
	clear: both;
	background-color: #5f6a98;

}
#content table caption{
	color: #5f6a98;
	font-size: 1.2em;
	font-weight: bold;	
	font-style: italic;
}

#content table thead{
	font-weight: bold; 	
	padding:0; 
	margin: 0;
	background-color: #5f6a98;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-spacing: 0;	
	padding: 3px 0 3px 0;
}
#content table thead tr td{
	margin: 0;
	padding: 0,
	text-align: center;	 	
}

#content table tbody tr td{
	font-size: 9pt;
	font-weight: normal;	
	border-spacing: 0;	
	height: 22px;	
	background-color: #ffffff;
	padding: 0 7px 0 7px;
}
#content table tfoot{
	background-color: #e0e2ec;
	color: #5f6a98;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 0 3px 3px;
}


/************* FORM DI RICERCA  ******************************************/

#formRicerca input{
	background-image: url("/villasantacroce/img/home/campo_testo.gif");	
}

#formRicerca{	
	background-repeat: no-repeat;
	background-image: url("/villasantacroce/img/home/sfondo_cerca_updx.gif");
	display:block;
	height: 142px;
	width:149px;
	margin:0;
	position:absolute;
	right:0;
	top: 0;	
}		

#formRicerca fieldset{
	border: 0px;	
}
	
#formRicerca input#q{
	width: 130px;	
	height: 15px;
	border:none;
	background-color:#f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	position:absolute;
	top: 65px;
	left: 5px;
}
						
#avviaricerca{
   	background-image: url("/villasantacroce/img/home/t_ric.gif");	
	position:absolute;
	top:90px;
	padding: 20px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
	background-position:  right top;
    height: 0px !important;
    height /**/:20px;
	width:153px;
	display:block;
	right/**/:0px; /*mozilla*/
	right:-1px!; /*ie*/
}
#avviaricerca:hover{
		background-position: 4px -20px;	
}

#ricercaEstesaLink{
	background-image: url("/villasantacroce/img/home/t_ric_av.gif");	
	width: 149px;
	padding: 20px 0 0 0;
	height: 0px !important;
    height /**/:20px;
	display:block;
	position:absolute;
	bottom:2px;	
	left: 0;
	overflow: hidden;
}
#ricercaEstesaLink:hover{
		background-position: 0 -20px;	
}
	

/* pulsanti dei invio commenti  */
.tuttIComm a {
	display: block;
	padding-top: 20px; 
	height /**/: 20px; 
	height: 0px !important;
	overflow: hidden;
	width: 113px;
}

.tuttIComm {
	display: block;
	width: 113px;
	background-image: url("/villasantacroce/img/second/t_tutticommenti.gif");
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
}

.tuttIComm a {
	background-image: url("/villasantacroce/img/second/t_tutticommenti.gif");
}

.tuttIComm a:hover {
	background-position: 0 20px;
}

.inviaComm a {
	display: block;
	padding-top: 20px; 
	height /**/: 20px; 
	height: 0px !important;
	overflow: hidden;
	width: 132px;
}

.inviaComm {
	display: block;
	width: 132px;
	background-image: url("/villasantacroce/img/second/t_inviacommento.gif");
	background-repeat: no-repeat;
	float: left;
}

.inviaComm a {
	background-image: url("/villasantacroce/img/second/t_inviacommento.gif");
}

.inviaComm a:hover {
	background-position: 0 20px;
}


.ultimiComm a {
	display: block;
	padding-top: 20px; 
	height /**/: 20px; 
	height: 0px !important;
	overflow: hidden;
	width: 113px;
}

.ultimiComm {
	display: block;
	width: 113px;
	background-image: url("/villasantacroce/img/second/t_ultimicommenti.gif");
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px; 
}

.ultimiComm a {
	background-image: url("/villasantacroce/img/second/t_ultimicommenti.gif");
}

.ultimiComm a:hover {
	background-position: 0 20px;
}

/* fine pulsanti dei invio commenti  */

/* using image replacement for all nav items */

/*ricerca semplice*/
.ricse a {
	display: block;
	padding-top: 20px; 
	height /**/: 20px; 
	height: 0px !important;
	overflow: hidden;
	width: 123px;
}

.ricse {
	display: block;
	width: 128px;
	background-image: url("/villasantacroce/img/second/tasto_ric_semp2.gif");
	background-repeat: no-repeat;
	float: left;
}

.ricse a {
	background-image: url("/villasantacroce/img/second/tasto_ric_semp2.gif");
}

.ricse a:hover {
	background-position: 0 20px;
}

/* ricerca avanzata*/
.ricav a {
	display: block;
	padding-top: 20px; 
	height: 0px !important;
	height /**/: 20px; 
	overflow: hidden;
	width: 128px;

}

.ricav {
	display: block;
	width: 128px;
	background-image: url("/villasantacroce/img/second/tasto_ric_avanz2.gif");
	float: left; 
}

.ricav a {
	background-image: url("/villasantacroce/img/second/tasto_ric_avanz2.gif");
}

.ricav a:hover {
	background-position: 0 20px;
}

div.txtCenter{
	margin: 0;padding:0;
}

div.txtCenter span{
	margin: 0 4px 0 0;padding:0;
	float: left;
}

/****  RICERCA ESTESA *******************/

#ulTabRicerche{
	display: block;
	height: 22px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
#ulTabRicerche li{
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	overflow: hidden;
	float: left;
	margin: 0 3px 0 0;	
    padding: 0;
}
#ulTabRicerche li a{
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	margin: -3px 0 0 0;
	height: 100%;
  	overflow: hidden;
    display: block;
}

#liRicWeb, #liRicWeb a{	
	background-image:url("/villasantacroce/img/home/tab_web.gif");
	width: 50px;
}
#liRicAttivita, #liRicAttivita a{ 
	background-image:url("/villasantacroce/img/home/tab_att.gif");
	width: 69px;
}
#liRicDovesiamo, #liRicDovesiamo a{ 
	background-image:url("/villasantacroce/img/home/tab_dov.gif");
	width: 103px;
}
#liRicCatalogo, #liRicCatalogo a{ 
	background-image:url("/villasantacroce/img/home/tab_cat.gif");
	width: 89px;
}
#liRicCompleanni, #liRicCompleanni a{	
	background-image:url("/villasantacroce/img/home/tab_comp.gif");
	width: 104px;
}
#ulTabRicerche li:hover, #ulTabRicerche li a:hover, #ulTabRicerche li.tabAttivo, #ulTabRicerche li.tabAttivo a{
	background-position: 0 -22px;
}

div#tabRicWeb, div#tabRicAttivita, div#tabRicDovesiamo, div#tabRicCatalogo, div#tabRicCompleanni{
	border: 1px solid #051B47;
	width: 95%;
	z-index: -1;
	text-align: left;
	padding: 10px;
}

* html #tabRicerche

/*****  risultati della ricerca web ***************/
#searchRsults{
	text-align: left;
	font-size: 9pt;
}
#searchRsults .linkRic{
	font-size: 9pt;
}
#searchRsults .spanRes{
	font-size: 9pt;
}

#searchRsults li{
	font-size: 9pt;
}
#searchRsults li a{
	font-size: 9pt;
}

/* navigatore */

#navigator{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
}

#navigator span{	
	font-size: 10pt!important;
	color: #616161;
}

.linkInactive{
	display: none;
}

.linkActive{
	font-size: 10pt!important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/****** BLOG **********************************/
 
#navMesiBlog, #incListaComm {
	background-color: white;
	text-align: left;
	color: #051B47;
	border-left: 1px dotted #051B47; 
	border-right: 1px dotted #051B47; 
	border-bottom: 1px dotted #051B47; 
}

#navMesiBlog h3, #incListaComm h3{
	background-color: #051B47;
	text-align: center;
	color: white;
	padding:0;
	margin: 0;
	font-weight: bold;
}

#navMesiBlog a, #incListaComm a{
	color: #051B47;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}

#navMesiBlog ul, #incListaComm ul{
	margin:0;
	padding:0;
	list-style-type: none;
}


/********* RSS ************************/

#rssDiv{
	margin: -15px 10px 10px 0;
	padding:0;
}

/***** COLONNA SIN:  MENU CONTESTUALE **********************/

#menucontestuale{
	position: absolute; 
	top:0;
	left:0;
	margin: 0;
	padding:0;
}
#menucontestuale img{
	position: absolute; 
	top:-14px;
	left:6px;
}

* html #menucontestuale{
	height:1%;
}

#menucontestuale h4{
	text-align:center;
	color: #000000;
	margin:0;
	padding:4px 0 4px 0; 
	font-size: 12pt;
	font-weight: bold;
	display: none;
}
#menucontestuale ul{
	width: 135px;
}
#menucontestuale[id] ul{
	width: 140px;
}

#menucontestuale ul, #menucontestuale ul ul{
	list-style-type: none;
	list-style-image: none;
	margin:0 0 0 7px;
	padding:0; 
}
#menucontestuale ul ul{
	margin:0 0 0 10px;
}
#menucontestuale[id] ul ul{
	width: 130px;
}

#menucontestuale ul li {
	margin:0 0 2px 0;
	padding:0;  
	text-align: left;
	height: 1%;
}
#menucontestuale[id] ul li {
	margin:0 0 14px 0;
}

#menucontestuale ul ul li {
	padding:0 0 0 3px; 
	margin:0 0 4px 0; 
	height: 1%;
}

#menucontestuale ul a{	
	display:block;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 0 3px 12px;
	margin: 0 0 10px 0;
	background-image: url("/villasantacroce/img/second/bullets/blt_sx.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#menucontestuale ul a.active, #menucontestuale ul ul a.active{
	color: #5F6A98;
	background-color: #f3f4f9;
}

#menucontestuale ul ul a{	
	background-image: url("/villasantacroce/img/second/bullets/content_blt.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: normal;
	background-position: 3px 3px;
	border-top-style:none;
	color: #5f6a98;
}

#menucontestuale ul ul a:hover{
	background-color: #f3f4f9;
}	

/* ###### MENU ALBUM #####################################################################*/

#albummenu{
	width: 135px;
	heigth: 100%;
	display: block;
	clear: both;
	margin: 10px 0 0 5px;
	padding: 10px 0 0 0;
}

#albummenu li{
	padding:0;
	margin:0 0 7px 0;
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#albummenu li.albAttivo{
	width: 126px;
	font-weight: bold;
	color: #5f6a98;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url("/villasantacroce/img/second/bullets/album_blt_open.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 15px;
}

#albummenu li.bloccoTumb{
	clear: both;
	height: auto;
	display: block;
}

#albummenu li a{
	display: block;
	list-style-type: none;
	margin: 0; 
	padding: 0 0 0 15px;
	list-style-image: none;
	text-decoration: none;
	background-image: url("/villasantacroce/img/second/bullets/album_blt_closed.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;	
}

#albummenu li a:hover{
	color: #5f6a98;
	margin: 0; 
	padding: 0 0 0 15px;
}

#albummenu li a.tumbattiva{
	background-image:none;
	margin: 0!important; 
	padding: 0!important;
	width: 50px;
}

#albummenu li a.tumb{
	background-image:none;
	margin: 0!important; 
	padding: 0!important;
	width: 50px;
}

#albummenu span{
	float: left;
	display: block;
	width: 50px;	
	margin: 0 10px 6px 0!important;
	padding: 0!important;
}
#albummenu[id] span{
	margin: 0 10px 0 0!important;
}

#albummenu li span a.tumb img, #albummenu li span a.tumbattiva img{
	border-top: 1px solid #5f6a98;
	border-left: 1px solid #5f6a98;
	border-right: 1px solid #5f6a98;
	border-bottom: 2px solid #5f6a98;
	width: 45px!important;
	margin: 0!important;
	padding: 0!important;
}
#albummenu[id] li span a.tumb img, #albummenu[id] li span a.tumbattiva img{
	margin: -12px 0 0 0!important;
}
#albummenu li span a {
	border: 2px solid #ffffff;
	width: 45px!important;

}
#albummenu li span a:hover img, #albummenu li span a.tumbattiva img{
	border-bottom: 2px solid #990000;
}



/*  #######  LISTA BICOLORE  ###########################################################*/


.odd{		
	background-color:#DFE7EF ;  
	font-weight: bold;	
	padding-left: 2px;
	padding-top: 2px; 
	padding-bottom: 2px;
	margin: 0;
	list-style-type: none;
	width: 380px;
	
}

.even{	
	background-color:#FFFFFF; 
	font-weight: bold;	
	padding-left: 2px;
	padding-top: 2px; 
	padding-bottom: 2px;
	margin: 0;
	list-style-type: none;	
	width: 380px;
}


.oddListaBlog{		
	background-color:#8FB0D5;  
	font-weight: normal;	
	padding-left: 2px;
	padding-top: 2px; 
	padding-bottom: 2px;
	margin: 0;
	list-style-type: none;
	color: #051B47;
	
}

.evenListaBlog{	
	background-color:#C4DBFF; 
	font-weight: normal;	
	padding-left: 2px;
	padding-top: 2px; 
	padding-bottom: 2px;
	margin: 0;
	list-style-type: none;	
	color: #051B47;
}

/* #########  MAPPA #########################################################################*/

#mappaDiv{
	align: left; 
	height: auto; 
	margin: 0;
	padding: 0;	
	font-family: verdana;
}

#mappaDiv ul{
	margin: 10px 0 0 0;	
	padding: 0;	
}
#mappaDiv ul ul{
	margin: 10px 0 0 25px;	
	padding: 0;
}
#mappaDiv ul ul ul{
	margin: 10px 0 0 22px;	
	padding: 0; 
}
#mappaDiv a.noChild{
	font-weight: normal;
}
#mappaDiv img.noChild{
	margin-right: 10px;
}

#mappaDiv img{
	vertical-align: middle;
	border: none;
	margin: 0:
	padding: 0;
}



#mappaDiv ul li, #mappaDiv ul ul li, #mappaDiv ul ul ul li{
	margin: 0 0 10px 0;	
	padding: 0;
	list-style-type: none; 
	list-style-image: none;
}


#mappaDiv ul li a, #mappaDiv ul ul li a, #mappaDiv ul ul ul li a{
	background-image: none;
	padding: 0;
	margin: 0;
}


#mappaDiv ul li a:hover, #mappaDiv ul ul li a:hover{
	background-image: none;
	background-color: #f3f4f9;
}
#mappaDiv ul li a.noHover:hover, #mappaDiv ul ul li a.noHover:hover{
	background-color: #ffffff!important;
	padding: 0!important;
	cursor: pointer;
}

#mappaDiv ul li a.noHover img, #mappaDiv ul ul li a.noHover img{
	cursor: pointer;
}


/************************************* FOOTER *****************************************/

#footer[id]{
	background-color: #5f6a98;
	height: 5px;
	position:fixed;
	bottom: 1px;
}



/************************** news ticker *****************************/
#newsticker table{
	margin: auto;
	width:100%;
}

#newsticker applet{
	width:100%;
	z-index:0;
}

#rightcol table {
	width: 144px;
}

#rightcol table td, #rightcol table b, #rightcol table font{
	font-family: arial;
}

#rightcol table img{
	width: 136px;
}



/*****   ALBUM   *****************************************/

#content #contentFoto{
	text-align: center;
	padding: 0 0 20px 0;
}


#content #contentFoto #divAlbum{
	width: 100%;
}
#content #contentFoto #divAlbum[id]{
	margin-left: 17%;
}

#content #divAlbum a{
	text-decoration: none;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	padding: 4px 0 0 0;
}
#content #divAlbum a:visited{
	color: grey;
}
#content #divAlbum{
	width: 420px!important; 
	display: block;
}

#content #topAlbum{
	width: 425px; 
	height: 22px;
	padding: 0;
	color: #ffffff;
	margin:0 0 0 -3px;
	background-color: #ffffff;
	font-weight:bold;
	display: none;
}
#content #topAlbum[id]{
	margin: 0;
	width: 422px; 
}
#content #albumcontrols{
	margin:0 0 0 -3px;
	padding: 0;
	width: 425px; 
	height: 22px;
	color: #000000;
	background-color: #ffffff;
	font-weight:bold;
	clear: both;
	text-align: center;
}
#content #albumcontrols[id]{
	margin:-6px 0 0 0;
	width: 422px; 
}

.contImg{
	margin: 0;
	padding: 0;
}
#content[id] .contImg img{
	margin: -3px 0 0 0;
}

#titoloFoto{
	display: block; 
	width: 190px;
	float: left;
}


#spanSlideShow{
	display: block; 
	width: 91px;
    background-image: url("/villasantacroce/img/album/tasto_fullscreen.gif");
    background-repeat: no-repeat;
	float: right;
}

#photoslideshow{
	display: block;
    padding: 22px 0 0 0;
    overflow: hidden;
    background-image: url("/villasantacroce/img/album/tasto_fullscreen.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:22px;
	width: 91px;
	margin: 0;
}


#albNavigatore{
	margin: 0 12px 0 7px;
}

#photoprecedente{
	background-image: url("/villasantacroce/img/album/album_bt_precedente.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 5px;
	margin: 0 93px 0 0;
	width: 100px;
	height: 20px!important;
	display: block;
	float: left;
}
#spanCounter{
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	padding: 4px 0 0 0;
	height: 12px!important;
	display: block;
	float: left;
}

#photosuccessiva{
	background-image: url("/villasantacroce/img/album/album_bt_successiva.gif");
	background-repeat: no-repeat;
	background-position: 100% 5px;
	padding: 0 5px 0 0;
	margin: 0 0 0 3px;
	width: 100px;
	height: 20px!important;
	display: block;
	float: right;

}

#divNoRiferimento{
	width:158px;
	float: left;
}

#btRiferimeto{
	display: block;
    padding: 22px 0 0 0;
    overflow: hidden;
    background-image: url("/villasantacroce/img/album/tasto_riferimento.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:22px;
	width:82px;
	margin: 0 76px 0 0; 	
	float: left;
} 


#didascalia{
	border-top: 1px dotted #5f6a99;
	width: 100%;
	height: auto;
	font-size: 8pt!important;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	text-align: justify;
}

/************************** guestbook list****************************/

#divListGuestbook h2{
	font-size: 11pt;
	margin-bottom: 0;
}

#divListGuestbook p{
	margin: 5px 0 0 0;
	background-color: #DFE7EF;
	font-size: 11pt;
}

#divListGuestbook .small {
	font-size: 8pt;
}

/****************************************** Table Automatic Format Styles */

.atopleft
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

.atopcenter
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.atopright
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.aodd
{
	background-color: #F6F6F6;
}
.aeven
{
	background-color: #F6F6F6;
}

.amiddleleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.amiddlecenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.amiddleright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.abottomleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.abottomcenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.abottomright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ####### fine delle classi dell'editor ############################# */


