/*Foglio di stile esterno per moduli ricerca*/









/*GENERALE  */

body

   {

   background-color: #cccc99;

   background-image: url();

   background-repeat: repeat;

   

   

   font-family: Tahoma, Verdana, sans-serif;

   font-size: 11pt;

   text-align: justify;

   color: #003300;

   

   

   }













/*Tutte le tabelle    */

.tabella

   {

   background-color: #ffffff;

   text-align: center;

   font-size: 10pt;

   border-collapse: collapse;

   border-style: solid;

   border-width: 1px;

   border-color: #666666;

   }

.tabella_linee

   {

   background-color: #ffffff;

   text-align: center;

   font-size: 10pt;

   border-collapse: collapse;

   border-style: solid;

   border-width: 1px;

   border-color: #666666;

   }

/*Intestazione come i menù di MD    */

.cella_intestazione

   {

   

   background-image: url(images/modbg.gif);

   background-repeat: repeat;

   text-align: center;

   }



/*Titoli dei campi dei risultati della ricerca    */

.cella_intestazione_colore

   {

   background-color: #DCDCDC;

   text-align: center;

   }

/*Titoli dei campi affina la ricerca    */
.cella_intestazione_colore_2

   {

   background-image: url('themes/Experimental/images/modbg.gif');

   text-align: center;

   }





/*Corpo del menù delle ricerche e intestazione risultati    */

.cella_menu

   {

   background-color: #ffffff;

   

   text-align: center;

   }

   

/*Celle dei risultati    */

.cella_generica

   {

   background-color: #ffffff;

   text-align: left;

   }



.cella_generica_giustificato

   {

   background-color: #ffffff;

   text-align: justify;

   }





/*cella per tutti i pulsanti*/

.cella_pulsanti

   {

   background-color: #DCDCDC;

   text-align: center;

   }



/*testo bibliografia*/

.testo_bibliografia

   {

 

   text-align: left;

   font-family: "Times New Roman", serif;

   width: 95%;



   

   }





/*sfondo per bandiere lingue*/

.tabella_bianca_flags

   {

   background-color: #ffffff;

   text-align: center;

   font-size: 10pt;

   font-family: "verdana", sans-serif;

   color: #000000;



   

   }

















