﻿html
{
   font-family: Arial Narrow;
   font-size: 10pt;
}

h1
{
   font-size: 28pt;
   font-weight: bold;
}

h2
{
   font-size: 18pt;
}



.td_left
{
   text-align: left;
}

.td_center
{
   text-align: center;
}

.td_right
{
   text-align: right;
}

.main_table
{
   text-align: center;
   border: solid 5px #0000ff;
   padding: 5px;
}

.scheda_input
{
   border: solid 2px #444444;
   margin: 0px 0px 0px 0px;
   padding: 5px;
   background-color: #ffffff;
   font-size: 12px;
   font-weight: bold;
}

.scheda_input_center
{
   border: solid 2px #444444;
   adding: 5px;
   background-color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}


#tab_modulo _input
{
   /*background-color: #eeeeee;
         margin: 2px;
         padding: 2px;
         border-color: #0000ff;*/
   border: solid 3px #444444;
   margin: 5px 5px 5px 5px;
   padding: 5px;
   background-color: #ffffff;
   font-size: 12px;
   font-weight: bold;
}

#header_1
{
   width: 33%;
   float: left;
   text-align: left;
}

   #header_1 img
   {
      width: 200px;
   }

#header_2
{
   width: 33%;
   float: left;
   text-align: center;
}

#header_3
{
   width: 33%;
   float: left;
   text-align: right;
}

   #header_3 img
   {
      width: 180px;
   }

   #header_3 div
   {
      font-size: 12pt;
   }

.titolo
{
   background-color: #0094ff;
   font-weight: bold;
   color: #ffffff;
   font-size: 14pt;
}

.clear
{
   clear: both;
}

.div_center
{
   border: solid 1px #000000;
   width: 100%;
   margin: 0 auto;
   /*float: left;*/
}

.campo
{
   font-family: Tahoma;
   color: #0000ff;
   font-weight: bold;
   float: left;
   width: 210px;
   text-align: left;
   margin-right: 30px;
   background-color: #ffffff;
}

.campo_lungo
{
   font-family: Tahoma;
   color: #0000ff;
   font-weight: bold;
   float: left;
   width: 410px;
   text-align: left;
   margin-right: 30px;
   background-color: #ffffff;
}
