/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/

HTML {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 100%;
	font-weight : normal;
	color: white;
}

BODY { 
	background-color: #000000;
	color: white;	 
 }

#DIV, DIV {
	background-color: #000000;
	color: white;
}

IMG{
	display: none;
	border: none;
}

LEGEND {
	color: white;
}

TABLE, TD, TH {
	background: black;
	border: 1px solid white;
}

H1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style : normal;
	font-weight : normal;
	color: white;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style : normal;
	font-weight : normal;
	color: white;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 100%;
	font-weight : normal;
	color: white;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style : normal;
	font-weight : normal;
	color: white;
}
H5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 100%;
	font-weight : normal;	
	color: white;
}
H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 100%;
	font-weight : normal;
	color: white;
}

H7 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
}

A, A:link, A:active, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: yellow !important;
	text-decoration: none;
}


A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: yellow;
	text-decoration: underline;
}


/*********************************************************************/
/**** BOX MODIFICATI PER ALTO CONTRASTO ******************************/
/*********************************************************************/

#boxCalendarioEventi{
	display: none;
}

.boxMenuSecondarioVoce{
	visibility: visible !important;
}

.boxMenuSecondarioVoce UL LI{
	display: inline;
}

/*********************************************************************/
/**** BOX RICERCA DINAMICA PER SERVIZI STANDARD **********************/
/*********************************************************************/

#formid_centro #boxMascheraDiRicercaPerServizioStandard {
    clear:left;
	width: 100%;
	margin: 10px 0;
	background-color: black;
	border: 1px solid white;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 1px solid #000;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard H4 {
	padding: 5px;
	font-weight: normal;
	text-align: justify;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard H6 {
	margin-left: 5px;
	float: left ;	
}


#formid_centro #boxMascheraDiRicercaPerServizioStandard LABEL {
	display: inline;
	float: left ;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 2px;
	width: 120px;
	text-align: left;
	height: auto;
}


#formid_centro #boxMascheraDiRicercaPerServizioStandard INPUT {
	float: left;
	width: 60% ;
	
	color: white;
	background: black;
	border-color: white;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard INPUT.campoData {
	margin-left: 5px;
	float: left;
	width: 74px ;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca {
	clear: left;
	float: left;
	width: 99%;
	padding: 3px 0;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: left;
	margin-top: 20px;
	text-align: center;	
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #ECEDDB;
	
	color: white;	
	background: black;
	border-color: white;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard .campoPulsante INPUT {
	width: 40% ;
	clear: none;
	float: none ; 
	margin: auto;
	text-align: center ;
	height: auto;
	background-color: #F8E663;
	border: 1px solid #999999;
	line-height: normal;	
	
	color: white;	
	background: black;
	border-color: white;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard SELECT {
	color: white;	
	background: black;
	border-color: white;
}

#formid_centro #boxMascheraDiRicercaPerServizioStandard .campoPulsante A {
	width: 40% ;
	clear: none;
	float: none ; 
	margin: auto;
	text-align: center ;
	height: auto;
	background-color: #F8E663;
	border: 1px solid #999999;
	line-height: normal;	
	
	color: white;	
	background: black;
	border-color: white;
}

