﻿select {
	font-size: 18px;
}

#listDati 
{
	z-index: -1;
}

#tdWaiting 
{
	font-weight: bold;
	color: #FF0000;
}

.wait_hiddden 
{
	visibility: hidden;
}

#pannello{
	text-align: justify;
	cursor: pointer;
}

#contenitore{
	height: 750px;
	padding: 2px;
	text-align: justify;
	display: none;
	border: solid 1px #000000;
}

#chiudiContenitore 
{
	color: #0000FF;
	text-align: right;
	cursor: pointer;
	font-style: italic;
}

#navcontainer {
	width:100%;
}

.rugiada 
{
	width: 125px;
	padding: 5px;
}

.bgSelezione 
{
	background-color:#F9F6F1;
	border: solid 1px #E5D8C4;
	width: 100%;
	padding: 0px;
	vertical-align:top;
}

.testo
{
	width: 600px;
    text-align: justify;
}

.sel_stazione 
{
	font-size: 18px;
	width: 350px;
    text-align: left;
}

#sel_coltura 
{
	font-size: 12px;
	width: 100%; /*200px;*/
    text-align: left;
}

#sel_coltura td 
{
	border: solid 1px #E5D8C4;
    vertical-align: top;
}

#spanColtura
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

.colturaScelta 
{
	padding: 5px;
	width: 150px;
}
	
.titoloSel 
{
	background-color: #E5D8C4;
	text-align: center;
	font-weight:bold;
	padding: 3px;
/*	width:100%; */
}

.bottone_selezione 
{
	width:100px;
	text-align: center;
	background-color:#F9F6F1;
	border: solid 1px #E5D8C4;
	padding: 3px;
}

.bottone_selezione a
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:visited
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:link
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.alert 
{
	color: #FF0000;
	width: 600px;
	text-align: center;
}