/****************************
 FONT PER INTERNET EXPLORER
****************************/

@font-face
{
   font-family: "Mtcorsiva";
   src: url(/css/mtcorsiva.eot);
}

/****************************
   FONT PER ALTRI BROWSER
****************************/

@font-face
{
   font-family: "Mtcorsiva";
   src:
         local("Mtcorsiva"),
         url(/css/mtcorsiva.ttf) format("truetype");
}

/****************************
           GENERALE
****************************/

body
{
   background-color: #01A0FC;
   margin: 0 auto;
   position: relative;
   width: 900px;
   font-family: "Mtcorsiva",Arial,Helvetica,sans-serif;
   font-size: 18px;
}

img
{
   border: 0px;
}

.clear
{
   clear: both;
}

h1.title, h2.title, h3.title
{
   margin-bottom: 5px;
}

label
{
   display: block;
}

/****************************
           HEADER
****************************/
#header > *
{
   display: inline-block;
}

.logo_no2000
{
   float: left;
}

.logo_foi
{
   vertical-align: middle;
}

.top_menu_list
{
   margin: 0px;
   padding: 30px 20px 0px 0px;
}

.top_menu_item
{
   text-align: left;
   display: inline-block;
   width: 120px;
   height: 140px;
   margin-left: 15px;
   vertical-align: middle;
}

/****************************
           LEFT
****************************/
#left
{
   width: 210px;
   float: left;
   margin-top: 25px;
}

#members_area_login
{
   margin-top: 10px;
}

.members_area_center
{
   background-color: #72a7dd;
   border: 3px solid #FFFFFF;
   border-top: none;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   margin-top: -6px;
   padding: 10px 0 10px 20px;
}


/****************************
           MENU
****************************/
.menu_list
{
   background-color: #72a7dd;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   list-style-type: none;
   margin: 0px;
   padding: 20px 10px;
}

.menu_item
{
   border-bottom: 2px solid #165eca;
   padding-top: 5px;
   padding-bottom: 5px;
}

.menu_item_link
{
   font-family: Arial,Helvetica,sans-serif;
   color: #000000;
   text-decoration: none;
   font-size: 15px;
}

.menu_item_icon
{
   vertical-align: middle;
}


/****************************
          CONTENT
****************************/

#content
{
   float: right;
   width: 670px;
   margin-top: -20px;
}

.box_header
{
   background-image: url('../images/box_centrale_sup.png');
   background-repeat: no-repeat;
   width: 655px;
   height: 120px;
}

.box_footer
{
   background-image: url('../images/box_centrale_inf.png');
   background-repeat: no-repeat;
   width: 655px;
   height: 15px;
}

.box_center
{
   background-image: url('../images/box_centrale_centro.png');
   background-repeat: repeat-y;
   width: 655px;
}

.box_center > *
{
   margin: auto;
   padding: 0px 20px;
   text-align: justify;
}

ul.links
{
   font-size: 21px;
}

li.link
{
   margin-top: 5px;
}

ul.nocircle
{
   list-style-type: none;
}

.consiglio td
{
   padding-right: 30px;
}


table.editoriale
{
   margin: 0 0 0 0;
}

table.editoriale .titolo
{
   font-size: 25px;
}

table.editoriale .testo
{
   padding-bottom: 8px;
   text-align: justify;
}

table.editoriale .specie
{
   padding-top: 5px;
   padding-bottom: 5px;
}

table.editoriale .fonte
{
   font-size: 14px;
   font-style: italic;
}

table.editoriale .autore
{
   font-size: 14px;
   font-style: italic;
}

table.editoriale .data
{
   font-size: 14px;
   padding-bottom: 15px;
   font-size: 13px;
}

table.users_list
{
   font-size: 15px;
   border-spacing: 10px 5px;
}


/****************************
          FOOTER
****************************/
#footer
{
   padding-top: 10px;
   clear: both;
   width: 885px;
   text-align: center;
}

.copyright
{
   background-color: #72a7dd;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   margin: 0px;
   padding: 10px 5px;
}