    body {
        font-family: Arial;
        font-size: 11px;
        text-align: justify;
    }   

	a, a:link, a:visited{			
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 11px;
	}
    a:hover{
        background:#D0E6BB;
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 11px;
	}
	
    a.rotazione, a.rotazione:link, a.rotazione:visited, a.rotazione:hover{			
        background: White;
        color: #7BA92F;
        font-weight: bold;
        font-family: Arial;
        font-size: 11px;
	}

    a.dett, a.dett:link, a.dett:visited{			                        
        background:#7BA92F;
        font-weight: none;
        color: White;			
        font-family: Arial;
        font-size: 11px;
    }

    a.dett:hover{		
        background: #7BA92F;			
        font-weight: bold;
        color: #D0E6BB;
        font-family: Arial;
        font-size: 11px;
	}
	
    a.admin:link, a.admin:visited{			
        background:#D0E6BB;
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 15px;
	}
        
    a.admin:hover{
        background:White;
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 15px;
	}

    .dettaglio{			
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 13px;
	}
        
    .prezzo{			
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 13px;
        text-align: center;
	}
        
    table {
        //background:White;
	}
	
	.titolo {
        background:#D0E6BB;
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 13px;
	}

    .sottotitolo {			
        color:#7BA92F;
        font-weight : bold;
        font-family: Arial;
        font-size: 13px;
	}
				
	th {
        background:#D0E6BB;
        font-family: Arial;
        font-size: 11px;
	}
                
    td {
        font-family: Arial;
        font-size: 11px;
        text-align: justify;
	}

	td.login {
        font-family: Arial;
        font-size: 11px;
	}
	
	.riga {
        text-align:right;
	}
		
	input {
        font-family: Arial;
        font-size: 12px;
	}
        
        input.login {
            font-family: Arial;
            font-size: 11px;
	}
        
    input.pulsante {
        background:#D0E6BB;
        font-family: Arial;
        font-size: 11px;
	}
        
    select {
        font-family: Arial;
        font-size: 13px;
    }

    textarea{
        font-family: Arial;
        font-size: 14px;
    }
        

    tr.dispari {
        background: #D0E6BB;
    }

    tr.pari {
        background: #E7F3DB;
    }

    tr.start{			
    	background: Red;         
    }
    tr.domenica {
        background: Silver;
    }
	//Verde
	//#7BA92F;
	//Verdino
	//#D0E6BB;
		
