﻿@charset "UTF-8";
/* CSS Document */

.LabelEnte {
    font-size: 14px;
    background-color: White;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    font-weight: bold;
    border-style: none;
    width: 100%;
}

.LabelCircuito {
    font-size: 12px;
    background-color: #FCF6CF;
    width: 100%;
}

.testo
{        
	font-family:Arial, Verdana;
    font-size:small;    
    color: #000000;                         
    /*background-color:#0c0c0b*/
}

.testo_piccolo {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #000000;
    font-weight: 200;
}

.testo_bold {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
}

.testo_bold_2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: #ffffff;
    font-size:12px;
    
}

.testo_bold_nero {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    font-size:12px; 
    color: #000000;
}

.testo_bold_bianco {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #ffffff;
}

.testo_bold_nero_800 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    font-size: 12px;
    color: #000000;
}


.testo_titolo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: white;
}

.testo_titolo_piccolo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: white;
}

.testo_login {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    font-weight: 200;
    color: white;
}

.sfondo_rosso
{        	
	background-color: #0c5d94;                     	
}

.sfondo_verde
{        	
	background-color: #e88532;                     	
}

.sfondo_grigio {
    background-color: #C8C8C6;
}



 
.menu
           {
	        border:none;
	        border:0px;
	        margin:0px;
	        padding:0px;
	        font-family:Arial, Verdana;
			background-color:#215A87;
			font-weight:bold;
			font-size:small;   
			color: white;         	                            
	        }

input[type=submit]
{
    font-family: Arial, Verdana;
    background-color: #e88532;
    font-weight: bold;
    font-size: small;
    color: white;
    margin-left: 0px;
}

input[type=button]
{
    font-family: Arial, Verdana;
    background-color: #F68701;
    font-weight: bold;
    font-size: small;
    color: white;
    margin-left: 0px;
}

.pulsante
{
    font-family:Arial, Verdana;
    background-color:#369061;
    font-weight:bold;
    font-size:small;   
    color: white;   
}
        
input[type=text]
{
    font-family:Arial, Verdana;
    font-size:small;
    color: #000000;     
}
        
 select
 {
    font-family:Arial, Verdana;
    font-size:small;
    color: #000000;
}


body
{
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
}

	       
div#topnav { 
  width:1024px;
  height:40px;
  background-image:url('../img/bg_nav.jpg');
  font-family:Verdana;
  color:#FFF;
  font-size:16px;
  vertical-align:middle;
  text-decoration:none;
  margin-left: auto;
  margin-right: auto;
}

.link_topnav { 
  font-family:Verdana;
  color:#FFF;
  font-size:16px;
  vertical-align:middle;
  text-decoration:none;
}

div#wrapper { 
  width:1024px;
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
}

div#content { 
  width:1024px;
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
  background-color:#D6D6D6;
  font-family:Verdana;
  font-size:12px;
  
}

div#footer { 
  width:1024px;
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
  background-color:#686866;  
  font-family:Verdana;
  font-size:9px;
  color:#FFF;
}

body {
  /*background-image:url('../img/bg_page.jpg');*/
  background-color:#C8C8C6;
    text-align: left;
}