﻿    BODY {
	background: #70a231;
}

span.Testo      { font-family: Arial, Verdana;  font-size:13px; color: #000000; font-weight: bold }
span.TestoBig   { font-family: Arial, Verdana;  font-size:16px; color: #00A6EB; font-weight: bold }
span.Piccolo    { font-family: Arial, Verdana;  font-size:11px; color: #000000; font-weight: bold }
span.TestoPic   { font-family: Arial, Verdana;  font-size:13px; color: #000000 }
span.Puntino    { font-family: Times New Roman; font-size:16px; color: #00A6EB }
span.TestoMini  { font-family: Arial, Verdana;  font-size:11px; color: #000000 }
h1.TitoloPagina { font-family: Arial, Verdana; font-size: 16px; color: #00A6EB; font-weight: bold; margin: 0px; }

a:active.Menu   { font-family: Arial, Verdana; font-size:11px; color: #FF0000; text-decoration:none }
a:link.Menu     { font-family: Arial, Verdana; font-size:11px; color: #000000; text-decoration:none }
a:visited.Menu  { font-family: Arial, Verdana; font-size:11px; color: #000000; text-decoration:none }
a:hover.Menu    { font-family: Arial, Verdana; font-size:11px; color: #FF0000; text-decoration:none }

a:active.Mail    { font-family: Arial, Verdana; font-size:11px; color: #FF0000; text-decoration:none }
a:link.Mail      { font-family: Arial, Verdana; font-size:11px; color: #000000; text-decoration:none }
a:visited.Mail   { font-family: Arial, Verdana; font-size:11px; color: #000000; text-decoration:none }
a:hover.Mail     { font-family: Arial, Verdana; font-size:11px; color: #FF0000; text-decoration:none }

a:active.Genial  { font-family: Arial, Verdana; font-size:11px; color: #FFFFFF; text-decoration:none  }
a:link.Genial    { font-family: Arial, Verdana; font-size:11px; color: #FFF24D; text-decoration:none  }
a:visited.Genial { font-family: Arial, Verdana; font-size:11px; color: #FFF24D; text-decoration:none  }
a:hover.Genial   { font-family: Arial, Verdana; font-size:11px; color: #FFFFFF; text-decoration:none  }

td.CellaErba      { border-style: dashed; border-width: 0px; padding: 0px; background-image: url('../image/erba.png'); }
td.CellaDestra    { border-style: dashed; border-width: 0px; padding: 0px; background-image: url('../image/destraverde.png'); }
td.CellaSinistra  { border-style: dashed; border-width: 0px; padding: 0px; background-image: url('../image/sinistraverde.png'); }
td.CellaGrigia    { border-style: dashed; border-width: 0px; padding: 0px; background-image: url('../image/grigio.png'); }


/*-------------------------------MENù ADMIN----------------------------------*/
.Menu a {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: WindowText;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	background-color: white;
	border:  solid 1px red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:250px;
	text-align:center;
	height:25px;
	
}

.Menu a:hover {
	color: white;
	background-color: #480000;
}


.Titoli
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D13434;
	
}

.ColonnaPrincipale
{
	width: 700px; 
	background-color: white; 
	font-size: 16px; 
	font-family: Verdana; 
	
}

.TestoAdmin { font-family:Arial, Verdana; font-size:12px; color:#056492; text-decoration:none;
	
}

.TitoloTabella { font-family: Arial, Verdana; color:White; font-size: 14px; background-color:Gray }

.LinkAdmin { text-decoration:none; font-family:Arial, Verdana; font-size:14px; color:Black}

.FinestraPopup { position: absolute; visibility: hidden; background-color: White; border: 2px solid Black; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0px; text-align:justify; margin:auto }

.BottoneCustom 
{
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius: 15px;
	background-color: #f4f5f7;
	
}

