﻿/*LINK NON SOTTOLINEATI */

A:link { text-decoration: none; color: #696969}
A:visited { text-decoration: none; color: #696969 }
A:hover { text-decoration: none; color: #000000; font-weight: bold }
a.nav:link {color: white; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.nav:visited {color: white; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.nav:hover {color: orange; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.nav:active {color: orange; } 
a.navgiallo:link {color: yellow; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.navgiallo:visited {color: yellow; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.navgiallo:hover {color: orange; text-decoration: none; font-family: Trebuchet MS; font-size: 15px; font-weight: bold; text-align: left }
a.navgiallo:active {color: orange; } 


/*SFONDO NON SCROLLA */
<!-- 
body
{
/*background-attachment:fixed;*/
background-repeat: no-repeat;
background-position: center 0px;
} 
-->

/*CARATTERE PER TIPOLOGIA RALLY */
<!--
.tiporally  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-align: center;
}
-->
/*CARATTERE PER TIPOLOGIA RALLY BIG */
<!--
.bigtiporally  {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-align: center;
}
-->

/*CARATTERE NOME RALLY */
<!--
.nomerally  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
}
-->
/*CARATTERE NOME RALLY BIG */
<!--
.bignomerally  {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-align: center;
}
-->

/*CARATTERE DATA RALLY */
<!--
.datarally  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: grey;
	font-weight: normal;
	text-align: center;
}
-->
/*CARATTERE DATA RALLY BIG */
<!--
.bigdatarally  {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: grey;
	font-weight: normal;
	text-align: center;
}
-->

/*CARATTERE TITOLO */
<!--
.titolo  {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-align: left;
}
-->

/*CARATTERE MENU BIANCO */
<!--
.menubianco  {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-align: left;
	}
-->

/*CARATTERE MENU BIANCO */
<!--
.menunero  {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #696969;
	font-weight: normal;
	text-align: left;
	}
-->


.table {
  border: 1px solid silver;
  border-collapse: collapse;
  border-spacing: 5px;
}
#cookieChoiceInfo {           /* Imposto le proprietà del banner/dialog box e caratteri del messaggio */
  background-color: #fff00;     /* Lo fondo è di colore nero (#000) */
				 
  font-size: 16px;            /* i caratteri devono essere grandi 16 pixel */
  color: #000;                /* il colore dei caratteri è grigio chiaro (#DDD) */
  padding: 10px;              /* lo spazio intorno al messaggio (sopra, sotto e di lato) quindi il bordo dista 10 pixel */  
  opacity: .8;                /* questa proprietà modifica la trasparenza del banner/dialogbox */
}
#cookieInfoLink {                      
  color: #E00;                /* il testo del link che aprire la pagina della cookie policy è rosso (#E00)  */
  text-decoration: underline; /* questa proprietà indica che il testo del link è sottolineato  */
}
#cookieInfoLink:hover {       /* la parola hover, vicino al selettore, indica che le proprietà seguenti verranno applicate... */
                              /* ... al link che conduce alla cookie policy solo quando il mouse ci passa sopra  */
  color: #F44;                /* il testo del link in questo caso diventa di un rosso più chiaro al passaggio del mouse...  */
  test-decoration:none;       /*   .... e allo stesso tempo il testo non sarà più sottolineato            */
}
#cookieChoiceDismiss {        /* Impostiamo per il link "accetto/ok/chiudi" le proprietà per renderlo... */
			      /* ...visivamente come un pulsante */
  background-color: #0A0;     /* lo sfondo è verde (#0A0) */
  color: #FFF;                /* Il colore del testo è bianco (#FFF) */
  text-decoration: none;      /* Il testo non è sottolineato         */
  font-weight: 600;           /* Il testo è in grassetto             */
  font-size: 16px;
  padding: 3px 10px;          /* Imposto lo spazio tra i caratteri e il bordo del pulsante 2pixel sopra e sotto e 10px ai lati */
  border-radius:  3px;        /* Lo sfondo del pulsante ha i bordi arrotondati con un raggio di 3 pixel */
}
#cookieChoiceDismiss:hover {  /* Passando il mouse sopra il pulsante, questo cambia colore in verde chiaro. */
  background-color: #0F0;
}
