﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
	text-decoration: none;
	background-color: #EAEAEA;
	font-size: 0.8em;
	color: #003366;
}

body a {
	text-decoration: none;
	color: #003366;
}

body a img {
	border-width: 0px;
}

body table {
	border-spacing:0px;
  	border: solid 0px;
}


/* ----------------------------------------------------------------------------------------------- */

#clear {
	clear:both;
	width:100%;
	height:0.1%;
	display:block;
}	

#generale {
//	margin: 0px auto;
	display:block;
	border: 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */


/* Dimensione testi */
.dimensione_06 {
	font-size: 0.6em;
}

.dimensione_07 {
	font-size: 0.7em;
}

.dimensione_08 {
	font-size: 0.8em;
}

.dimensione_09 {
	font-size: 0.9em;
}

.dimensione_10 {
	font-size: 1.0em;
}

.dimensione_11 {
	font-size: 1.1em;
}

.dimensione_12 {
	font-size: 1.2em;
}

.dimensione_13 {
	font-size: 1.3em;
}


/* Elenchi puntati */
.elenco_punti_rossi05 li {
	margin-left: -15px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url('../../puntorosso_q7.png');
}	
.elenco_punti_rossi10 li {
	margin-left: -15px;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url('../../puntorosso_q7.png');
}	
.elenco_punti_rossi15 li {
	margin-left: -15px;
	padding-bottom: 15px;
	list-style-position: outside;
	list-style-image: url('../../puntorosso_q7.png');
}


/* fondi */                                                    
.fondo_grigio_scuro{
	background-color: #C0C0C0;
}
	

/* Collegamenti (testi) */

.link_drone {
	text-decoration: underline;
}
.link_drone:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}

.link_freccia_txt:hover {
	color: #FF0000;
	background-color: #999999;
	text-decoration: none;
}

.link_freccia_image:hover {
	background: #FF0000;
	background-color: #F9F9F9;
}

.link_image:hover {
	background: #FF0000;
}

.link_index a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #333333;
}
.link_index a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #F9F9F9;
}

.link_logo_fb {
	background-image: url('../immagini/logo_fb30n.png');
	background-size: 14px;
	background-repeat: no-repeat;
}
.link_logo_fb:hover {
	background-image: url('../immagini/logo_fb30n_rosso.png');
	background-size: 18px;
	background-repeat: no-repeat;
}

.link_logo_gpx {
	background-image: url('../immagini/logoGPX_rosso.png');
	background-size: 15px;
	background-repeat: no-repeat;
}
.link_logo_gpx:hover {
	background-image: url('../immagini/logoGPX_blu.png');
	background-size: 18px;
	background-repeat: no-repeat;
}
.link_logo_relive {
	background-image: url('../immagini/relive111.png');
	background-size: 14px;
	background-repeat: no-repeat;
}
.link_logo_relive:hover {
	background-image: url('../immagini/relive111_negativo.png');
	background-size: 18px;
	background-repeat: no-repeat;
}

.link_logo_wikiloc {
	background-image: url('../immagini/logo_wikiloc.png');
	background-size: 14px;
	background-repeat: no-repeat;
}
.link_logo_wikiloc:hover {
	background-image: url('../immagini/logo_wikiloc_negativo.png');
	background-size: 16px;
	background-repeat: no-repeat;
}

.link_wikiloc {
	text-decoration: none;
}
.link_wikiloc:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}


.link_pumalumin {
	text-decoration: none;
}
.link_pumalumin:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

.link_relive {
	text-decoration: none;
}
.link_relive:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}

.link_smobile {
	text-decoration: none;
	font-size: 0.9em;
	font-style: italic;
}
.link_smobile:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}

.link_txt{
	text-decoration: none;
}
.link_txt:hover {
	color: #FF0000;
	background-color: #F9F9F9;
	text-decoration: none;
}

.link_txt_sottolineato {
	text-decoration: underline;
}
.link_txt_sottolineato:hover {
	color: #FF0000;
	background-color: #F9F9F9;
	text-decoration: underline;
}

.link_wikiloc {
	text-decoration: none;
}
.link_wikiloc:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}


.nolink_relive {
	font-size: 1.0em;
}
.nolink_smobile {
	font-size: 0.9em;
	font-style: italic;
}



/* Allineamento tabella */
.tabella_centro{
	margin-left:auto;
	margin-right:auto;
 }
.tabella_sinistra{
 	margin-right:auto;
}
.tabella_destra{
 	margin-left:auto;
}



/* Testi grassetto e corsivo */
.testo_normale{
	font-weight: normal;
}
.testo_corsivo{
	font-style: italic;
}
.testo_grassetto{
	font-weight: 900;
}
.testo_sottolineato{
	text-decoration: underline;
}


/* Testi allineamento */
.testo_sinistra{
	text-align:left;
}
.testo_centrato{
	text-align:center;
}
.testo_destra{
	text-align:right;
}
.testo_centratov{
 	vertical-align: middle;
 }
.testo_alto{
 	vertical-align: top;
 }
.testo_basso{
 	vertical-align: bottom;
 }




/* ---------------------------------------------------------------------------------------------- */
/* ***** TEST ***** FONDI */
/* ---------------------------------------------------------------------------------------------- */
/* celeste */                                                    
.test0{
	background-color:cyan; 
}
/* arancio */                                                    
.test1{
	background-color:coral;
}
/* verde */                                                    
.test2{
	background-color:chartreuse;
}
/* giallo */                                                    
.test3{
	background-color:yellow;
}
/* rosa */                                                    
.test4{
	background-color:lightpink;
}
/* marroncino */                                                    
.test5{
	background-color:peru;
}
/* pink */                                                    
.test6{
	background-color:violet;
}
/* marrone */                                                    
.test7{
	background-color: sienna;
}
/* viola */                                                    
.test8{
	background-color: darkmagenta;
}
/* nero */                                                    
.test9{
	background-color:black;
}



